-
-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A new way to load pages.
We need load the pages without load the full PDF file.
Describe the solution you'd like
We need use FPDF.LoadCustomDocument = Module.cwrap('FPDF_LoadCustomDocument', 'number', ['number', 'string']);
to load document.
A pull-request is here, but is not working:
#129
Describe alternatives you've considered
n/a
Additional context
When we load the full PDF file to memory, sometimes it crash, like in mobile.
lowkahonn and nguyenyou
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request