Aryaraj
4th August 2014, 15:26
Dear Concern,

Actually I want to mail quotation report to Our customer through PDF format.
But when I'm trying to take print of quotation throug PDF its font size is so small that no one could read properly. When I open with PDF there, by increasing the percentage(i.e size) we can able to read but when I try to take print the size is small. So how to edit or increase the font size in report level or in PDF format.
Please do the needful.

Regards,
Arya

bhushanchanda
4th August 2014, 15:30
Hi,

Check the Font-size in report properties. Also, before printing the report, you can select preview option and set the font size for that report and save it as default whatever you like.

bhushanchanda
28th September 2016, 19:11
On latest versions, you have an option to increase the font size in PDF reports using the following in your Device data argument.

XML -PDF:acroRd32.exe PFS=11 %s

Where 11 can be anything like 9, 9.5, 10,10.5 etc which is nothing but font size.

Make sure you have latest ssa-bml.jar installed in your $BSE/java folder which can be downloaded from Infor FTP.

baanjim
13th April 2017, 19:14
Hi,

My problem is the same.
I change the font size of some fields on my report.
In paper printing mode (device WP) it's OK. Some fields are in a big size.
But in PDF, the size is always small.
I downloaded the latest ssa-bml.jar and installed in my $BSE/java folder.
I created a device with the argument "XML -PDF:acroRd32.exe PFS=11 %s"
I tried many values (8, 11, 20 ...) => Always the same result.
I tried to change the parameters of the reports (in attachment)...
but nothing changes...
The final goal for me is to have some fields in a medium size, some fields in a small size.
Thank you for your help :confused:

bhushanchanda
14th April 2017, 11:44
Hi,

What report is that? Have you checked the report script? Anything suspicious there?

Ajesh
15th May 2017, 17:01
Have tried increasing the font size on Report.. But it makes no difference.. Also there is no print preview option on my system.. Maybe because there is no Win_Print...

What is the proper way to increase font size on Report?

Ajesh
19th June 2017, 16:01
If it is useful to anybody, i found the parameter to increase the font on PDF , at the LNUI Server side.You can increase or decrease the font size from the PDF_Properties file.

Its there at both LNUI Server and the Application Server. One for UI and the other for Printing from Worktop or BW..

cintiscas
3rd March 2018, 17:53
and right margin in the argument Device data can be changed?

Sahil Sharma
7th August 2018, 08:08
Use DOM (Document Output Management) to increase the size of the report.