Skip to content

Commit

Permalink
additional docs for pdfa
Browse files Browse the repository at this point in the history
  • Loading branch information
tobya committed Dec 4, 2021
1 parent 6e5803e commit aa4a2b3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pages/gen/loadcommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,26 @@
],
"Template" => "ConvertDirDocNoRecurse.tpl.md"
],

"ConvertToPDFArchive" => [
"Description" => "Convert Word Document to PDF Files at <a href='https://www.iso.org/standard/38920.html'>ISO 19005-1</a> standard (PDF/A) format.",
"Items" => [
[
"FileTypeExt" => 'pdf',
"FileTypeDescription" => "pdf",
"FileTypeTitleExtra" => "iso19005-1",

"ContentExtra" => "Save as PDF/A",
"RelatedLinks" => []

],




],
"Template" => "ConvertDoctoPDFA.tpl.md"
],


];
Expand All @@ -678,6 +698,8 @@
"ddbookmarksource" => ['cmd' => '--bookmarksource' , 'desc' => "Where to get Bookmarks from for PDF. This parameter is only relevant for PDF files."],
"ddexportmarkup" => ['cmd' => '--ExportMarkup', 'desc' => "Export Comments and other markup from Word Document to PDF"],
"ddnosubdirs" => ['cmd' => '--no-subdirs', 'desc' => 'Don\'t rescurse subdirs. Only convert files in requested dir. '],
"dduseISO190051" => ['cmd' => '--use-iso19005-1', 'desc' => 'Output PDFs from Word as ISO standard 19005-1 for self contained PDFS. Sometimes also refered to as <a href="https://en.wikipedia.org/wiki/PDF/A">PDF/A</a> '],



];
Expand Down

0 comments on commit aa4a2b3

Please sign in to comment.