|
| 1 | +--- |
| 2 | +title: Extract structured data from PDF and image documents in .NET | Syncfusion |
| 3 | +description: Syncfusion® Smart Data Extractor is a .NET library that extracts tables, form fields, text blocks, and images from PDF and image documents, producing PDFs and structured JSON for verification, automation and processing. |
| 4 | +platform: SmartDataExtractor |
| 5 | +control: PDF |
| 6 | +documentation: UG |
| 7 | +keywords: Assemblies |
| 8 | +--- |
| 9 | +# Assemblies Required to work with PDF |
| 10 | + |
| 11 | +The following assemblies need to be referenced in your application based on the platform. |
| 12 | +<table> |
| 13 | + <thead> |
| 14 | + <tr> |
| 15 | + <th>Platform(s)</th> |
| 16 | + <th>Assembly</th> |
| 17 | + </tr> |
| 18 | + </thead> |
| 19 | + <tbody> |
| 20 | + <tr> |
| 21 | + <td> |
| 22 | + {{'[WPF](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-wpf)'| markdownify }}, |
| 23 | + {{'[Windows Forms](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-windows-forms)'| markdownify }} and {{'[ASP.NET MVC](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-asp-net-mvc)'| markdownify }} |
| 24 | + </td> |
| 25 | + <td> |
| 26 | + Syncfusion.Compression.Base<br/> |
| 27 | + Syncfusion.ImagePreProcessor.Base<br/> |
| 28 | + Syncfusion.OCRProcessor.Base<br/> |
| 29 | + Syncfusion.Pdf.Imaging.Base<br/> |
| 30 | + Syncfusion.Pdf.Base<br/> |
| 31 | + Syncfusion.PdfToImageConverter.Base<br/> |
| 32 | + Syncfusion.SmartFormRecognizer.Base<br/> |
| 33 | + Syncfusion.SmartTableExtractor.Base<br/> |
| 34 | + </td> |
| 35 | + </tr> |
| 36 | + <tr> |
| 37 | + <td> |
| 38 | + {{'[Blazor](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-document-in-blazor)'| markdownify }}, |
| 39 | + {{'[.NET Core](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-asp-net-core)'| markdownify }} |
| 40 | + and {{'[.NET Platforms](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-asp-net-mvc)'| markdownify }} |
| 41 | + </td> |
| 42 | + <td> |
| 43 | + Syncfusion.Compression.Portable<br/> |
| 44 | + Syncfusion.ImagePreProcessor.Portable<br/> |
| 45 | + Syncfusion.OCRProcessor.Portable<br/> |
| 46 | + Syncfusion.Pdf.Imaging.Portable<br/> |
| 47 | + Syncfusion.Pdf.Portable<br/> |
| 48 | + Syncfusion.PdfToImageConverter.Portable<br/> |
| 49 | + Syncfusion.SmartFormRecognizer.Portable<br/> |
| 50 | + Syncfusion.SmartTableExtractor.Portable<br/> |
| 51 | + </td> |
| 52 | + </tr> |
| 53 | + <tr> |
| 54 | + <td> |
| 55 | + {{'[Windows UI library (WinUI)](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-winui)'| markdownify }}, |
| 56 | + {{'[.NET Multi-platform App UI (.NET MAUI)](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/create-pdf-file-in-maui)'| markdownify }} |
| 57 | + </td> |
| 58 | + <td> |
| 59 | + Syncfusion.Compression.NET<br/> |
| 60 | + Syncfusion.ImagePreProcessor.NET<br/> |
| 61 | + Syncfusion.OCRProcessor.NET<br/> |
| 62 | + Syncfusion.Pdf.Imaging.NET<br/> |
| 63 | + Syncfusion.Pdf.NET<br/> |
| 64 | + Syncfusion.PdfToImageConverter.NET<br/> |
| 65 | + Syncfusion.SmartFormRecognizer.NET<br/> |
| 66 | + Syncfusion.SmartTableExtractor.NET<br/> |
| 67 | + </td> |
| 68 | + </tr> |
| 69 | + </tbody> |
| 70 | +</table> |
| 71 | + |
| 72 | + |
| 73 | + |
0 commit comments