-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Unable to write page when calling writePage #484
Comments
disk is not available? file cannot be written to? |
@galkahana we are not writing anything on disk. We are using stream writer (memory-streams npm package) to write in memory and then convert to buffer and return as response.
|
i dont know. looks ok. |
@galkahana does the library use/access disk internally? |
No. Itll write to a file only if you asked it to, and read from it only if you gave it something to read (images, fonts, etc.) |
TypeError: Unable to write page when calling pdfWriter.writePage(current_page);
The error occurs occasionally (even with same data it works fine)
My initial hunch was resource (memory) limitation but that is not the case.
What could be the possible reason(s)?
The text was updated successfully, but these errors were encountered: