Dear Aspose,
Is there anyway to print the office documents & pdf with multiple up settings.
Especially power point. My customer needs to get 6 pages per page printing.
We utilized the printer driver setting. However printer driver support only 1,2,4,8,14,32…
Any suggestion and help will be appreciate.
Regards
fujixeroxsg
Hi
Su Hlaing,
Thanks for using our products.
I am a representative from Aspose.Pdf team. This component provides the capability to Create/Edit/Manipulate existing PDF documents. It also supports the feature to print PDF documents. From your above requirement " My customer needs to get 6 pages per page printing", do you need to get six copies of each PDF page ?
If so is the case, then you may consider specifying any value for Copies property of System.Drawing.Printing.PrinterSettings class. Please note that we have a class named PdfViewer present under Aspose.Pdf.Facades namespace of Aspose.Pdf for .NET which provides the feature to Print the PDF documents. When printing the PDF files, PrintDocumentWithSettings(…) method of PdfViewer class takes an object PrinterSettings class as an argument, so if we have specified the number of copies to be generated using Copies property, the same number of printouts will be generated.
In order to create 6 copies of individual page of PDF file, I would suggest you to first convert the source PDF file into single page documents and then try binding individual PDF file with PdfViewer and create 6 copies of each document.
For further details, please take a look over
- Split PDF to Individual Pages Using File Paths (Facades)
- Printing PDF to an XPS File and Hiding Print Dialog (Facades)
In case I have not properly understood your requirement or you have any further query, please feel free to contact.
Hi Aspose,
Thanks for reply. There is miscommunication.My requirement is to print the files in 6 pages per sheet. Eg : In powerpoint there are total 12 slides.In normal print, the no of sheets print out is 12 sheets.
When user print, select the 6 pages per sheet in print setting and print. The no of sheets print out is 2 sheets.This is my requirement.
Any recommendation?
Regards
fujixeroxsg
Hi there,
fujixeroxsg:
Hi Aspose,
Thanks for reply. There is miscommunication.My requirement is to print the files in 6 pages per sheet. Eg : In powerpoint there are total 12 slides.In normal print, the no of sheets print out is 12 sheets.
When user print, select the 6 pages per sheet in print setting and print. The no of sheets print out is 2 sheets.This is my requirement.
fujixeroxsg:
Hi Aspose,
Thanks for reply. There is miscommunication.My requirement is to print the files in 6 pages per sheet. Eg : In powerpoint there are total 12 slides.In normal print, the no of sheets print out is 12 sheets.
When user print, select the 6 pages per sheet in print setting and print. The no of sheets print out is 2 sheets.This is my requirement.
Any recommendation?
Regards
fujixeroxsg