Extract page mode and named destinations as PDFmark from PDF.
This tool helps ghostscript circumvent a bug while embedding PDF files in another PDF document (https://bugs.ghostscript.com/show_bug.cgi?id=695760). If you have control over font embedding in all PDF files, the resulting PDF can become *much* smaller and still fully functional.
This tool helps ghostscript circumvent a bug while embedding PDF files in another PDF document (https://bugs.ghostscript.com/show_bug.cgi?id=695760). If you have control over font embedding in all PDF files, the resulting PDF can become *much* smaller and still fully functional.
To install extractpdfmark, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install extractpdfmark
To see what files were installed by extractpdfmark, run:
port contents extractpdfmark
To later upgrade extractpdfmark, run:
sudo port selfupdate && sudo port upgrade extractpdfmark
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.