Verify - PDF Quality #176

Closed
opened 2024-08-29 11:52:22 +00:00 by eugene · 4 comments
Owner

It has been observed that the PDF quality and size of the pages has decreased in the last release. Can this be investigated please?

It has been observed that the PDF quality and size of the pages has decreased in the last release. Can this be investigated please?
eugene added the
Kind/Bug
Priority
High
labels 2024-08-29 11:52:22 +00:00
enes was assigned by eugene 2024-08-29 11:52:22 +00:00
Member

Unable to replicate. Will close next week if no one experiences this issue again.

Unable to replicate. Will close next week if no one experiences this issue again.
Owner

This is a file which looses quality and size (kb)

This is a file which looses quality and size (kb)
Member

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.

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.
Member

Fixed by #204 (#210)

Fixed by #204 (#210)
enes closed this issue 2024-09-19 09:55:52 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#176
No description provided.