Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.26 KB

flying-saucer-playground

emptyListsItems.html demonstrates how empty list items behave when you set list-style: none and use li:before. You can view it your browser of choice or run the EmptyListItems.java to generate the PDF with Flying Saucer.

documentSectionsWithSeparatePageNumbers.html has document sections with separate page numbers:

  • A first page (no headers)
  • TOC page (no headers)
  • English version (header with page numbering)
  • German version (header with page numbering starting from 1 again)

Generate a PDF from it with DocumentSectionsWithSeparatePageNumbers.java.

PdfGenerator demonstrates how to bridge/redirect Flying Saucer logging to SLF4J.

latinCounterIssue.html demonstrates an issue with latin counters. Generate a PDF by running LatinCounterIssue.java.