mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
df8d84bbba
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. WWW: https://github.com/trueroad/extractpdfmark/
14 lines
628 B
Plaintext
14 lines
628 B
Plaintext
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.
|