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.

Mon Nov 03, 2014 10:06 pm

Hello,
I have version 2.0.11.3 of Spire.Pdf. I do not see the SaveAsImage function. Is it possible to save PDF as image? If so, how and where are the correct functions?

Thanks,

paradimeweb
 
Posts: 4
Joined: Mon Nov 03, 2014 10:03 pm

Tue Nov 04, 2014 1:40 am

Hello,

Thanks for you inquiry.
Our Spire.pdf supports the feature to save pdf as image, please download the latest Spire.Pdf(Spire.PDF Pack Version:3.1.53) and try it. Here are the codes for your reference.
Code: Select all
PdfDocument doc = new PdfDocument();
doc.LoadFromFile("Spire.Pdf.pdf");
Image image = doc.SaveAsImage(0);
image.Save( "result.png");

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Tue Nov 04, 2014 2:44 am

I already paid for v2. Is it in version 2? Because I do not see it.

paradimeweb
 
Posts: 4
Joined: Mon Nov 03, 2014 10:03 pm

Tue Nov 04, 2014 6:40 am

Hello,

Thanks for your quick reply.
Sorry that we don't find your purchased information, could you please provide us the order information?

Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Wed Nov 05, 2014 2:45 am

Company is Intellera

paradimeweb
 
Posts: 4
Joined: Mon Nov 03, 2014 10:03 pm

Wed Nov 05, 2014 3:55 am

Hello,

Thanks for sharing the information. We have checked it and found that the v2 is very old version, in which there is no the SaveAsImage feature. Please upgrade it to the latest version, we could give you 25% off.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Wed Nov 05, 2014 12:13 pm

Thanks, we will take a decision soon.

paradimeweb
 
Posts: 4
Joined: Mon Nov 03, 2014 10:03 pm

Return to Spire.PDF