summaryrefslogtreecommitdiffstats
path: root/office/multivalent-tool-pdf/README.Slackware
diff options
context:
space:
mode:
author Alexander Verbovetsky2016-11-02 15:01:08 +0100
committer Willy Sudiarto Raharjo2016-11-02 16:53:12 +0100
commitaba79c277e03a3a2df8765b46eab6bba4741eeb6 (patch)
treef4555108c4291fe3c2197e6dc3174ecaf00fdd75 /office/multivalent-tool-pdf/README.Slackware
parentae7f55c495c868b4f85266fb1026e9fedd00749b (diff)
downloadslackbuilds-aba79c277e03a3a2df8765b46eab6bba4741eeb6.tar.gz
office/multivalent-tool-pdf: Added (PDF tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/multivalent-tool-pdf/README.Slackware')
-rw-r--r--office/multivalent-tool-pdf/README.Slackware20
1 files changed, 20 insertions, 0 deletions
diff --git a/office/multivalent-tool-pdf/README.Slackware b/office/multivalent-tool-pdf/README.Slackware
new file mode 100644
index 0000000000..1ce4eb8c52
--- /dev/null
+++ b/office/multivalent-tool-pdf/README.Slackware
@@ -0,0 +1,20 @@
+Multivalent PDF tools can be used via the wrapper
+/usr/bin/multivalent-tool-pdf, for example,
+
+$ multivalent-tool-pdf Compress [options] foo.pdf
+
+There are 18 commands: Compress, Convert, Decrypt, Diff, Embed, Encrypt,
+Extract, Impose, Info, Markup, Merge, Repair, Split, Stamp, Uncompact,
+Uncompress, Undo, Validate.
+
+For commands and their options please see the documentation in
+/usr/doc/multivalent-tool-pdf-@VERSION@/tool-pdf-doc/
+
+_JAVA_OPTIONS environment variable can be used to pass some options to java,
+for example,
+
+$ _JAVA_OPTIONS="-Xmx7680m" multivalent-tool-pdf Compress foo.pdf
+
+Without the wrapper Multivalent can be used as follows:
+
+$ java -classpath /usr/share/java/Multivalent20060102.jar tool.pdf.Compress foo.pdf