aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/libs/config_pdfas.properties
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-lib/libs/config_pdfas.properties')
-rw-r--r--pdf-as-lib/libs/config_pdfas.properties64
1 files changed, 64 insertions, 0 deletions
diff --git a/pdf-as-lib/libs/config_pdfas.properties b/pdf-as-lib/libs/config_pdfas.properties
new file mode 100644
index 00000000..36302789
--- /dev/null
+++ b/pdf-as-lib/libs/config_pdfas.properties
@@ -0,0 +1,64 @@
+#
+# Example configuration for "laby.pdf"
+#
+
+# Prints @author tags if set to "yes".
+tag.author=no
+
+# Prints @version tags if set to "yes".
+tag.version=no
+
+# Prints @since tags if set to "yes".
+tag.since=no
+
+# Show the Summary Tables if set to "yes".
+summary.table=yes
+
+# Encrypts the document if set to "yes".
+encrypted=no
+
+# The following property is ignored
+# if "encrypted" is not set to yes.
+allow.printing=yes
+
+# Creates hyperlinks if set to "yes".
+# For print documents, use "no", so
+# there will be no underscores.
+create.links=yes
+
+# Creates an alphabetical index of all
+# classes and members at the end of the
+# document if set to "yes".
+create.index=yes
+
+# Creates a navigation frame (or PDF
+# outline tree) if set to "yes".
+create.frame=yes
+
+# Creates a title page at the beginning
+# of the document if set to "yes".
+api.title.page=yes
+
+# Defines the path of the HTML file that
+# should be used as the title page.
+#api.title.file=example/laby/laby_title.html
+
+# Defines the title on the title page if
+# no external HTML page is used.
+api.title=PDF-AS 4.0 Documentation
+
+# Defines the copyright text on the
+# title page.
+api.copyright=EGIZ E-Government Innovationszentrum
+
+# Defines the author text on the
+# title page.
+#api.author=
+
+# Defines packages whose classes should not
+# be printed fully qualified. For example, every
+# Java developer probably knows that "String" is in
+# the "java.lang" package, so instead of wasting
+# page spage, just get rid of that package qualifier:
+# dontspec=java.lang
+dontspec=java.lang,java.io,java.util