This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new bcda66ba PDFBOX-6223: mention refreshAppearances()
bcda66ba is described below
commit bcda66ba7f5d42d963484a53d3ce254412912173
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jul 27 13:56:52 2026 +0200
PDFBOX-6223: mention refreshAppearances()
---
content/2.0/faq.md | 4 ++++
content/3.0/faq.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/content/2.0/faq.md b/content/2.0/faq.md
index ac0c04b7..8945c987 100644
--- a/content/2.0/faq.md
+++ b/content/2.0/faq.md
@@ -266,6 +266,10 @@ PDFBox will then render into an image
and print that one. You should experiment with 300, 600 and 1200 dpi by trying
it with
the command-line app.
+### What to do if annotations aren't displayed properly?
+
+Try calling `PDAcroForm.refreshAppearances()` before rendering. This isn't
done by default.
+
## PDF signatures
<a name="extradata"></a>
diff --git a/content/3.0/faq.md b/content/3.0/faq.md
index e6011a36..972e4eb0 100644
--- a/content/3.0/faq.md
+++ b/content/3.0/faq.md
@@ -286,6 +286,10 @@ PDFBox will then render into an image
and print that one. You should experiment with 300, 600 and 1200 dpi by trying
it with
the command-line app.
+### What to do if annotations aren't displayed properly?
+
+Try calling `PDAcroForm.refreshAppearances()` before rendering. This isn't
done by default.
+
## PDF signatures
<a name="extradata"></a>