Re: re-generate the PDF with standard non-embedded fonts

William Bader <[email protected]> Tue, 11 Oct 2016 15:42:57 +0000
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <BN3PR08MB1922AC8D199887ABED908678C4DA0@BN3PR08MB1922.namprd08.prod.outlook.com>
There are tools for parsing PDFs like the python tools listed at https://www.binpress.com/tutorial/manipulating-pdfs-with-python/167


You might be able to load the PDF, remove the objects with the embedded fonts, and write a new file, but if the embedded fonts are subsets or have non-standard encodings, the text might become unintelligible.

________________________________
From: gs-devel <[email protected]> on behalf of 王海生-软件研发部 <[email protected]>
Sent: Tuesday, October 11, 2016 11:16 AM
To: Ken Sharp
Cc: gs-devel
Subject: Re: [gs-devel] re-generate the PDF with standard non-embedded fonts

thx for clarifying that
have you ever heard of other tools may deal with this?


------------------ Original ------------------
From:  "Ken Sharp"<[email protected]>;
Date:  Tue, Oct 11, 2016 11:03 PM
To:  "王海生-软件研发部"<[email protected]>;
Cc:  "gs-devel"<[email protected]>;
Subject:  Re: [gs-devel] re-generate the PDF with standard non-embedded fonts

At 22:54 11/10/2016 +0800, =?utf-8?B?546L5rW355SfLei9r+S7tueglOWPkemDqA==?=
wrote:
>no  these  original pdf files are coming from other places, which out of
>my  control. if some character use a embedding font ,i want to these
>characters using  standard fonts  instead of embedding font

Then you cannot use Ghostscript.