Verify - PDF Quality #176
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It has been observed that the PDF quality and size of the pages has decreased in the last release. Can this be investigated please?
Unable to replicate. Will close next week if no one experiences this issue again.
This is a file which looses quality and size (kb)
The current PDF quality is dictated by the initial page size in pixels (DPI 1). and implementation creates a new pdf with each page as an embedded image. We should use https://www.npmjs.com/package/pdf-lib and
drawText
method to modify original files instead of embedding.Fixed by #204 (#210)