Hello,
1. When I run Print Preview + Save file to local the file size is 24 kb
Form Processing Output Parameter
SFPOUTPUTPARAMS-nodialog = ''. " suppress printer dialog popup
SFPOUTPUTPARAMS-getpdf = ''. " Request PDF Return
2. When I try to send the same PDF to an external system using the generated PDF returned as string in return parameter FPFORMOUTPUT-PDF the file size is 31 kb
Form Processing Output Parameter
SFPOUTPUTPARAMS-nodialog = ''X" suppress printer dialog popup
SFPOUTPUTPARAMS-getpdf = ''X" Request PDF Return
The generated PDF returned in return parameter fpformoutput–pdf seems to be too big. It is XString{33329}
How can we solve the problem?
This is only an example, the problem is that files of 1 MB become 10 MB
Thanks for your help
Regards,
Francesco