Hi @arebbeadle
We have had a lot of ‘fun’ getting barcodes to work well for us but we now think we have got there. We are using IFS Cloud, but I guess the issues will be similar for IFS APPS10.
We found 39 barcodes printed ok but of course these don’t handle spaces and other special characters which are often found in part numbers etc. We had to change to using a 128 barcode and we’ve used IDAutomation’s fonts.
The details will be different if you are using a different font but if you are using 128 font from IDAutomation, then the sizing issue is caused by a combination of Crystal Reports and PDF files. IDAutomation provide different sized fonts and some guidance on which one to use for the various printed sizes, but we found this didn’t apply for PDFs generated from Crystal Reports. The way the fonts are presented in the Crystal Report designer is completely different to what appears in the PDF produced on the server. After much extremely frustrating trial and error we found we could use the XS font, font size 20 in fields 0.9cm high in the Crystal Report layout.
This approach is actually the last comment here https://www.barcodefaq.com/knowledge-base/exporting-to-pdf/ - we also found that the registry change suggested in that article made no difference.
I hope this information helps you.
mmck
@MMcK thank you for your input. We are using Idautomation Barcodes and changing the registry did seem to resolve our issues. Here are the 2 entries we made.
Thank you,
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\CrystalReports for .NET Framework 4.0\Crystal Reports\Export\PDF]
"ForceLargerFonts"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\SAP BusinessObjects\CrystalReports for .NET Framework 4.0\Crystal Reports\Export\PDF]
"ForceLargerFonts"=dword:00000001