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.

Tue Jul 07, 2015 10:32 am

Hi,

Image.HorizontalResolution always returing 96dpi even image having more than that dpi. Please check below code that i have used to check.

PdfPageBase page;
Image[] pageImages;

for (int i= 0; i< doc.Pages.Count; i++)
{
page = doc.Pages[i];
pageImages = page.ExtractImages();

if (pageImages != null)
{
foreach (Image image in pageImages)
{
Console.WriteLine("Image Resolution :" + image.HorizontalResolution);
}
}
}

Jeethu
 
Posts: 2
Joined: Tue Jul 07, 2015 10:01 am

Wed Jul 08, 2015 6:11 am

Hello,

Thanks for your inquiry.
I have noticed your issue. And I have posted the issue to our dev team. We will inform you when it is fixed. Sorry for the inconvenience.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Tue Aug 18, 2015 9:01 am

Hello,

Sorry to keep you waiting.
The new version of Spire.Pdf( Spire.PDF Pack Version:3.5 ) solved your issue has been released. Please download it via link below and have a try.
http://www.e-iceblue.com/Download/download-pdf-for-net-now.html

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Thu Aug 20, 2015 9:12 am

Hello,

Have you tried the Spire.PDF Pack Version:3.5?
Has your issue been resolved?
Thanks for your feedback.

Best Regards,
Sweety
E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.PDF