PHPWord
Dompdf
Our great sponsors
PHPWord | Dompdf | |
---|---|---|
5 | 6 | |
6,233 | 8,825 | |
1.1% | 1.5% | |
3.2 | 9.3 | |
7 days ago | 3 days ago | |
PHP | PHP | |
GNU General Public License v3.0 or later | GNU Lesser General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PHPWord
-
View DOCX document online using bytesstream
Your question is incredibly vague. If you’re using PHP you can try PHPWord to read the document and convert it to HTML. There are likely similar libraries for other languages.
-
Dokument mit Eingabefelder, was mir ein HTML Code ausspuckt. Wo setze ich an?
Eine Beispiel PHP-Library findest du hier.
-
Laravel development & production ready Docker build - help needed
I'd use PHPWord then, but, if it's not enough, surely go ahead and have a headless libreoffice server like here. You can probably set up your own dockerfile following the examples, as the existing projects seem a bit outdated.
- How to convert pdf, docx,docx files to html5 and render them on the client
-
Downloading file from site leads to corruption, but sftp'ing it directly off the server works fine. Any ideas what might be going on?
Alright, so I'm trying to assemble some user data into an editable Word (.docx) document. For this, I'm using PhpWord.
Dompdf
-
is there faster way to load images to DOMPDF?
By the way dompdf suggests using JPEG images for performance reasons (they don't need to be processed). Consider if it's viable for you. https://github.com/dompdf/dompdf/wiki/Performance
-
I need to be able to save some HTML+CSS content as a PDF. Currently opening a new tab with only that content, then using the Print to PDF option, which works fine, but I want to offer a more native "Save as PDF" option. Any recommendations that don't cost an arm and leg?
If you use PHP, check out https://github.com/dompdf/dompdf.
-
Modify PDF with Wordpress?
We generate PDFs on demand using the DOMPDF library, this doesn't allow you to modify existing PDFs but maybe you can solve your business requirement in a different way.
-
What do you use to make PDFs? What problems do you have?
DomPDF https://github.com/dompdf/dompdf in case when basic tables, images and text needed
https://github.com/dompdf/dompdf worked fine so far and is plain PHP, but my use cases have been quite simple so far.
-
Best feeling ever
This library for example https://github.com/dompdf/dompdf turns HTML into a PDF
What are some alternatives?
TCPDF - Official clone of PHP library to generate PDF documents and barcodes
mPDF - PHP library generating PDF files from UTF-8 encoded HTML
WKHTMLToPDF - Convert HTML to PDF using Webkit (QtWebKit)
Snappy - PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage
PHPPdf - Pdf and graphic files generator library written in php
PHPJasper - A PHP report generator
browsershot - Convert HTML to an image, PDF or string
PhpSpreadsheet - A pure PHP library for reading and writing spreadsheet files
tc-lib-pdf - TCPDF - PHP PDF Library - https://tcpdf.org
Report-From-DocX-HTML-To-PDF-Converter - .NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF
KnpSnappyBundle - Easily create PDF and images in Symfony by converting html using webkit
PHPExcel