[jQuery] Create PDF from js

2009-11-09 Thread m.ugues
Hallo all. I found this library (http://code.google.com/p/jspdf/) as someone suggested to create custom PDF files from javascript. What I need now is a more difficult task. I need to create a PDF file using the css media=print. So I would like to generate a PDF file equal to what is sent to the

Re: [jQuery] Create PDF from js

2009-11-09 Thread Jonathan Vanherpe (T T NV)
I'd look into something server-side if I was you: http://code.google.com/p/wkhtmltopdf/ is a good option, if you have a way of running custom binaries on your server. Jonathan m.ugues wrote: Hallo all. I found this library (http://code.google.com/p/jspdf/) as someone suggested to create

[jQuery] Create PDF from js

2009-11-02 Thread m.ugues
Hallo all. Is there any plugin for creating custom PDF from javascript? I found this library http://www.collinssoftware.com/Pdf_Samples_1.htm but is not free. Kind regards. Massimo

Re: [jQuery] Create PDF from js

2009-11-02 Thread Richard D. Worth
See http://code.google.com/p/jspdf/ - Richard On Mon, Nov 2, 2009 at 5:26 AM, m.ugues m.ug...@gmail.com wrote: Hallo all. Is there any plugin for creating custom PDF from javascript? I found this library http://www.collinssoftware.com/Pdf_Samples_1.htm but is not free. Kind regards.