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)
CONVERT PDF TO TIFF
user20
161
Reputation points
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
2,892 questions
Developer technologies | C#
11,579 questions
2 answers
Sort by: Most helpful
-
Castorix31 90,686 Reputation points
2021-12-04T17:30:04.79+00:00 -
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.