Font embedding is prohibited

Hi All,

I purchased a developer OEM license, which I have loaded. Now, I am trying to create a PDF with embedded fonts, but I am getting the following error: ‘Font embedding is prohibited because of font license restrictions.’ What am I doing wrong?"

Thanks

@SC85

Not all fonts comes with free license. You may be trying to embed font that requires distribution license. You can suppress this error by using ‘Document.DisableFontLicenseVerifications = true;’ after initializing the Document object. In case issue still persists, please share your sample code snippet and font file with us. We will test the scenario in our environment and address it accordingly.

Please also note that suppressing the license related warning/error is just feature to avoid the code break. It should be used on your own risk and responsibility.