Search found 5 matches
- 2017-07-11T05:19:33-07:00
- Forum: Developers
- Topic: Convert a PDF to TIFF without loss of quality
- Replies: 4
- Views: 17524
Re: Convert a PDF to TIFF without loss of quality
Thanks snibgo and fmw42 for your replies. I am using Magick.NET-Q16-AnyCPU dll of version 7.0.0.0 which I installed from Nuget. I haven't installed GS but I am using following - "gsdll64.dll" ,"gswin64c.exe" and referring them by means of - MagickNET.SetGhostscriptDirectory(@"~/somepath"). I ...
- 2017-07-10T03:44:23-07:00
- Forum: Developers
- Topic: Convert a PDF to TIFF without loss of quality
- Replies: 4
- Views: 17524
Convert a PDF to TIFF without loss of quality
Hi All, I am trying to convert a PDF file to a TIFF file without losing its quality. But I see there is a loss of quality as a result when I OCR the TIFF file using Tesseract words are being misread. I am using Magick.NET-Q16-AnyCPU dll of version 7.0.0.0 in my C# application. Here is my piece of ...
- 2017-07-09T22:20:36-07:00
- Forum: Developers
- Topic: Identify the orientation and rotate only specific pages of a TIFF file
- Replies: 3
- Views: 12226
Re: Identify the orientation and rotate only specific pages of a TIFF file
@fmw42, thanks for your reply. Sorry I cannot post my tiff file. Yes, the angles of rotations are 90, 180 and 270 degrees.
- 2017-07-05T23:45:37-07:00
- Forum: Developers
- Topic: Identify the orientation and rotate only specific pages of a TIFF file
- Replies: 3
- Views: 12226
Identify the orientation and rotate only specific pages of a TIFF file
Hi All, I have a multi-page TIFF file in which some of the pages are rotated and some of the pages are not rotated. I am using Magick.NET-Q16-AnyCPU dll of version 7.0.0.0 in my C# application. I tried exploring the ImageMagick API's but at least I couldn't find any API methods which does the above ...
- 2017-06-09T00:48:56-07:00
- Forum: Magick.NET
- Topic: ImageMagick.MagickDelegateErrorException
- Replies: 2
- Views: 13450
ImageMagick.MagickDelegateErrorException
Hi Team, I am getting the following error - "An exception of type 'ImageMagick.MagickDelegateErrorException' occurred in Magick.NET-Q16-AnyCPU.dll but was not handled in user code Additional information: PDFDelegateFailed `The system cannot find the file specified. ' @ error/pdf.c/ReadPDFImage/793 ...