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 ee30ca60 PDFBOX-6222: mention change in PDVisibleSigBuilder
ee30ca60 is described below
commit ee30ca6086b7c239aa4efdc4f8b407b5c874591d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jul 22 10:09:14 2026 +0200
PDFBOX-6222: mention change in PDVisibleSigBuilder
---
content/4.0/migration.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/content/4.0/migration.md b/content/4.0/migration.md
index 080fb5a8..386fe490 100644
--- a/content/4.0/migration.md
+++ b/content/4.0/migration.md
@@ -85,6 +85,10 @@ In 4.0 the real lower left is taken into account instead of
(0,0), see [PDFBOX-6
If you have implemented your own `ICOSVisitor` class, you'll have to implement
the new `visitFromObject` method.
The default implementation found in 3.0 has been moved to the `COSWriter`
class.
+### Signing
+
+``PDVisibleSigBuilder.appendRawCommands()`` has been renamed to
``writeRawCommands()`` and gets a ``PDStream`` instead of an ``OutputStream``
as first parameter.
+
### Deprecations
In the PDIndexed class, the no parameter constructor and two methods were
removed. Let us know if you need them.