Vintasoft.Imaging.Pdf
12.1.2.1
See the version list below for details.
dotnet add package Vintasoft.Imaging.Pdf --version 12.1.2.1
NuGet\Install-Package Vintasoft.Imaging.Pdf -Version 12.1.2.1
<PackageReference Include="Vintasoft.Imaging.Pdf" Version="12.1.2.1" />
<PackageVersion Include="Vintasoft.Imaging.Pdf" Version="12.1.2.1" />
<PackageReference Include="Vintasoft.Imaging.Pdf" />
paket add Vintasoft.Imaging.Pdf --version 12.1.2.1
#r "nuget: Vintasoft.Imaging.Pdf, 12.1.2.1"
#:package Vintasoft.Imaging.Pdf@12.1.2.1
#addin nuget:?package=Vintasoft.Imaging.Pdf&version=12.1.2.1
#tool nuget:?package=Vintasoft.Imaging.Pdf&version=12.1.2.1
Vintasoft.Imaging.Pdf.dll assembly is main assembly of VintaSoft PDF .NET Plug-in and it contains classes for working with PDF documents.
VintaSoft PDF .NET Plug-in allows to work with PDF documents in .NET.
GENERAL FEATURES
- This is 100% managed .NET SDK written in C#
- Cross-platform support for Windows x86/x64, Linux x64/ARM64, macOS x64/ARM64
- PDF engine is written from scratch, no additional external third party libraries necessary
- Create new PDF or PDF/A document
- Load an existing PDF document
- Verify PDF document to conformance with PDF/A
- Render PDF document
- Print PDF document
- Search text in PDF document and extract text from PDF document
- Manage PDF document structure
- Edit content of PDF page or form
- Work with low-level object tree of PDF document
- Create and edit PDF annotations of PDF document
- Comment PDF document
- Create, edit and fill interactive form of PDF document
- View pages of PDF document in WPF image viewer
- View and fill pages of PDF document in WPF image viewer
- View pages of PDF document in WinForms image viewer
- View and fill pages of PDF document in WinForms image viewer
- View PDF document in web image viewer
- Edit PDF page content in WPF image viewer
- Edit PDF page content in WinForms image viewer
- Edit text content on PDF page in web image viewer
- Comment PDF document in WPF/WinForms image viewer
- Verify digital signature of PDF document, sign a PDF document
- Protect PDF document
- Optimize, compress and cleanup PDF document
- Save PDF document
- Convert PDF document to a PDF/A document
- Convert PDF document to a DOCX document
- Recognize text from image and create searchable PDF or PDF/A document
- Convert multipage TIFF file to a searchable PDF or PDF/A document
- Convert PDF document to a multipage TIFF file
- Convert PDF document to SVG files
- Convert a text file to a PDF document
- Split a PDF document to several PDF documents
- Merge several PDF documents to a single PDF document
- Use the embedded JavaScript interpreter
DEVELOPMENT REQUIREMENTS
- Development environments: Microsoft Visual Studio, Microsoft Studio Code, JetBrains Rider, .NET CLI
- Programming languages: C#, VB.NET, any .NET compatible language
- Development platforms: .NET, WPF, WinForms, ASP.NET
DEPLOYMENT REQUIREMENTS
- Windows (Windows 11/10/8.1/8/7; Windows Server 2025/2022/2019/2016/2012/2008; 32-bit and 64-bit) with .NET 10/9/8/7/6
- Windows (Windows 11/10/8.1/8/7/Vista/XP; Windows Server 2025/2022/2019/2016/2012/2008/2003; 32-bit and 64-bit) with .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
- Linux (Ubuntu 24/23/22/20/18; Debian 12/11/10/9; Fedora 40/39/38/37/36; OpenSUSE 15; CentOS 9/8/7; Redhate Enterprise Linux 9/8/7; Alpine 3) with .NET 10/9/8/7/6
- macOS (macOS 14/13/12/11/10) with .NET 10/9/8/7/6
ONLINE RESOURCES
- Product web page: https://www.vintasoft.com/vspdf-dotnet-index.html
- FAQ: https://www.vintasoft.com/vsimaging-dotnet-faq.html
- User Guide and API Reference for .NET developer: https://www.vintasoft.com/docs/vsimaging-dotnet/
- User Guide and API Reference for Web developer: https://www.vintasoft.com/docs/vsimaging-dotnet-web/
- Code Examples: https://www.vintasoft.com/vsimaging-dotnet-examples.html
ARTICLES
- Create PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Create_Pdf_Document.html
- Load PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Load_Pdf_Document.html
- Print PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Print_Pdf_Documents_In_WinForms.html
- Work (add, insert, reorder, delete) with pages of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_With_Pages_Of_Pdf_Document.html
- Search and extract text from PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Search_And_Extract_Text_From_Pdf_Document.html
- Work with fonts of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_With_Fonts_Of_Pdf_Document.html
- Work with image resources of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_With_Image_Resources_Of_Pdf_Document.html
- Work with form templates of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_With_Forms_Of_Pdf_Document.html
- Work with embedded files of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_With_Embedded_Files_Of_Pdf_Document.html
- Work with portfolio of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_With_Portfolio_Of_Pdf_Document.html
- Edit content of PDF page: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Edit_Content_Of_Pdf_Page.html
- Work (add, insert, change, delete) with annotations of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Annotating_of_PDF_document.html
- Work (add, insert, change, delete) with interactive fields of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Working_with_interactive_fields_of_PDF_document.html
- Access low level structure of PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Low_level_access_to_the_structure_of_PDF_document.html
- Protect PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Protect_Pdf_Document.html
- Sign PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Usage_Of_Digital_Signatures_In_Pdf_Document.html
- Optimize and compress PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Optimize_And_Compress_Pdf_Document.html
- Save PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-Save_Pdf_Document.html
- Split PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-How_To_Split_Pdf_Document.html
- Merge PDF documents: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-How_To_Merge_Pdf_Documents.html
- Convert text file to a PDF document: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Pdf-How_To_Convert_Text_File_To_Pdf_Document.html
- Convert TIFF to PDF: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Codecs-How_To_Convert_Tiff_To_Pdf.html
- Convert PDF to TIFF: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Codecs-How_To_Convert_Pdf_To_Tiff.html
LICENSE
VintaSoft Imaging .NET SDK is a commercially licensed product.
- Get the evaluation license: https://myaccount.vintasoft.com/user/getEvaluationLicense
- Purchase a License: https://www.vintasoft.com/register.html
Getting Help & Support
Have a question or running into an issue? Contact VintaSoft Support or Sales: https://www.vintasoft.com/support.html
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 3.5
- Vintasoft.Imaging (= 15.1.2.1)
- Vintasoft.Shared (= 4.6.2.1)
-
.NETFramework 4.7.2
- Vintasoft.Imaging (= 15.1.2.1)
- Vintasoft.Shared (= 4.6.2.1)
-
net10.0
- Vintasoft.Imaging (= 15.1.2.1)
- Vintasoft.Shared (= 4.6.2.1)
-
net8.0
- Vintasoft.Imaging (= 15.1.2.1)
- Vintasoft.Shared (= 4.6.2.1)
-
net9.0
- Vintasoft.Imaging (= 15.1.2.1)
- Vintasoft.Shared (= 4.6.2.1)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Vintasoft.Imaging.Pdf:
| Package | Downloads |
|---|---|
|
Vintasoft.Imaging.Pdf.Web.Services
Manage PDF documents in web application. A platform-independent web service that allows to manage PDF documents. JavaScript classes for managing PDF documents, visual tools for working with PDF documents in any HTML5 web browser. |
|
|
Vintasoft.Imaging.Pdf.JavaScript
Classes and resources for executing JavaScript in PDF documents. |
|
|
Vintasoft.Imaging.Pdf.UI
Classes for visual processing of PDF documents in WinForms image viewer. Search and select text on PDF page. Draw graphics on PDF page. Remove content from PDF page. Add redaction marks on PDF page. Extract images from PDF page. View and edit annotations on PDF page. View, fill and edit interactive fields on PDF page. |
|
|
Vintasoft.Imaging.Pdf.Wpf.UI
Classes for visual processing of PDF documents in WPF image viewer. Search and select text on PDF page. Draw graphics on PDF page. Remove content from PDF page. Add redaction marks on PDF page. Extract images from PDF page. View and edit annotations on PDF page. View, fill and edit interactive fields on PDF page. |
|
|
Vintasoft.Imaging.Annotation.Pdf
Contains classes for converting VintaSoft anotations to PDF annotations. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Vintasoft.Imaging.Pdf:
| Repository | Stars |
|---|---|
|
junkai-li/NetCoreKevin
🤖基于.NET搭建的企业级中台AI知识库智能体开源架构:Skills技能管理、AI-Qdrant知识库、知识库重排模型、AI联网搜索、多智能体协同、聊天记录压缩策略、智能体权限管控、AgentFramework、RAG检索增强、本地Ollama AI模型调用、智能体技能可控加载、领域事件、一库多租户、Log4、Jwt、CAP、SignalR、Mcp、Ioc、Hangfire、RabbitMQ、Xunit、前端(Vue + Ant Design)
|