Convert HTML form to PDF #html to pdf
Edit
by mohamed shareef - 9 years ago (2015-07-07)
I need to convert HTML application form to PDF file
| I want to convert HTML Application form to PDF file and send to a email |
Ask clarification
2 Recommendations
This class can convert HTML to PDF using pdflayer API.
It can send HTTP requests to the pdflayer API Web server to convert a given HTML document to PDF. The HTML may be passed literally or as the URL of a given page to convert.
The class retrieves the converted HTML document and displays the PDF document as the current request output or serve it for download.
The class can pass conversion options like:
- Standard and custom page sizes and orientation
- Viewport page sizing and zooming
- Customized page headers and footers
- Margins
- Stamps and watermarks
- Encryption
- Owner and user password protection
- PDF file permissions to save, print, etc..
- PDF Meta data
| by Dave Smith package author 7620 - 9 years ago (2016-02-11) Comment
This package wraps the latest HTML to PDF conversion API with full support for HTML5 and CSS3 using webkit. |
HTML to PDF: Convert HTML to PDF using Web services
This class can be used to convert an HTML document or Web page using the ABCPDF or EasySW Web services.
It can communicate with these services to tell to convert a given URL to PDF. It may also convert a local HTML file by serving it as a remote page passing it as an argument of the current script URL.
The converted PDF document may be stored as a local file or served for download.
| by Manuel Lemos 26695 - 9 years ago (2015-07-08) Comment
There are a few packages for that but it is hard to get it right.
This class uses an external Web service, so it may support more types of HTML tags than others.
Once you get the PDF generated, you can use any class to send it by email as an attachment. |
- 1 Comment
1.
by Dave Smith - 9 years ago (2015-07-12) Reply
Based on the support forum, it looks like this class is using web services that are no longer available.