cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate a multiple pages printable PDF

Former Member
0 Kudos

Hi all,

I've a web dynpro java in which my client fills any fields.

One of this is "Total pages" and now I'm looking for a solution to create one printable PDF for every page or a unique printable PDF with n pages (n = total pages). How to do this ?

Thanks in advance

Best regards

Domenico

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

By using below java script code we can print PDF pages, by controlling parameters we can print 1 or 2 or total pages.

xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);

Thnksa

Malli

Answers (0)