I have different webpages that simulate single A4 press pages.
I’m looking for a method to save these as PDF exactly as they render on the browser (images, fonts, styles, margin…) without adds like text headers, footers, pagination or anything else.
I tried with fake printers like pdfcreator or adobe pdf printer but they add header/footer and the resulting PDF it’s not exactly as the browser.
I’m open to php server, desktop software, browser plugin… solutions
Anyone has one for this?
Thanks all for the tips, but because I cannot change customer print settings everytime it needs a specific kind of print instead of the default print settings,
I’ve looked for a different solutions and I’ve found wkhtmltopdf that do what I’m looking for and the result is fine.