From: William Victor Mote Date: Mon, 9 Dec 2002 19:37:44 +0000 (+0000) Subject: Expanded FAQs related to PDF post-processing. X-Git-Tag: Alt-Design-integration-base~252 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a0f551d60dd901d0663a217e6cd905db60698cff;p=xmlgraphics-fop.git Expanded FAQs related to PDF post-processing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195756 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index ffca87748..91e39f505 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -873,24 +873,35 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler()));(Still applicable in 0.20.3?)

+ + What tools are available for post-processing my PDF document? + +
    +
  • The most popular one that we are aware of is iText, which has tools for adding security features, document properties, watermarks, and many other features to PDF files. See also Joerg Pietschmann's posting on PDF Encryption for an example of Java application using iText.
  • +
  • You can use Adobe Acrobat (the full version, not the Reader) to process the file manually or with scripting that it supports.
  • +
+
+
- PDF encryption, PDF protection (read-only) + How do I add security features (encryption, for example) to my PDF document? -

use some other tool to postprocess the PDF (itext, or something?)

+

FOP does not currently support this feature. Possible workarounds include those mentioned in the PDF Post-Processing FAQ.

- Watermarks + How do I add document properties (title, author, etc.) to my PDF document? -

Answer: see 3.3, or use a a region overlapping the flowing text and put - an image there: -

-

> From: Trevor_Campbell@kaz.com.au - Use the region-before. Make it large enough to contain your image and then - include a block (and if required an absolutely positioned block-container) - with your image in the static-content for the region-before. - Could use some code here... -

+

FOP does not currently support this feature. Possible workarounds include those mentioned in the PDF Post-Processing FAQ.

+
+
+ + How do I add watermarks to my PDF document? + +

FOP does not currently support this feature. Possible workarounds:

+
    +
  • See the PDF Post-Processing FAQ.
  • +
  • (submitted by Trevor_Campbell@kaz.com.au) Place an image in a region that overlaps the flowing text. For example, make region-before large enough to contain your image. Then include a block (if necessary, use an absolutely positioned block-container) containing the watermark image in the static-content for the region-before.
  • +
@@ -1340,8 +1351,8 @@ class rendtest { - - (FO) How do I validate my FO document? + + (FO) How do I validate my FO document?

RenderX has provided an Unofficial DTD for FO Documents. This document may be helpful in validating general FO issues.

FOP also maintains an Unofficial FOP Schema in the FOP CVS Repository. This document can be used either to validate against the FO standard, or against the actual FOP implementation. See the notes near the beginning of the document for instructions on how to use it.