I have an xhtml file I want to convert to a PDF. The conversion works fine but it doesn't make it a full A4 page, it has a massive amount of whitespace along all the edges. Is there any way I can make it scale to the full A4 sized page with no border?
I've tried the --page-size=A4 command line option to no avail. --page-margin=0mm pushes it to the top left corner but doesn't expand it to the rest of the page.
I've tried the --page-size=A4 command line option to no avail. --page-margin=0mm pushes it to the top left corner but doesn't expand it to the rest of the page.