Script for printing pages, all pages are printing in different sizes, not fitted
Good evening, I made a script to print specific pages in a range from my document, except that the page information being printed are all different dimensions on the paper.
Here is my script:
print.this(false, 0, 6);
print.this(false, 7, 23);
Is there a sepcific printer setting I must use, to make the pages print out correctly? Any help would be wonderful, I intended the pages to print out, "fitted."
Thank you!
