Accusoft.ImageGear.Pdf
The `Accusoft.ImageGear.Pdf` package includes all the functionality needed to work with PDF and PostScript files. The package provides full multi-page reading and writing support for entire PDF documents, as well as for a specified set of a document's pages. ## Getting Started ## Working with PDFs in ImageGear is easy: ``` using ImageGear.Formats; using ImageGear.Formats.PDF; using System.IO; // Initialize PDF support ImGearCommonFormats.Initialize(); ImGearFileFormats.Filters.Add(ImGearPDF.CreatePDFFormat()); ImGearPDF.Initialize(); // Load a PDF document. ImGearPDFDocument imGearPDFDocument = null; using (FileStream stream = File.OpenRead("input.pdf")) imGearPDFDocument = ImGearFileFormats.LoadDocument(stream) as ImGearPDFDocument; // Save the PDF document to a multi-page tiff file using (FileStream outputStream = File.Create("output.tif")) ImGearFileFormats.SaveDocument(imGearPDFDocument, outputStream, 0, ImGearSavingModes.OVERWRITE, ImGearSavingFormats.TIF_DEFLATE, new ImGearSaveOptions()); // Terminate PDF support imGearPDFDocument.Dispose(); ImGearPDF.Terminate(); ``` For more examples of how to use ImageGear's API, check out our [sample code repository](https://github.com/Accusoft/imagegear-net-samples) on github. ## Licensing ## While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact info@accusoft.com for more information. ## Documentation ## API documentation and how-to content for ImageGear can be found online [here](https://help.accusoft.com/ImageGear/latest/webframe.html).
Activity
- Latest release
- 7mo ago
- Total releases
- 46
- Cadence
- ~2 months
- Last 12 months
- 1
Details
- First release
- Mar 03, 2016
| Version | Released | |
|---|---|---|
25.2.8
patch
|
25.2.8
patch
Dependencies (2)
|
|
25.2.7
patch
|
25.2.7
patch
Dependencies (2)
|
|
25.2.6
patch
|
25.2.6
patch
Dependencies (2)
|
|
25.2.5
patch
|
25.2.5
patch
Dependencies (2)
|
|
26.5.0
minor
|
26.5.0
minor
Dependencies (2)
|
|
25.2.4
patch
|
25.2.4
patch
Dependencies (2)
|
|
26.4.0
minor
|
26.4.0
minor
Dependencies (2)
|
|
25.2.3
patch
|
25.2.3
patch
Dependencies (2)
|
|
25.2.2
patch
|
25.2.2
patch
Dependencies (2)
|
|
25.2.1
patch
|
25.2.1
patch
Dependencies (2)
|
|
26.3.0
minor
|
26.3.0
minor
Dependencies (3)
|
|
26.2.0
minor
|
26.2.0
minor
Dependencies (3)
|
|
26.1.0
minor
|
26.1.0
minor
Dependencies (3)
|
|
25.2.0
minor
|
25.2.0
minor
Dependencies (2)
|
|
26.0.1
patch
|
26.0.1
patch
Dependencies (4)
|
|
26.0.0
major
|
26.0.0
major
Dependencies (4)
|
|
25.1.1
patch
|
25.1.1
patch
Dependencies (2)
|
|
25.1.0
minor
|
25.1.0
minor
Dependencies (3)
|
|
25.0.1
major
|
25.0.1
major
Dependencies (3)
|
|
24.14.0
minor
|
24.14.0
minor
Dependencies (2)
|
|
24.13.0
minor
|
24.13.0
minor
Dependencies (2)
|
|
24.12.17
minor
|
24.12.17
minor
Dependencies (2)
|
|
24.11.11
minor
|
24.11.11
minor
Dependencies (2)
|
|
24.10.8
minor
|
24.10.8
minor
Dependencies (2)
|
|
24.9.1
minor
|
24.9.1
minor
Dependencies (2)
|
|
24.8.1
minor
|
24.8.1
minor
Dependencies (2)
|
|
24.7.2
minor
|
24.7.2
minor
Dependencies (2)
|
|
24.6.4
minor
|
24.6.4
minor
Dependencies (2)
|
|
24.5.10
minor
|
24.5.10
minor
Dependencies (2)
|
|
24.4.3
minor
|
24.4.3
minor
Dependencies (2)
|
|
24.3.3
patch
|
24.3.3
patch
Dependencies (2)
|
|
24.3.2
minor
|
24.3.2
minor
Dependencies (2)
|
|
24.2.6
minor
|
24.2.6
minor
Dependencies (2)
|
|
24.1.4
minor
|
24.1.4
minor
Dependencies (2)
|
|
24.0.6
major
|
24.0.6
major
Dependencies (2)
|
|
23.5.5
minor
|
23.5.5
minor
Dependencies (2)
|
|
23.4.3
minor
|
23.4.3
minor
Dependencies (2)
|
|
23.3.3
minor
|
23.3.3
minor
Dependencies (2)
|
|
23.2.94
minor
|
23.2.94
minor
Dependencies (2)
|
|
23.1.5
patch
|
23.1.5
patch
Dependencies (2)
|
|
23.1.4
minor
|
23.1.4
minor
Dependencies (2)
|
|
23.0.1
major
|
23.0.1
major
Dependencies (2)
|
|
23.0.52
patch
|
23.0.52
patch
Dependencies (2)
|
|
22.2.42
minor
|
22.2.42
minor
Dependencies (1)
|
|
22.1.4
minor
|
22.1.4
minor
Dependencies (1)
|
|
22.0.36
initial
|
22.0.36
initial
Dependencies (1)
|