Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

This what I get when I use Acrobat PDF as a printer:

New Here ,
Jan 19, 2016 Jan 19, 2016

%%[ ProductName: Distiller ]%%
FontAwesome not found, using Courier.
SegoeUISymbol not found, using Courier.
%%[ Error: invalidfont; OffendingCommand: show ]%%

Stack:
( )


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

TOPICS
Acrobat SDK and JavaScript , Windows
836
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Jan 19, 2016 Jan 19, 2016

Those are PostScript errors coming out of the Distiller indicating that fonts that your PostScript references are not installed on your system.

Two possibilities:

(1) The PostScript being processed has the fonts in question embedded, but you have the Adobe PDF driver properties set with the option Rely on system fonts only; do not use document fonts checked. Uncheck that option and try again.

(2) The PostScript being processed does not have the fonts in question embedded and you don't have those fo

...
Translate
Jan 19, 2016 Jan 19, 2016

Those are PostScript errors coming out of the Distiller indicating that fonts that your PostScript references are not installed on your system.

Two possibilities:

(1) The PostScript being processed has the fonts in question embedded, but you have the Adobe PDF driver properties set with the option Rely on system fonts only; do not use document fonts checked. Uncheck that option and try again.

(2) The PostScript being processed does not have the fonts in question embedded and you don't have those fonts installed on your system (or in a path known to the Distiller). If you in fact have the fonts installed, check to make sure that the Distiller's font location dialog includes the directory in which those fonts are installed. Otherwise, yup, no PDF can be created from such PostScript.

            - Dov

- Dov Isaacs, former Adobe Principal Scientist (April 30, 1990 - May 30, 2021)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 20, 2016 Jan 20, 2016
LATEST

You may also be able to set the font properties of the settings (see the settings tab in the printer properties and edit the settings) to ignore font errors. In that case, the Courier would be used. In your case, Distiller stopped the process.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines