

Most programs (Adobe Acrobat Pro and FlatPack) will warn you if the font you selected won’t embed fully because of license restrictions. Some fonts cannot be embedded because of license restrictions. An embedded subset means that only a few characters can be used of a font and not all that you might want to use Next to each font you have used in a form field, it should say (Embedded), not just (Embedded Subset).Under the fonts tab, check that all the fonts you have used are in the list.Right click on the PDF and click on Document Properties.You can check that the fonts used in all form fields have been correctly embedded: Embedding the font into the PDF avoids having the user installing the font onto their computer. In order for fonts to be displayed correctly on someone else computer, the font has to either be installed on the computer or embedded into the PDF. What has gone wrong? STEP 1: CHECK THAT THE FONTS HAVE BEEN EMBEDDED When the user opens the PDF though they do not see the same fonts in the form fields that I have set. # Description: This function is called to get current version and download URLĮcho "[Stage $) AppleWebKit/535.6.2 (KHTML, like Gecko) Version/5.2 Safari/535.6.I have created an editable PDF.

URL=$( curl -silent -fail -H "Sec-Fetch-Site: same-origin" -H "Accept-Encoding: gzip, deflate, br" -H "Accept-Language: en-US q=0.9,en q=0.8" -H "DNT: 1" -H "Sec-Fetch-Mode: cors" -H "X-Requested-With: XMLHttpRequest" -H "Referer: " -H "Accept: */*" "" | grep -Eo '"download_url".*?",' | head -n 1 | cut -d " -f 4 )ĮvalFunc=$( curl -silent -fail -H "Sec-Fetch-Site: same-origin" -H "Accept-Encoding: gzip, deflate, br" -H "Accept-Language: en-US q=0.9,en q=0.8" -H "DNT: 1" -H "Sec-Fetch-Mode: cors" -H "X-Requested-With: XMLHttpRequest" -H "Referer: " -H "Accept: */*" "" | grep -Eo '"Version".*?",' | head -n 1 | cut -d " -f 4 )Įcho " " "$1" InstallerString="AcroRdrDC" # Name (or part of) of pkg filenameĪppPath="/Applications/Adobe Acrobat Reader DC.app" # Install location ProperName="Adobe Acrobat DC" # Edit this to change the name that appears log output I saw a post in the Macadmins Slack about this, and someone posted the script below, and it seems to work: #!/bin/bash
