Skip to main content
18-Opal
September 22, 2021
Solved

Pdf Creation Font Error

  • September 22, 2021
  • 1 reply
  • 2976 views

Trying to publish a postsciprt to pdf and I am getting this message. What does it mean and how do I track down the issue? 

 

%%[ Error: limitcheck; OffendingCommand: 1) (Digitized data copyright (C) 1993-2000 Agfa Monotype Corporation. All rights reserved. Arial® is a trademark of The Monotype ]%%

Stack:
/AdvTT2876772e\
{-44 -209 980 919}
/FD4


%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%

 

Thanks 

 

Bryon

Best answer by bfriesen

Tracked down the issue it was our trademark symbols were wrapped with a font element making them arial unicode, which it seems is an issue for us. Removed the font element and now it postscipts as expected.

 

Thanks for the help.

 

Bryon

1 reply

16-Pearl
September 22, 2021

Hi Bryon, this is a PostScript error so I doubt PTC can help you - unless you find a defect in the PostScript itself. Does the PostScript display correctly if loaded into Adobe Acrobat or GhostScript GSView?

PostScript errors are described by Adobe here: https://helpx.adobe.com/x-productkb/global/troubleshoot-postscript-errors.html

A limitcheck means something in the PostScript is too large. What is strange here is that the font comment is displayed as the "OffendingCommand". The AdvTT indicates that the 3B2/APP/ALD engine is repacking a TrueType font for you. What version of Arbortext software are you using? Does updating to the latest version fix?

Sorry I don't have an easy answer but hopefully some of the ideas above help you.

bfriesen18-OpalAuthorAnswer
18-Opal
September 24, 2021

Tracked down the issue it was our trademark symbols were wrapped with a font element making them arial unicode, which it seems is an issue for us. Removed the font element and now it postscipts as expected.

 

Thanks for the help.

 

Bryon