Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Jul 05, 2017 12:19 pm

Hi,

I'm currently trying Spire PDF. I can generate PdfFiles, it' symply.

I can print generated documents.

But I need to be able to print multiples pages per sheet and I didn't found how to do this.
The generated document is in A7 format and I need to stack, let's say 4 pages generated, in a single A4 sheet for printing and avoid killing the forest 8)

Any suggestions will be greatly appreciate.

Thanks

Julien

beeiiitch
 
Posts: 3
Joined: Wed Jul 05, 2017 12:08 pm

Thu Jul 06, 2017 3:11 am

Dear Julien,

Thanks for your inquiry.
Sorry that Spire.PDF doesn't support printing multiples pages per sheet at present. And I have added the new feature into our schedule. We will let you know when it is finished.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Jul 11, 2017 12:47 pm

Thanks for your answer.

Any idea of the deadline for this features?

Thanks again

beeiiitch
 
Posts: 3
Joined: Wed Jul 05, 2017 12:08 pm

Wed Jul 12, 2017 1:38 am

Dear beeiiitch,

Thanks for your response.
Sorry that we can't give you the deadline now. We will inform you once there is any great progress.
Sorry for the inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Aug 07, 2017 5:39 am

Hi,

Any news for this enhancement?

Need to go on and I would prefer to keep the use of spire pdf.

Thank you

Julien

beeiiitch
 
Posts: 3
Joined: Wed Jul 05, 2017 12:08 pm

Mon Aug 07, 2017 6:01 am

Dear Julien,

Our Dev team is working on it, we will let you know as soon as it is implemented.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Nov 02, 2017 9:15 am

Dear Julien,

Thanks for waiting.
Now the new feature has been implemented in Spire.PDF Pack(Hot Fix) Version:3.9.431.
Here is sample code for your reference.
Code: Select all
            PdfDocument doc = new PdfDocument();
            doc.LoadFromFile(@"F:\sample.pdf");
            doc.PrintSettings.SelectMultiPageLayout(2, 2);
            doc.Print();

Looking forward to your feedback.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Fri Nov 10, 2017 9:31 am

Dear Julien,

Greetings from E-iceblue.
Did you use the hotfix and the new feature ? Has your issue been resolved ?

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.PDF