Participating Frequently
February 15, 2021
Answered
How to print horizonal by using a java script ?
- February 15, 2021
- 1 reply
- 1795 views
Hello together,
I need to print my PDF Document via JavaScript.
These are my printParams which I use and which works very well:
pp.interactive = pp.constants.interactionLevel.silent;
pp.firstPage = 0;
pp.lastPage = 0;
pp.pageHandling = pp.constants.handling.fit;
pp.nUpAutoRotate = true;Is there any possible Java Code which makes it possible to rotate my print page from vertical to horizonal?
I tried everything could you please help me?
Best regards
