Skip to main content
Participating Frequently
January 9, 2013
Answered

Embed PDF font as default

  • January 9, 2013
  • 2 replies
  • 1424 views

We have just adopted a company wide branding/font and we need to ensure our users embed this font whenever they create PDFs

Does anyone know if it is possible to set this on all our computers using Group Policy or similar?

We are currently using Acrobat 9 Pro

Thanks!

This topic has been closed for replies.
Correct answer EnterpriseHelp

Hi Paul,

  1. Open the PDFMaker's settings panel (method varies by the software product you are using to access it.
  2. Choose Advanced Settings.
  3. Add your font to the Always Embed list.
  4. Save the settings as a new joboptions file.
  5. Distribute the file:
    Predeployment: Use the Customization Wizard's distiller feature: http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/distiller.html
    Post deployment: Distribute the file to C:\Users\<username>\AppData\Roaming\Adobe\Adobe PDF\Settings and set the default joboptions file to use for the PDF printer and Distiller in the Registry.

hth,

Ben

2 replies

EnterpriseHelp
EnterpriseHelpCorrect answer
Inspiring
January 9, 2013

Hi Paul,

  1. Open the PDFMaker's settings panel (method varies by the software product you are using to access it.
  2. Choose Advanced Settings.
  3. Add your font to the Always Embed list.
  4. Save the settings as a new joboptions file.
  5. Distribute the file:
    Predeployment: Use the Customization Wizard's distiller feature: http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/distiller.html
    Post deployment: Distribute the file to C:\Users\<username>\AppData\Roaming\Adobe\Adobe PDF\Settings and set the default joboptions file to use for the PDF printer and Distiller in the Registry.

hth,

Ben

EnterpriseHelp
Inspiring
January 9, 2013

Here are some sample reg settings:

    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\10.0\Visio\Settings]

    "JobOptions"="Standard"

    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\10.0\Word\Settings]

    "JobOptions"="High Quality Print"

    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\10.0\Word\Settings\PrePDFA]

    "JobOptions"="High Quality Print"

    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\10.0]

    "JobOptions"="Standard"

January 9, 2013

Group Policy alone?  No, that would imply that the you could set the font of Distiller, PDFMaker and Acrobat with a Windows Registry entry.  You need to set a default *.joboptions file (which is actually a COS preference file) and then reference that file in the Acrobat/Distiller/PDFMaker registry entries that are applicable.  You can figure this out with Microsofts Process Monitor by running through selecting the custom *.joboptions file and then documenting them.   Once you have the documented you can script the copying of the custom *.joboptions file and the appropriate registry entries either through script or Group Policy.