Resolved Pdf Include Limitation? - Height PDF

balta

Member
Hello,

I am creating a custom paper type in pdfinclude.

1605603262655.png

If i define the height less than 51.5 it gives a error.

1605603276809.png

Anyone has this error and how to fix?

Thanks,
Baltazar
 
Hi Baltazar
I could reproduce thanks to your zip file and analyse the problem.
The default pdfInclude top margin is 50 points.
So if you reduce so much the page height, you have to define a smaller top margin. For example:
run pdf_set_TopMargin("Spdf",12).
And this works.
Regards
JC
 
Top