I have a PB.net assembly that is saving a datawindow (via a datastore) as a PDF that includes a QRCode barcode font (IDAutomation) and is getting a PDFSharp error "Ascender should be less than 0" between the file being generated and saved to the saved location. If you click the Ignore button the PDF is saved and when opened is rendered just fine and includes the QRCode barcode. The barcode font is installed on the machine as well as any components needed for the font. This only happens if the font of the column returned in the datawindow is using the barcode font. So, if it's Arial it's fine.
The PB assembly is used in a WPF application.
Has anyone else seen this kind of message before? Is there anything that can be done to suppress it or give it what it needs?
This message will only appear the first time that the Ignore button is selected while WPF app is running and is fine otherwise.
Any help would be awesome