-
Notifications
You must be signed in to change notification settings - Fork 54
a need for these features #1
Comments
I think it's great. |
I think this is a good idea... But MuPDF, AFAIK, doesn't expose any API for editing a PDF file. (Or I just missed it). pdfcrop is possible by cropping the resulting QImage and saving it using QPrinter::PdfFormat. Possibility of pdf2svg is very small since QImage is a "raster" format. I can't find any complete "documentation" of MuPDF aside from their examples. But for the record, I tried both Poppler-Qt4 and MuPDF [in windows], and I observed that rendering a page in Poppler-Qt4 is very slow. For me, MuPDF is better. |
Yes, that's right. Editing a PDF file using MuPDF seems impossiable nowadays. |
Other features seems possiable. So we'll work on these. |
Following features have been added. Please checkout the dev branch and try. Thanks. @QQuark
|
Hello,
I am interested in your library wrapper to use in my application:
https://launchpad.net/equalx since it muPDF is very small, fast and
EqualX uses Qt.
However, I hope mupdf-qt solves 4 major problems I have with poppler-qt4
(and can not be solved easily or at all):
(if the pdf document doesn't already specify a color for the page)
draw/save to SVG using Qt libs.
application) - and/or a function to get the bounding box of all elements in the page.
With these features, EqualX will look great and can drop the need for 2 applications: pdfcrop and pdf2svg (which also require ghostscript)
Thanks!
The text was updated successfully, but these errors were encountered: