New:
- Added the getTotalPageCount() method to get the total page count of the source document.
- Added the 'readability-v4' mode to setReadabilityEnhancements() method.
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
You can get the latest version on the API client libraries page.
New:
Minor:
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
New:
Minor: