---+ PDF View for [[%URLPARAM{"pdf_web"}%.%URLPARAM{"pdf_topic"}%][%URLPARAM{"pdf_web"}%.%URLPARAM{"pdf_topic"}%]] The following parameters control the creation of the PDF document. The documentation for the TWiki addon which supplies this functionality is [[GenPDFAddOn][available]]. For a more detailed description of the HTMLDOC related variables, see the HTMLDOC documentation at http://www.htmldoc.org.
%TABLE{ cellpadding="3" columnwidths="10%, 15%, 15%, 50%" dataalign="left"}% | *Setting* | *Value*| *Example* | *Explanation* | | pdfbanner | | Foobar Documentation System | Used to override the banner of a title page. | | pdftitle | | | Writing Foobars | | | pdfsubtitle | | | Sub Title | | pdfheadertopic | | !GenPDFHeaderFooterTopic | The name of a topic that defines headers and footers using <-- HEADER LEFT "foobar" --> syntax | | pdftitletopic | | !GenPDFTitleTopic | The name of a topic that defines the layout of the title page | | skin | | =print.nat= | Default skin to use for PDF generation | | pdfrecursive | | =on= | Include children of the base topic in the PDF | | pdfformat | | =pdf12= | HTMLDOC output format | | pdftoclevels | | =3= | Number of levels to include in the PDF table of contents (use 0 to disable the generation of a table of contents). Note that HTMLDOC generates a table of contents based on HTML headers in the page. | | pdfpagesize | | =letter= | The page size for PDF output | | pdforientation | | =landscape= | The page orientation (e.g. landscape or portrait) | | pdfwidth | | =1060= | The pixel width of the browser (used to scale images--images wider than this will be truncated) | | pdfheadershift | | =+3= | Shift all headers up or down (for negative values) by this amount (e.g. H1 would become H3 for a value of 2). | | pdfkeywords | | 'foo, bar, baz, zip' | Used for PDF Keywords META info to help search engines | | pdfsubject | | 'Foobar document creation' | Used for PDF Subject META info to help search engines | | pdftocheader | | =l..= | See http://www.htmldoc.org/ | | pdftocfooter | | =.i.= | See http://www.htmldoc.org/ | | pdfheadfootfont | | Helvetica-Bold | Font specification for headers and footers. | | pdfbodyimage | | http://my.server.com/path/to/background.jpeg | The image that will appear tiled in the background of every page | | pdflogoimage | | http://my.server.com/path/to/logo.jpeg | The logo that will appear in a header or footer if you specify 'l' in the string (see http://www.htmldoc.org) | | pdfnumberedtoc | | True | Option flag for getting numbered headings and Table of Contents. Set it to anything for true. | | pdfduplex | | True | Option flag to set up the document for duplex printing. Headers and footers will swap position on alternating pages. Set it to anything for true. | | pdfpermissions | | print,no-copy | PDF Security permissions to disable print/copy etc. By default the PDF is not protected. | | pdfmargins | | =top:0.5in,bottom:2.5cm,left:12pt,right:15mm= | Specify the page margins (white space to edge of page) | | pdfbodycolor | | =#CCff99= | Specify the background colour of all |