NativePDF: Barcode issue
- How-to
- 
                            
                                 MARKOVIC Marko MARKOVIC Marko
- PowerBuilder
- Friday, 7 October 2022 12:19 PM UTC
Hi,
Version 2021 Build 1506.
We have an issue when we want to print a datawindow with barcode: Code 128AB Short. The barcode is installed on every machine and it works when we print it on a pdf printer. Yes we have checked packaging custom fonts
<=====   NativePDF
 <=====  PDF Printer or standard A4 Printer
PB Code:
dw_print.Modify ("DataWindow.Export.PDF.NativePDF.UsePrintSpec = Yes") dw_print.Modify ("DataWindow.Export.PDF.Method = NativePDF!") dw_print.Modify ("DataWindow.Export.PDF.NativePDF.PDFStandard = '1'")dw_print.saveas( "C:\temp\test.pdf",PDF!,false)
Also tried to put in PB.ini NativePDF_IncludeCustomFont=1, same thing.
Some ideas or workaround???
Thanks.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.
