Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The PDF: components provides the ability to create, modify or extract content from PDF documents. This component uses Apache PDFBox as underlying library to work with PDF documents.

 

In order to use the PDF component, Maven users will need to add the following dependency to their pom.xml:

...

Div
classconfluenceTableSmall
Header 

pdf-document

Mandatory header for append operation and ignored in all other operations. Expected type is PDDocument. Stores PDF document which will be used for append operation.

protection-policy

Expected type is ProtectionPolicy. If specified then PDF document will be encrypted with it.

decryption-material

Expected type is DecryptionMaterial. Mandatory header if PDF document is encrypted.

...

See Also