This screencast will show you how to easily create a PDF document from a HTML file or a web page in PHP. You will also learn how to serve the PDF file from your PHP web application and download it in the browser.
We have released a new version of our API client libraries.
New:
This screencast will show you how to easily create a PDF document from a HTML file or a web page in PHP. You will also learn how to serve the PDF file from your PHP web application and download it in the browser.
New:
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
New:
Minor:
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
New:
Minor:
New:
HTML to Image:
PDF to HTML:
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
Fixed:
The Pdfcrowd HTML to PDF API makes it easy to programmatically create fillable PDF forms from standard HTML forms. The API supports most of the HTML form features and, together with support for digital signatures (see Create Digital Signature in PDF), provides an easy way to create PDF forms.
This feature is available starting with Pdfcrowd API client libraries version 5.6.
Add an HTML form field, for example a text input:
<p>Enter name: <input type="text"></p>
Enable generation of fillable PDF forms with the setEnablePdfForms() method:
client.setEnablePdfForms(true)
The resulting PDF will display an interactive input text field.
See: Example PDF, HTML and Code