Skip to content

Latest commit

 

History

History

Layout

Layout

This group contains samples showing how to create PDF documents in C# and VB.NET using Docotic.Pdf.Layout add-on.

Check out the C# PDF generation library page. It contains links to articles and Layout API reference. Read them and you will learn how to describe the layout of your documents in C# and VB.NET code. It is easy to have the library generate PDF files based on your layout.

Don't miss all other samples.

Generate PDF documents with complex layout

This sample shows how to create PDF documents with complex layouts.

Layout components

This sample shows how to create PDF documents using custom layout components.

Add header and footer to PDF documents

This sample shows how to generate PDF documents with header and footer.

Hello, world! with Layout API

Hello, world! application that shows common building blocks in action.

Fonts

This sample shows how to manage fonts using Docotic.Pdf.Layout add-on.

Page layout in PDF documents

This sample shows how to customize PDF page settings.

PDF document builder

This sample shows how to use PdfDocumentBuilder class.

Create multi-column PDF documents

This sample shows how to organize PDF content using rows and columns.

Create table of contents in PDF documents

This sample shows how to add table of contents to your PDF documents.

Add tables to PDF documents

This sample shows how to create tables in PDF documents.

Text styling

This sample shows how to customize text appearance in PDF documents.

Typography

This sample shows how to manage text styles using Typography class.