Re: Ghostscript/GhostPDL 9.22 Release Candidate 1
Ken Sharp <[email protected]> Mon, 18 Sep 2017 16:04:22 +0100
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
At 23:56 18/09/2017 +0900, Masamichi Hosoda wrote: > > Please give them a try on your system if you're interested in helping > > test the release-in-progress. Your feedback is appreciated. > >It seems that `-dPDFDontUseFontObjectNum` option does not work. It has been removed, as documented in History9.htm: 2017-08-02 13:41:59 +0100 Ken Sharp <[email protected]> ca1ec9b486ddba3f921355fd1d775f27f4871356 PDF interpreter - remove the PDFDontUseObjectNum switch This was implemented to allow us to restore the default behaviour if it caused problems. No real problems reported, so lets get rid of (yet another) of our many, many command line switches. >`-dPDFDontUseFontObjectNum` is useful to unify duplicate fonts. >So I would like to use `-dPDFDontUseFontObjectNum`. The fonts can't realistically be described as duplicates, if they have different object numbers. Or if they are then the original PDF file (this only works with PDF input) was poorly constructed. Using this option isn't really sensible, it was only ever present in case the Font numbering usage went awry. Consider creating the original PDF files more efficiently instead. I'll discuss it with the other developers but I am not inclined to restore this. Obviously if you feel its important you can revert the change locally. Ken