What is the best PHP arabic pdf class? #arabic pdf
Edit
by prakash - 8 years ago (2016-04-21)
Generate PDF in Arabic
| I need to generate PDF documents in Arabic language. |
Ask clarification
1 Recommendation
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 Manuel Lemos 26695 - 8 years ago (2016-04-23) Comment
This package can generate PDF from HTML pages you alread have. If you pass it a page with Arabic text I suppose it will render it as PDF as well. |