Ask questions on how to capture or convert web pages or HTML into images, CSV, PDF or DOCX documents as well on how to convert videos into animated GIF's using our API.
We are finding that the PDF generation of the same HTML has a much smaller output font that the docx. Is there are parameter we are missing perhaps?
From what you have written it is difficult to determine the reason but my guess is that the PDF is being scaled to the size of the browser. Try passing -1 to the browser width.
That was teh fix that was required. Thanks