GrapeCity.Documents.Pdf 0.3.0.70-beta01

This is a prerelease version of GrapeCity.Documents.Pdf.
There is a newer version of this package available.
See the version list below for details.
dotnet add package GrapeCity.Documents.Pdf --version 0.3.0.70-beta01
NuGet\Install-Package GrapeCity.Documents.Pdf -Version 0.3.0.70-beta01
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GrapeCity.Documents.Pdf" Version="0.3.0.70-beta01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GrapeCity.Documents.Pdf --version 0.3.0.70-beta01
#r "nuget: GrapeCity.Documents.Pdf, 0.3.0.70-beta01"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GrapeCity.Documents.Pdf as a Cake Addin
#addin nuget:?package=GrapeCity.Documents.Pdf&version=0.3.0.70-beta01&prerelease

// Install GrapeCity.Documents.Pdf as a Cake Tool
#tool nuget:?package=GrapeCity.Documents.Pdf&version=0.3.0.70-beta01&prerelease
  • GcPdf is a collection of .NET Standard 2.0 class libraries written in C#. It provides an API that allows to create PDF documents from scratch and to load, analyze and modify existing files.
  • GcPdf's object model closely follows the Adobe PDF spec, and strives to provide direct access to the PDF features.
  • GcPdf includes a powerful platform-independent font processing and text layout engine, and some other high-level features that make creating PDFs easy and convenient.
  • GcPdf works on all platforms supported by .NET Standard, including .NET Core, ASP.NET Core, .NET Framework etc.

Quick Start

This code will create a "Hello, World!" PDF:

using GrapeCity.Documents.Pdf;
using GrapeCity.Documents.Text;
...
var pdf = new GcPdfDocument();
var page = pdf.Pages.Add();
page.Graphics.DrawString("Hello, World!", new TextFormat(), new PointF(72, 72));
pdf.Save("helloworld.pdf");

Code Samples

The online GcPdf Sample Browser at: http://demos.componentone.com/DocumentServices/GcPdfWeb demonstrates many of the available features in action, showing various sample PDFs and the code that generated them.
All samples can be downloaded as standalone .NET Core command line app Visual Studio projects with full source code. New samples are added regularly, so check back often. The Sample Browser's About page includes an overview of the GcPdf's object model. There is also a link to the full API Reference.

Product 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.  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 net461 was computed.  net462 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on GrapeCity.Documents.Pdf:

Package Downloads
GrapeCity.ActiveReports.Core.Export.Pdf.Page

ActiveReports PDF export library

GrapeCity.ActiveReports.Export.Pdf

ActiveReports is a set of assemblies that enable you to create, render, print, and export reports in a .NET or .NET Core application. This package includes the core engine assemblies required to create and render pixel perfect, WYSIWYG, reports.

GrapeCity.Documents.Excel

GrapeCity Documents for Excel is a high-speed, small-footprint spreadsheet API that requires no dependencies on Excel. With full .NET 6 support, you can generate, load, modify, and convert spreadsheets in .NET 6, .NET Framework, .NET Core, Mono, and Xamarin. Apps using this spreadsheet API can be deployed to cloud, Windows, Mac, or Linux. Its powerful calculation engine and breadth of features means you’ll never have to compromise design or requirements. We model our interface-based API on Excel's document object model. This means that you can import, calculate, query, generate, and export any spreadsheet scenario. Using GcExcel, you can create full reports, sorted and filtered tables, sorted and filtered pivot tables, dashboard reports, add charts, sparklines, conditional formats, import and export Excel templates and also convert spreadsheets to PDF. The online Documents for Excel sample browser is available at https://www.grapecity.com/documents-api-excel/demos

GrapeCity.ActiveReports.Core.Export.Pdf.Section

ActiveReports RDF document PDF rendering implementation

GrapeCity.ActiveReports.Web.Viewer

ActiveReports is a set of assemblies that enable you to create, render, print, and export reports in a .NET or .NET Core application. This package includes assemblies needed to display reports in report viewers. Multiple viewers are included for your convenience. Among them are viewers for Windows Forms, WPF, ASP.NET, Blazor, and JavaScript. These viewers are customizable and include printing and exporting features.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.4 271 3/22/2024
7.0.3 2,054 2/21/2024
7.0.2 1,996 1/25/2024
7.0.1 2,039 1/5/2024
7.0.0 8,928 12/11/2023
6.2.5 3,414 11/23/2023
6.2.4 13,118 10/27/2023
6.2.3 10,673 9/28/2023
6.2.2 14,627 9/13/2023
6.2.1 20,931 8/17/2023
6.2.0 8,650 8/7/2023
6.1.5 7,869 7/12/2023
6.1.4 26,244 6/20/2023
6.1.3 5,409 6/1/2023
6.1.2 57,202 5/8/2023
6.1.0 26,056 4/16/2023
6.0.7 4,297 4/7/2023
6.0.6 25,021 3/23/2023
6.0.5 40,787 2/28/2023
6.0.4 10,186 2/6/2023
6.0.3 34,967 1/20/2023
6.0.2 8,000 1/3/2023
6.0.1 2,371 12/27/2022
6.0.0 51,740 12/12/2022
5.2.0.805 29,218 12/9/2022
5.2.0.804 23,562 11/2/2022
5.2.0.803 33,364 10/10/2022
5.2.0.802 58,754 9/16/2022
5.2.0.801 7,831 8/24/2022
5.2.0.800 29,372 8/15/2022
5.1.0.796 21,543 7/29/2022
5.1.0.795 3,824 7/15/2022
5.1.0.793 19,274 6/10/2022
5.1.0.792 8,007 5/23/2022
5.1.0.791 7,674 4/29/2022
5.1.0.790 42,669 4/19/2022
5.0.0.776 16,125 4/7/2022
5.0.0.775 17,456 3/21/2022
5.0.0.774 28,436 3/2/2022
5.0.0.773 5,666 2/16/2022
5.0.0.770 14,474 1/24/2022
5.0.0.767 14,917 12/24/2021
5.0.0.762 39,334 12/13/2021
4.2.0.727 136,218 12/3/2021
4.2.0.726 155,356 10/29/2021
4.2.0.722 10,103 10/13/2021
4.2.0.719 4,532 9/23/2021
4.2.0.717 10,126 8/31/2021
4.2.0.715 34,494 8/16/2021
4.1.0.664 3,846 8/6/2021
4.1.0.663 38,719 7/6/2021
4.1.0.662 5,737 6/16/2021
4.1.0.660 7,816 5/19/2021
4.1.0.658 8,487 4/27/2021
4.0.0.633 10,460 4/1/2021
4.0.0.632 7,922 2/24/2021
4.0.0.625 9,313 1/26/2021
4.0.0.623 2,734 1/8/2021
4.0.0.619 61,373 12/8/2020
4.0.0.616 6,199 11/19/2020
3.2.0.560 105,730 12/30/2020
3.2.0.559 6,872 12/4/2020
3.2.0.558 11,695 10/29/2020
3.2.0.556 14,678 9/29/2020
3.2.0.554 6,846 9/7/2020
3.2.0.553 2,268 9/4/2020
3.2.0.550 48,776 8/11/2020
3.2.0.548 7,543 7/20/2020
3.1.0.519 19,875 7/3/2020
3.1.0.518 6,598 6/18/2020
3.1.0.514 6,058 6/2/2020
3.1.0.513 7,304 5/7/2020
3.1.0.512 14,243 4/22/2020
3.1.0.511 8,359 4/9/2020
3.1.0.508 12,361 3/5/2020
3.0.0.420 15,226 1/13/2020
3.0.0.419 3,467 1/3/2020
3.0.0.418 7,466 12/8/2019
3.0.0.415 10,070 11/14/2019
3.0.0.414 6,677 10/24/2019
2.2.0.320 11,213 2/4/2020
2.2.0.319 19,143 11/7/2019
2.2.0.318 1,887 11/6/2019
2.2.0.317 2,249 10/12/2019
2.2.0.316 4,314 9/20/2019
2.2.0.315 6,466 8/21/2019
2.2.0.314 3,149 8/5/2019
2.2.0.312 7,358 7/11/2019
2.2.0.310 5,241 6/9/2019
2.1.0.267 3,192 4/24/2019
2.1.0.265 4,082 3/25/2019
2.1.0.263 2,664 3/12/2019
2.1.0.262 5,369 3/1/2019
2.1.0.260 3,356 1/25/2019
2.0.0.208 2,620 12/18/2018
2.0.0.207 5,643 12/5/2018
2.0.0.206 2,615 11/21/2018
2.0.0.205 2,716 11/13/2018
2.0.0.201 2,821 10/24/2018
2.0.0.200 3,094 9/28/2018
1.0.0.107 5,172 5/15/2018
1.0.0.105 3,905 5/1/2018
0.3.0.81-beta01 2,175 3/12/2018
0.3.0.71-beta01 1,777 2/24/2018
0.3.0.70-beta01 1,834 2/9/2018

This beta will expire on Oct 31, 2018.