[jQuery] Re: Create PDF from js

2009-11-10 Thread m.ugues
Wow, marvellous project :) I'm trying to use I think that is the solution to my problem. Kind regards :) Massimo On 9 Nov, 21:11, Scott Sauyet wrote: > On Nov 9, 12:30 pm, "m.ugues" wrote: > > > The problem using server side option is that I have a web site with a > > lot of pages. > > For ev

[jQuery] Re: Create PDF from js

2009-11-09 Thread Scott Sauyet
On Nov 9, 12:30 pm, "m.ugues" wrote: > The problem using server side option is that I have a web site with a > lot of pages. > For every page I need to generate a PDF; so I need to create a Java > class for every html page where I reproduce the html layout (since the > PDF must be the same as the

RE: [jQuery] Re: Create PDF from js

2009-11-09 Thread Jeffrey Kretz
browser. JK -Original Message- From: m.ugues [mailto:m.ug...@gmail.com] Sent: Monday, November 09, 2009 9:30 AM To: jQuery (English) Subject: [jQuery] Re: Create PDF from js The problem using server side option is that I have a web site with a lot of pages. For every page I need to generate

Re: [jQuery] Re: Create PDF from js

2009-11-09 Thread Logan Bailey
u in using server-side technology? There are many many solutions available. JK -Original Message- From: m.ugues [mailto:m.ug...@gmail.com] Sent: Monday, November 09, 2009 8:48 AM To: jQuery (English) Subject: [jQuery] Re: Create PDF from js I prefer to make the job client-side if is pos

[jQuery] Re: Create PDF from js

2009-11-09 Thread m.ugues
> JK > > -Original Message- > From: m.ugues [mailto:m.ug...@gmail.com] > Sent: Monday, November 09, 2009 8:48 AM > To: jQuery (English) > Subject: [jQuery] Re: Create PDF from js > > I prefer to make the job client-side if is possible. > > My idea is to interce

RE: [jQuery] Re: Create PDF from js

2009-11-09 Thread Jeffrey Kretz
(English) Subject: [jQuery] Re: Create PDF from js I prefer to make the job client-side if is possible. My idea is to intercept the window.print command (where the layout is correct through the css print) and not to send it to the printer but to send it in some way to the constructor of this library

[jQuery] Re: Create PDF from js

2009-11-09 Thread m.ugues
I prefer to make the job client-side if is possible. My idea is to intercept the window.print command (where the layout is correct through the css print) and not to send it to the printer but to send it in some way to the constructor of this library http://code.google.com/p/jspdf/ Am I completely