rahul ingale
25th June 2019, 15:49
Hello,
When I print Purchase order using "D" device.the text now get alligend in report.if i used DEFINE Monospace in report script,alignment is correct but font get small for all report.any other solution printing text(tdpur401.txta) correctly in report
andreas.toepper
26th June 2019, 09:06
In LN UI the pdf creation (when using the D device) will be executed by a Java application/library. It does have a configuration file. I think it is in the Installation folder of the LN UI Applet (somewhere in the tomcat webserver Directory; \web\WEB-INF\lib in our Tomcat directory). Another one existed or still exist in the LN BSE Directory (java subdirectory).
The configuration file Name is: PDF.properties. You'll also find a txt file explaining the Options.
I've experimented with those configurations some time ago, but some updates happened, and the directory may have changed. So, my Knowledge is somewhat outdated and I cannot give any specific help right now.
I strongly recommend searching the knowledge base on infor xtreme support (the site doesn’t work for me right now, but that may be caused by our local proxy).
rahul ingale
27th June 2019, 17:34
Hello,
I check the KB.i change settings of pdf.properties in ESE and bse/ java folder for font.
I am written #define monospace to print text according alignment,with this setting text printed correctly but all fonts become small.even I change. in PDF.properties it is not adjusted.
If I remove the #define monospace then it print with font maintenancd in PDF.propert but text alignment get disburted.any alternative to overcome this issue.