I'm looking for a laravel 4 package that can do both, loading views and supporting arabic (and non-latin) fonts. I've tried domPDF and TCPDF but the first doesn't support Arabic while the second can't load views
相关问题
- Laravel Option Select - Default Issue
- Correctly parse PDF paragraphs with Python
- Set BaseUrl of an existing Pdf Document
- How to execute MYSQL query in laravel?
- How can I get all text from a PDF in Swift?
相关文章
- Python Sendgrid send email with PDF attachment fil
- C# MVC website PDF file in stored in byte array, d
- How To Programmatically Enable/Disable 'Displa
- php : The term 'php' is not recognized as
- How to reduce PDF file size programmatically in Ja
- Laravel Eloquent, select only rows where the relat
- How Do I Seed My Database in the setupBeforeClass
- Search and replace placeholder text in PDF with Py
Have you tried the package from Barry? (https://github.com/barryvdh/laravel-dompdf) This package has build-in support for views, accessing the storage folder for fonts as well as streaming or downloading the PDF to the user in a
As for the Arabic support. Try the UTF-8 support in DOMPDF. In the example they load (what seems) Chinese characters. I think Arabic wil work as wel. (https://github.com/dompdf/dompdf/wiki/UnicodeHowTo#create-a-compatible-html-document)
Try "WKHTMLTOPDF" i use it with ZF2 and have no problems at all. Just google for sure there are packages.