Share via

CONVERT PDF TO TIFF

user20 161 Reputation points
2021-12-04T17:05:21.507+00:00

I need a free dll for convert PDF to TIFF with high quality. in VB.NET or C#
Everything I downloaded was a trial version or their quality was low

Developer technologies | VB
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.


2 answers

Sort by: Most helpful
  1. David 151 Reputation points
    2021-12-15T08:18:04.35+00:00

    I don't think there is a completely free library capable of doing this, but you can try Free Spire.PDF for .NET to convert PDF to TIFF if your PDF document does not exceed 10 pages. Otherwise, you'll need to use the paid version.

    https://www.e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/Conversion/Save-PDF-Document-as-tiff-image.html

    Was this answer helpful?

    0 comments No comments

  2. Castorix31 91,881 Reputation points
    2021-12-04T17:30:04.79+00:00

    You don't need any DLL
    It can de done with PdfPage.RenderToStreamAsync
    (tested on Windows 10 21H1, C# .NET Framework 4.7.2, with Windows.Graphics.Imaging.BitmapEncoder.TiffEncoderId for PdfPageRenderOptions and the quality seems ok)

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.