From 82efed6cae8b0f2a3d10593b21083be1e7b1ab23 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Tue, 23 Nov 2021 08:59:25 +0000 Subject: pdfi: Implement the CIDSubstPath and CIDSubstFont options --- Resource/Init/pdf_main.ps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Resource') diff --git a/Resource/Init/pdf_main.ps b/Resource/Init/pdf_main.ps index d8e5c1f25..671d35324 100644 --- a/Resource/Init/pdf_main.ps +++ b/Resource/Init/pdf_main.ps @@ -757,7 +757,8 @@ systemdict /NEWPDF known not {/NEWPDF //false def} if /PDFSwitches [ /QUIET /PDFPassword /PDFDEBUG /PDFSTOPONERROR /PDFSTOPONWARNING /NOTRANSPARENCY /FirstPage /LastPage /PDFNOCIDFALLBACK /NO_PDFMARK_OUTLINES /NO_PDFMARK_DESTS /PDFFitPage /Printed /UseBleedBox /UseCropBox /UseArtBox /UseTrimBox /ShowAcroForm /ShowAnnots /PreserveAnnots - /NoUserUnit /RENDERTTNOTDEF /DOPDFMARKS /PDFINFO /SHOWANNOTTYPES /PRESERVEANNOTTYPES] def + /NoUserUnit /RENDERTTNOTDEF /DOPDFMARKS /PDFINFO /SHOWANNOTTYPES /PRESERVEANNOTTYPES + /CIDSubstPath /CIDSubstFont] def 0 1 PDFSwitches length 1 sub { PDFSwitches exch get dup where { -- cgit v1.2.1