I encountered a situation like this:
After loading the pdf file into pdfviewercontrol, if I want to print them into a new pdf file or into multiple pdf files per page as a file, how do I set up the code? (edit: it's has frompage and endpage)
I don't use printdialog, I want after setup I can use code as:
pdfviewer.print2pdf
pdfviewer.print2Multipdf
But I'm not sure how to name file and where to save them!