> convert the html back to a pdf using something like jspdf. I don't know if anyone on this list has had better luck, but I spent almost a week trying every html to pdf solution I could find and every one had some fatal flaw. Just saying.
On Sat, Nov 9, 2013 at 1:58 PM, Morgan Herlocker <[email protected] > wrote: > I do not know of any existing solutions, but I would do something like > this: > > 1) convert pdf to html using https://github.com/coolwanglu/pdf2htmlEX > > 2) manipulate the html however you need to. You could probably use cheerio > for easier dom manipulation. https://github.com/MatthewMueller/cheerio > > 3) convert the html back to a pdf using something like jspdf. > http://parall.ax/products/jspdf > > > > On Saturday, November 9, 2013 7:05:13 AM UTC-5, santa wrote: >> >> Hello All, >> >> Is there a library to edit an existing pdf in node? >> >> Thanks, >> Santosh >> > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
