From 84ff99a10389b63cdd6feb05bd96d9199b179b8e Mon Sep 17 00:00:00 2001
From: Vincent Hennebert
-For PDF output, there is a configuration option to force SVG text to be rendered as text. -The drawback to this approach is that it is effective only for available fonts (including embedded fonts). -Font sizes are rounded to the next integer point size. -This will be improved in the future.
Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both. The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display). diff --git a/src/documentation/content/xdocs/0.93/output.xml b/src/documentation/content/xdocs/0.93/output.xml index 117a49574..8c2c0213e 100644 --- a/src/documentation/content/xdocs/0.93/output.xml +++ b/src/documentation/content/xdocs/0.93/output.xml @@ -84,8 +84,9 @@ out = proc.getOutputStream();]]> compatible.
- Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. - Support for PDF/A-1b has recently been added, however. + Note that FOP does not currently support "tagged PDF" or PDF/A-1a. + Support for PDF/A-1b and PDF/X has recently been added, however.
instream-foreign-object
objects. If images or SVGs are sized differently in your outputs with the new FOP version
check Bug 37136
- as it contains some hints on what to. The file
+ as it contains some hints on what to do. The file
"examples/fo/basic/images.fo"
has
- a number of good examples that shows the new, more correct behaviour.
+ a number of good examples that show the new, more correct behaviour.
fox:outline
extension not implemented in this version anymore.
+ The fox:outline
extension is not implemented in this version anymore.
It has been superseded by the new bookmark elements from XSL-FO 1.1.
-For PDF output, there is a configuration option to force SVG text to be rendered as text. -The drawback to this approach is that it is effective only for available fonts (including embedded fonts). -Font sizes are rounded to the next integer point size. -This will be improved in the future.
Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both. The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display). diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 117a49574..8c2c0213e 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -84,8 +84,9 @@ out = proc.getOutputStream();]]> compatible.
- Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. - Support for PDF/A-1b has recently been added, however. + Note that FOP does not currently support "tagged PDF" or PDF/A-1a. + Support for PDF/A-1b and PDF/X has recently been added, however.
instream-foreign-object
objects. If images or SVGs are sized differently in your outputs with the new FOP version
check Bug 37136
- as it contains some hints on what to. The file
+ as it contains some hints on what to do. The file
"examples/fo/basic/images.fo"
has
- a number of good examples that shows the new, more correct behaviour.
+ a number of good examples that show the new, more correct behaviour.
fox:outline
extension not implemented in this version anymore.
+ The fox:outline
extension is not implemented in this version anymore.
It has been superseded by the new bookmark elements from XSL-FO 1.1.