0

I need a method to be able to print/save the current full webpage as a PDF.

I know it can be done if I download a PDF printer and print to that; but I need it to be done without the user having to do anything other than click a button in a webpage.

I can't do it via PHP as the page is all client side content, so I'm guessing an ActiveX component?

Any ideas would be greatly appreciated!

Many thanks

Oliver
  • 809
  • 1
  • 11
  • 18

1 Answers1

1

Try www.freepdfconvert.com - they also have a javascript one click PDF download from any page.

Andy
  • 17,423
  • 9
  • 52
  • 69
  • Hi thanks but the content is client side so simply passing the URL won't work as the user won't have created the content! – Oliver Mar 15 '10 at 12:30