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
Whenever I try to create a new pdf from html, pdf-node works like a charm.
However, there are cases where I want to add multiple pdf pages in a single document.
If I'm not wrong, as of now there is no method to create new pages in this library itself.
It would be great if we could add a function to simply break the pdf page and start with new one.
Feature Implementation
Just like the page break we do in 'Google Docs' or 'Microsoft Word' we can add some functionality that helps us to start on the new page every time that function is called.
Example:
document.addNewPage();
p.s. Let me know if I missed anything or mentioned anything wrong. Thanks a lot :)
The text was updated successfully, but these errors were encountered:
I was thinking we could accept the document as a single document or an array. the user can choose either of the options.
Then compile the html for each one of them if in array or just compile the single file.
Then merge them all in one single pdf and then return the output to the user.
does that sound good for the feature?
let me know your thoughts,
ps: I was refering to the first parameter over here when i mentioned document in the first line
Feature Description
Feature Implementation
Example:
p.s. Let me know if I missed anything or mentioned anything wrong. Thanks a lot :)
The text was updated successfully, but these errors were encountered: