You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a node script that generates a PDF file, and I want to pass the file directly to be converted instead of saving the file to disk and giving a path to file
The text was updated successfully, but these errors were encountered:
Why is saving it in a temporary directory not an option? :)
If your generated file is a stream for example you can simply use fs.createWriteStream to write that stream to a temporary file.
I have a node script that generates a PDF file, and I want to pass the file directly to be converted instead of saving the file to disk and giving a path to file
The text was updated successfully, but these errors were encountered: