I'm using Firefly version 32398, which is pretty old. Has there been an update to the PrinterWriterWithPdf code that might help me?
I am outputting a barcode using the IDAutomation Code 128 TrueType barcode font. This requires me to call a function provided by IDAutomation to encode the data. Then I can put that encoded data on my output form and set the font to the Code 128 font. Printing the output directly or displaying on screen shows the barcode correctly, but when I output to PDF, the encoded data is displayed in a regular text font. I have EmbedFonts=Y set.
I am able to embed the font in a PDF when I put the encoded text in Word, set the font, and save to PDF. So I know the font works correctly.
Any help would be greatly appreciated.