I am looking for a system that allows me to create PDF files from html. I would like to use as much CSS for styles as possible.
Features that would be great:
- Repeating specific elements on each page (header / footer)
- The system should know the number of pages the pdf created, so I can insert something like this: page 1 of 5, page 2 of 5, page 3 of 5, etc.
- CSS2 / CSS3 great for styles
- Automatic line break detection
What software / system / service can be recommended for using html / css to automatically generate pdf files?
It does not matter if the system is free or commercial. But for me it is important that it is possible to send the system with existing software. Therefore, if it is a commercail, it should be possible to include it on the software stack.
source
share