You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tags: radpdfprocessing, document, processing, pdf, tiff, conversion, net, standard
8
8
res_type: kb
9
9
ticketid: 1682497
10
10
---
@@ -17,19 +17,14 @@ ticketid: 1682497
17
17
18
18
## Description
19
19
20
-
I need to convert PDFs to TIFFs in a .NET 8 ASP.NET Core application. The existing solutions seem to target the .NET Framework, causing compatibility issues. How can I achieve this conversion using RadPdfProcessing in my application?
21
-
22
-
This knowledge base article also answers the following questions:
23
-
- How do I convert PDF documents to TIFF format in a .NET Core application?
24
-
- What is the process for exporting PDF pages as images in .NET Core?
25
-
- Can I generate a multipage TIFF image from a PDF document using RadPdfProcessing in ASP.NET Core?
20
+
Learn how to convert PDF documents to TIFF format in .NET Standard.
26
21
27
22
## Solution
28
23
29
-
To convert PDF documents to TIFF images in a .NET Core application, follow these steps:
24
+
To convert PDF documents to TIFF images in .NET Standard, follow these steps:
30
25
31
-
1. Use the `SkiaImageFormatProvider` to export the PDF pages to images.
32
-
2. Utilize the `System.Drawing.Common` library to assemble these images into a multipage TIFF file.
26
+
1. Use the [SkiaImageFormatProvider]({%slug radpdfprocessing-formats-and-conversion-image-using-skiaimageformatprovider%}) to export the PDF pages to images.
27
+
2. Utilize the [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/) library to assemble these images into a multi-page TIFF file.
33
28
34
29
Here's an example code snippet demonstrating the process:
35
30
@@ -112,8 +107,5 @@ Replace `"your-pdf-file.pdf"` with the path to your PDF file. This code will cre
-[Using Image Format Provider](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/formats-and-conversion/convert-to-image/using-image-format-provider)
117
-
-[PdfProcessing: Add support for converting a PDF document to a multipage TIFF image](https://feedback.telerik.com/document-processing/1660559-pdfprocessing-add-support-for-converting-a-pdf-document-to-a-multipage-tiff-image)
110
+
-[Converting a PDF Document to a Multipage TIFF Image]({%slug convert-pdf-to-multipage-tiff-radpdfprocessing%})
0 commit comments