Getting Started with TerraPDF
Installation
dotnet add package TerraPDF
Namespaces
| Namespace | Contents |
|---|---|
TerraPDF.Core |
Fluent API entry points, descriptors, extension methods |
TerraPDF.Infra |
IContainer, IDocument, IComponent interfaces |
TerraPDF.Helpers |
Color, PageSize, Unit, TextStyle |
Your First PDF
For the full "Hello World" walkthrough â a minimal example, the two document entry points, page configuration, and output options (file, byte array, stream) â see the Getting Started quick start. This doc picks up from there with a guide to every feature area.
Next Steps
Every other guide â layout, styling, images, encryption, vector graphics, barcodes & QR codes, and more â is one click away in the sidebar.