You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2023/01/25 14:11:54 UTC

[xmlgraphics-website] branch master updated: Add fopxconf index

This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7276f135 Add fopxconf index
7276f135 is described below

commit 7276f13539942a9ecf9f1e9eb03b050cc7356b5b
Author: ssteiner <ss...@apache.org>
AuthorDate: Wed Jan 25 14:11:41 2023 +0000

    Add fopxconf index
---
 content/fop/trunk/fopxconf.mdtext | 155 ++++++++++++++++++++++++++++++++++++++
 theme/templates/fop-sidenav.html  |   1 +
 2 files changed, 156 insertions(+)

diff --git a/content/fop/trunk/fopxconf.mdtext b/content/fop/trunk/fopxconf.mdtext
new file mode 100644
index 00000000..dc79844c
--- /dev/null
+++ b/content/fop/trunk/fopxconf.mdtext
@@ -0,0 +1,155 @@
+Title: Apache(tm) FOP: Config Options
+
+#Apache&trade; FOP: Config Options
+
+### [FopConfParser](configuration.html)
+
+- accessibility element
+- base element
+- break-indent-inheritance element
+- class attribute
+- complex-scripts element
+- country attribute
+- default-page-settings element
+- disabled attribute
+- extension attribute
+- height attribute
+- hyp
+- hyphenation-base element
+- hyphenation-pattern element
+- image-loading element
+- lang attribute
+- penalty element
+- prefer-renderer
+- simple-line-breaking
+- source-resolution element
+- strict-configuration element
+- strict-validation element
+- table-border-overpaint
+- target-resolution element
+- value attribute
+- width attribute
+- xml
+
+### [DefaultFontConfig](fonts.html#bulk)
+
+- advanced attribute
+- auto-detect element
+- directory element
+- embed-as-type1 attribute
+- embed-url attribute
+- embed-url-afm attribute
+- embed-url-pfm attribute
+- embedding-mode attribute
+- encoding-mode attribute
+- font element
+- font-family attribute
+- font-triplet element
+- fonts element
+- kerning attribute
+- match element
+- metrics-url attribute
+- mime attribute
+- name attribute
+- recursive attribute
+- referenced-fonts element
+- simulate-style
+- simulate-style attribute
+- style attribute
+- sub-font attribute
+- svg attribute
+- weight attribute
+
+### [PDFEncryptionOption](pdfencryption.html#embedded)
+
+- encrypt-metadata
+- encryption-length
+- encryption-params
+- noaccesscontent
+- noannotations
+- noassembledoc
+- nocopy
+- noedit
+- nofillinforms
+- noprint
+- noprinthq
+- owner-password
+- user-password
+
+### [PDFRendererOption](pdfa.html#fop-xconf)
+
+- disable-srgb-colorspace
+- form-xobject
+- linearization
+- merge-fonts
+- output-profile
+- pdf-a-mode
+- pdf-ua-mode
+- pdf-vt-mode
+- pdf-x-mode
+- version
+
+### [AFPRendererOption](output.html#afp-configuration)
+
+- allow-embedding
+- bitmap-encoding-quality
+- default-resource-levels
+- dithering-quality
+- fs45
+- goca
+- images
+- jpeg
+- line-width-correction
+- mapping_option
+- mode
+- native
+- pseg
+- renderer-resolution
+- resource-group-file
+- shading
+- text
+
+### [PSRendererOption](output.html#ps-configuration)
+
+- acrobat-downsample
+- auto-rotate-landscape
+- dsc-compliant
+- language-level
+- optimize-resources
+- rendering
+- safe-set-page-device
+
+### [TxtRendererConfig](output.html#txt)
+
+- encoding
+
+### [PCLRendererOption](output.html#pcl-configuration)
+
+- color
+- disable-pjl
+- optimize-resources
+- rendering
+- text-rendering
+- transparent-page-background
+
+### [BitmapRendererOption](output.html#bitmap-configuration)
+
+- anti-aliasing
+- background-color
+- bi-level
+- binary
+- color-mode
+- gray
+- quality
+- rendering
+- rgb
+- rgba
+- speed
+- transparent-page-background
+
+### [TIFFRendererConfig](output.html#bitmap-configuration)
+
+- compression
+- endianness
+- single-strip
+
diff --git a/theme/templates/fop-sidenav.html b/theme/templates/fop-sidenav.html
index f1d4e7ae..6de1ccd6 100644
--- a/theme/templates/fop-sidenav.html
+++ b/theme/templates/fop-sidenav.html
@@ -58,6 +58,7 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
 <li><a href="/fop/trunk/embedding.html">Embed</a></li>
 <li><a href="/fop/trunk/servlets.html">Servlets</a></li>
 <li><a href="/fop/trunk/anttask.html">Ant Task</a></li>
+<li><a href="/fop/trunk/fopxconf.html">Config Options</a></li>
 </ul>
 </li>
 <li>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org