From: Christian Geisert
Date: Tue, 10 Dec 2002 09:38:17 +0000 (+0000)
Subject: Updated docs from trunk
X-Git-Tag: fop-0_20_5rc~4
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3dfbafc1e46001f6f0ed7e17e84071de272afbd;p=xmlgraphics-fop.git
Updated docs from trunk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195758 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/compliance.xml b/src/documentation/content/xdocs/compliance.xml
index 3a3a3c940..c8ef48700 100644
--- a/src/documentation/content/xdocs/compliance.xml
+++ b/src/documentation/content/xdocs/compliance.xml
@@ -165,14 +165,33 @@ want it to.
-
-
-
-
-
-
-
-
+
+ only one value allowed
+ only implemented for blocks
+ can't be used to make extra space (use indents + spaces instead)
+ can be used to control how much the background-color extends beyond the content rectangle
+
+
+ same limitations as padding-before
+
+
+ same limitations as padding-before
+
+
+ same limitations as padding-before
+
+
+ same limitations as padding-before
+
+
+ same limitations as padding-before
+
+
+ same limitations as padding-before
+
+
+ same limitations as padding-before
+
@@ -233,7 +252,7 @@ want it to.
-
+
@@ -374,6 +393,7 @@ want it to.
+
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 0ced0b6d1..ccdabc69f 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -302,8 +302,8 @@
whether you got them right.
- You can use the FOP DTD or FOP Schema to
- validate your soure. This will catch most, but still not all problems.
+ You may find it helpful to use the validation tools to validate your
+FO document. This will catch most problems, but should not be relied upon to catch all.
If you use XSLT, problems in your style sheet and in your source XML
@@ -874,24 +874,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.
+
@@ -1341,6 +1352,13 @@ class rendtest {
+
+ (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.
+
+ (XML) Complaints about . How do I get a non-breaking
space in FO?
diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml
index 9a45b8c14..8827f8ebe 100644
--- a/src/documentation/content/xdocs/news.xml
+++ b/src/documentation/content/xdocs/news.xml
@@ -7,6 +7,10 @@
News
+
+ 22 November 2002 - New Committer
+
Welcome Victor Mote!
+ 9 November 2002 - New Committer
Welcome Oleg Tkachenko!
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 48e866650..c6dd8cb04 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -73,7 +73,7 @@ to predict any dates.
Maintenance Status
-Latest maintenance release was FOP 0.20.5 on 24th November 2002.
+Latest maintenance release will be FOP 0.20.5 on TBA.
See release notes for more
details. Releases will be made periodically to address minor bugs
and compatibility.