Verify - PDF Quality #176
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#176
Loading…
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)