filmov
tv
Add an export-to-PDF button to your web page - fast and easy

Показать описание
Integrate an export to PDF button in your site. HTML to PDF is a powerful tool that can transform your website into beautiful PDF documents. Generate PDF and screenshots from web pages and HTML documents in your applications. Easy integration. And completely free!
HTML2PDF.SITE is a Web/HTML to PDF online service. Convert HTML to PDF online in the browser via an easy to integrate button.
Transcript
Looking to add a pdf export for your website?
Then HTML2PDF.SITE is your tool.
To demonstrate the power of HTML to PDF dot SITe we created this template website - “visit Italy”.
Scroll to the top right corner of the screen and press “Convert to PDF”.
A few seconds later you can download the result - a beautiful print-ready PDF document with different page designs, pagination, and bleeding crosses for print.
Let me show you how easy it is to do that.
First, integrate the "convert to PDF" button on your site.
HTML, CSS, and javascript comprise the code. And you may modify the button the way you would like it to appear.
Second, use CSS to define how your exported PDF should look.
By using the @Media Print rule, you can define which elements should appear in your document. Within the @Media Print rule, you can also specify how these elements should be displayed. Here you can define font-size, color, line-height, and much more.
By using the @Page rule, you can specify the appearance of your PDF document. With the @Page rule, you can determine the design of the first page, headers, footers, pagination, columns, and much more.
So let me summarize it:
First, you integrate the "convert to PDF" button within your HTML code, then, you use the @media print and @page CSS rules to design your document's paged version.
And that's it. You have added a perfect PDF export to your site!