GemBox.Pdf.Ocr
17.0.1604
Prefix Reserved
See the version list below for details.
dotnet add package GemBox.Pdf.Ocr --version 17.0.1604
NuGet\Install-Package GemBox.Pdf.Ocr -Version 17.0.1604
<PackageReference Include="GemBox.Pdf.Ocr" Version="17.0.1604" />
paket add GemBox.Pdf.Ocr --version 17.0.1604
#r "nuget: GemBox.Pdf.Ocr, 17.0.1604"
// Install GemBox.Pdf.Ocr as a Cake Addin #addin nuget:?package=GemBox.Pdf.Ocr&version=17.0.1604 // Install GemBox.Pdf.Ocr as a Cake Tool #tool nuget:?package=GemBox.Pdf.Ocr&version=17.0.1604
What is GemBox.Pdf?
GemBox.Pdf is a .NET component that enables you to read, write, edit, and print PDF files from .NET applications.
With GemBox.Pdf you get a fast and reliable component that's easy to use and doesn't depend on Adobe Acrobat. It requires only .NET so you can deploy your applications without having to think about other licenses.
GemBox.Pdf Features
- Read, write, and update PDF files.
- Convert PDF files to image (PNG, JPEG, GIF, BMP, TIFF, and WMP) and XML Paper Specification (XPS) formats.
- View PDF files in Azure Functions, Blazor, ASP.NET Core, MAUI, and WPF applications.
- Process PDF files on Windows, Linux, macOS, Android, and iOS operating systems.
- Extract text from PDF files.
- Extract images from PDF files.
- Redact content from PDF files.
- Print PDF files.
- Merge PDF files.
- Split PDF files.
- Create, fill in, flatten, read, and export PDF interactive forms.
- Extract text from images or scanned PDF files with optical character recognition (OCR).
- Encrypt and digitally sign PDF files.
- Clone or import pages between PDF documents.
- Get, create, or edit bookmarks (outlines).
- Get and set document properties.
- Get and set viewer preferences.
- Add watermark, header and footer to PDF pages.
- Get, create, remove, or reorder pages.
- Add text and marked content to pages and format (fill, stroke, and clip) the content.
- Annotate PDF pages with hyperlinks.
- Use basic PDF objects for currently unsupported PDF features.
- Specify fonts location.
- Medium trust support.
Get Started
You are not sure how to start working with PDF documents in .NET using GemBox.Pdf? Check the code below that shows how to create a PDF file from scratch and write 'Hello World!' on it.
// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");
// Create a new PDF document.
using (var document = new PdfDocument())
{
// Add a page.
var page = document.Pages.Add();
using (var formattedText = new PdfFormattedText())
{
// Add text.
formattedText.AppendLine("Hello World");
// Draw text to the page.
page.Content.DrawText(formattedText, new PdfPoint(100, 700));
}
// Save the document as PDF file.
document.Save("Writing.pdf");
}
For more GemBox.Pdf code examples and demos, please visit our examples page.
Resources
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 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 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 3.5
- GemBox.Pdf (>= 17.0.1604)
-
.NETFramework 4.6.2
- GemBox.Pdf (>= 17.0.1604)
- SkiaSharp (>= 2.88.6)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- GemBox.Pdf (>= 17.0.1604)
- SkiaSharp (>= 2.88.6)
- System.Reflection.Emit (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net6.0-windows7.0
- GemBox.Pdf (>= 17.0.1604)
- SkiaSharp (>= 2.88.6)
- System.Drawing.Common (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
17.0.1620 | 250 | 11/4/2024 |
17.0.1611 | 1,374 | 10/8/2024 |
17.0.1604 | 1,565 | 9/5/2024 |
17.0.1593 | 1,035 | 8/13/2024 |
17.0.1579 | 902 | 7/5/2024 |
17.0.1565 | 821 | 6/7/2024 |
17.0.1545 | 4,387 | 5/7/2024 |
17.0.1528 | 1,179 | 4/6/2024 |
17.0.1508 | 741 | 3/4/2024 |
17.0.1497 | 1,836 | 2/13/2024 |
17.0.1485 | 443 | 1/15/2024 |
17.0.1474 | 695 | 12/8/2023 |
17.0.1457 | 670 | 11/16/2023 |
17.0.1438 | 1,069 | 10/21/2023 |
17.0.1404 | 1,175 | 9/5/2023 |
17.0.1386 | 1,167 | 8/4/2023 |
17.0.1371 | 2,085 | 7/7/2023 |
17.0.1363 | 790 | 6/12/2023 |
17.0.1342 | 2,293 | 5/10/2023 |
17.0.1323 | 993 | 4/5/2023 |
17.0.1300 | 892 | 3/10/2023 |
17.0.1281 | 1,021 | 2/3/2023 |
17.0.1258 | 1,082 | 1/3/2023 |
17.0.1244 | 851 | 12/14/2022 |
17.0.1224 | 902 | 11/9/2022 |
17.0.1208 | 940 | 10/12/2022 |
17.0.1200 | 965 | 9/6/2022 |
17.0.1187 | 4,172 | 8/12/2022 |
17.0.1177 | 1,213 | 7/21/2022 |
17.0.1165 | 2,146 | 6/10/2022 |
17.0.1158 | 5,124 | 5/16/2022 |
17.0.1149 | 1,344 | 4/21/2022 |
17.0.1122 | 1,252 | 3/9/2022 |
17.0.1104 | 1,185 | 2/1/2022 |
17.0.1087 | 766 | 1/5/2022 |
17.0.1072 | 740 | 12/6/2021 |
17.0.1059 | 895 | 11/8/2021 |
17.0.1042 | 1,056 | 10/1/2021 |
17.0.1015 | 835 | 8/26/2021 |
17.0.1000 | 1,386 | 7/23/2021 |
Fixed issue with the signature validation report.
Fixed issue with extracting text of very deeply nested content.
Fixed issue with Type 2 XRef entry from XRef stream.
Fixed issue with PdfFontFace resolution.
Fixed issue with reading inline image dictionary.