Hello everyone,
I have a text area field and when the value of the field has more than 60 lines, the generated pdf will have blank pages before this field.
If there a way to avoid this?
thanks,
Edwina
generate pdf, blank pages
Moderators: Jon, Steve, Ian, Dave
-
[email protected]
- Ebase User
- Posts: 24
- Joined: Fri Nov 04, 2016 7:41 pm
-
Steve
- Moderator

- Posts: 423
- Joined: Fri Sep 07, 2007 3:44 pm
- Location: Sandy, UK
- Contact:
Hi Edwina,
Are you printing out the PDF in report mode?
I do not know why you have blank fields before the text area field. It might be because the content is spanning over more than one page and the PDF formatting software is having trouble rendering it.
This is the only way you can print out text areas and format them so you can see all the content.
Perhaps you can send me a copy of the generated PDF to [email protected] so that I can see what the issue is.
Kind regards
Steve
Are you printing out the PDF in report mode?
I do not know why you have blank fields before the text area field. It might be because the content is spanning over more than one page and the PDF formatting software is having trouble rendering it.
Code: Select all
var options = new PdfOptions();
options.reportMode = true;
form.generatePdf(options);
Perhaps you can send me a copy of the generated PDF to [email protected] so that I can see what the issue is.
Kind regards
Steve
0 x
-
[email protected]
- Ebase User
- Posts: 24
- Joined: Fri Nov 04, 2016 7:41 pm
Who is online
Users browsing this forum: Bing [Bot] and 40 guests