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#
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 90,686 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)


  2. 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

    0 comments No comments

Your answer

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