extractpdfmark – Extract page mode and named destinations as PDFmark from PDF
PDFmarks is a technique that accompanies PDF and that is used to store metadata such as author or title, but also structural information such as bookmarks or hyperlinks.
When Ghostscript reads the main PDF generated by the TeX system with embedded PDF files and outputs the final PDF, the PDF page mode and name targets etc. are not preserved. Therefore, when you open the final PDF, it is not displayed correctly. Also, remote PDF links do not work correctly.
This program is able to extract the page mode and named targets as PDFmark from PDF. In this way, you can obtain embedded PDF files that have kept this information.
Usage:
$ extractpdfmark TeX-System-Outputted.pdf > Extracted-PDFmark.ps
$ gs -q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dPDFDontUseFontObjectNum
-sOutputFile=Final.pdf TeX-System-Outputted.pdf Extracted-PDFmark.ps
Sources | /support/extractpdfmark |
Documentation | |
Repository | https://github.com/trueroad/extractpdfmark |
Version | 1.1.1 2022-09-30 |
Licenses | GNU General Public License, version 3 or newer |
Copyright | 2016–2022 Masamichi Hosoda |
Maintainer | Masamichi Hosoda |
Topics | PDF features |
Download the contents of this package in one zip archive (415.6k).
Announcements
- 2022-10-03 CTAN update: extractpdfmark
- 2019-02-12 CTAN update: extractpdfmark
- 2018-12-10 CTAN Update: extractpdfmark
Suggestions
Maybe you are interested in the following packages as well.
Community Comments