Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Got a response from PTC support. Had a duplicate font installed on PE. The initial error log will tell you which font to search for.
Excerpt from error log:
%%[ Error: limitcheck; OffendingCommand: 1)+25 (© 2017 The Monotype Corporation. All Rights Reserved.
Hebrew OpenType Layout logic copyright © 2003 & 2007, Ralph Han ]%%
Stack:
/AdvTT153188ed\
{-11 -306 999 910}
/FD9
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
You need to look in the postscript file using a text editor that supports large files. Copy the AdvTTXXXXX or whatever font it states. Search the ps file for this text. It will have a (1) behind it.
Excerpt from ps file:
%The font AdvTT153188ed(1)+25 is a conversion from Arial (TrueType) with the following copyright notice:
To fix you need to remove the (1) from behind it:
%The font AdvTT153188ed+25 is a conversion from Arial (TrueType) with the following copyright notice:
Find all instances and fix it accordingly, there might be a slash remove it also. /AdvTT153188ed\(1\)+25, /AdvTT153188ed+25
Save it then distill. After that find duplicate fonts on PE and Desktops and remove them.
Bryon
"Font handling in Acrobat Distiller when creating PDF files": https://helpx.adobe.com/acrobat/kb/font-handling-in-acrobat-distiller.html
Thanks for the information. But how do track down the font issue, if it does not create a pdf.
Bryon
Got a case on the go already... was hoping someone had the answer already. Will need to wait on support,
Thanks
Bryon
Got a response from PTC support. Had a duplicate font installed on PE. The initial error log will tell you which font to search for.
Excerpt from error log:
%%[ Error: limitcheck; OffendingCommand: 1)+25 (© 2017 The Monotype Corporation. All Rights Reserved.
Hebrew OpenType Layout logic copyright © 2003 & 2007, Ralph Han ]%%
Stack:
/AdvTT153188ed\
{-11 -306 999 910}
/FD9
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
You need to look in the postscript file using a text editor that supports large files. Copy the AdvTTXXXXX or whatever font it states. Search the ps file for this text. It will have a (1) behind it.
Excerpt from ps file:
%The font AdvTT153188ed(1)+25 is a conversion from Arial (TrueType) with the following copyright notice:
To fix you need to remove the (1) from behind it:
%The font AdvTT153188ed+25 is a conversion from Arial (TrueType) with the following copyright notice:
Find all instances and fix it accordingly, there might be a slash remove it also. /AdvTT153188ed\(1\)+25, /AdvTT153188ed+25
Save it then distill. After that find duplicate fonts on PE and Desktops and remove them.
Bryon
Glad you solved your problem.