cancel
Showing results for 
Search instead for 
Did you mean: 

Print PDF range

Former Member
0 Kudos

Hi Experts,

we have a document which should be printed with a defined range. (Page 4-10 for examle)

I can´t find any option to set the print range. Can you tell me how to do this?

Br,

Philip

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try the script below.

xfa.host.print(1, "4", "10", 0, 1, 0, 0, 0);

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Sanoosh,

thanks for your help. I must admit that it should be started by an ABAP function.

So i think need to get a pagecount, range or something like that in the ABAP coding. But i cant find anything about that.

Br,

Philip