Summary: | ability to save the .pdf file in other formats(PNG,HTML) | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Becheru Petru-Ioan <becheru.petru.ioan> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | aryanarora.w1, bradh, esigra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Becheru Petru-Ioan
2005-04-09 19:45:28 UTC
I have a new export format text + images that will save the file.pdf as a text file.txt file and a couple of images (file01.png ..) instead of text "Save in other format" a sub menu at "Save as" should appear with the folowing menu items: - PDF (this will save file unchanged; ) - HTML - PNG - text + images This will not be implemented in KPDF, but is potentially a valid wishlist item for Okular. @aacid I was hoping to work on the PNG export part of the issue. For now, exporting as png will export the current page as a png. Later that can be extended to support range of pages and resolution. One of ways of creating an image from pdf is by using Qt's API. QPixmap QWidget::grab(const QRect &rectangle = QRect(QPoint(0, 0), QSize(-1, -1))) Should I continue? |