Javascript to recognize paper size of each page in pdf and print to certain size.
Hi all,
I have a question. I only know a bit of VBA, so Javascript is still a bit of a mistery to me.
What I need is a program like this:
If papersize = A4 or A3 Then
Printsize = A4
Else
Printsize = A3
This way, all our big drawings (A2-A0) will be printed on A3. The rest on A4. (Our A3 drawings are perfectly readable on A4 and that saves a lot of paper in the end.)
I don't mind if this means that for a document of 20 pages, there will be 20 printjobs.
thanks
