Changes between Version 1 and Version 2 of TracWikiPrintPlugin/WikiPrintXhtml2pdf


Ignore:
Timestamp:
May 20, 2021, 7:09:32 AM (3 years ago)
Author:
Cinc-th
Comment:

Fix links to xhtml2pdf manual.

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiPrintPlugin/WikiPrintXhtml2pdf

    v1 v2  
    116116 * '''book_css_url''': A path or URL to a file with CSS styles that will be used only when exporting to '''PDF Book''' format. The default one defines the default page with no header or footer, which will be used for the front page, and a ''standard'' templage page, which will be used for successive pages, with header and footer.
    117117
    118 For more information about the styles that affect the PDF output, see the [attachment:"pisa-en.pdf" xhtml2pdf manual].
     118For more information about the styles that affect the PDF output, see the [attachment:wiki:TracWikiPrintPlugin:pisa-en.pdf xhtml2pdf manual].
    119119
    120120=== Customizing front page, header, footer, contents
     
    188188=== xhtml2pdf special tags and styles
    189189
    190 !WikiPrint works by converting one or some Wiki pages to HTML, adding some CSS styles and replacing special tags, and then passing the output to the xhtml2pdf library, so in order to understand how to customize the output using CSS, and to use some special html tags used by xhtml2pdf, you'll have to check the [wiki:TracWikiPrintPlugin:attachment:pisa-en.pdf xhtml2pdf manual].
     190!WikiPrint works by converting one or some Wiki pages to HTML, adding some CSS styles and replacing special tags, and then passing the output to the xhtml2pdf library, so in order to understand how to customize the output using CSS, and to use some special html tags used by xhtml2pdf, you'll have to check the [attachment:wiki:TracWikiPrintPlugin:pisa-en.pdf xhtml2pdf manual].
    191191
    192192Also, check the default ''css'' and ''extra_content'' files, as they provide usage examples. To see the contents of the default files, leave the corresponding field blank in the administration panel, and click the '''View''' button.