Jump to content

Save page as PDF function?


kanc3lamistrad

Recommended Posts

Dear all, This is my first post on this thread, and I really hope I could receive some help from you. I am trying to search for a line code that could download a web page as a PDF. On my site, I managed to put a javascript function to print a web page with “window.print()”, but I don’t know how to save it as a PDF. The code for printing web page is: <script type="text/javascript">window.print();</script> Can you please help me save a page as PDF with a javascript function? Thank you in advance,Alex

Link to comment
Share on other sites

AFAIK, there are no functions in JavaScript that allow you download, save, or print a file in any format other than the format it's already in. In other words, JavaScript can't convert files to different types. PHP can generate PDF files using certain libraries, like FPDF. I think that's about your only option.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...