Skip to content

Latest commit

 

History

History

Components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Layout components

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

Layout components help you to re-use common elements in different parts of a PDF document. They also allow to respect rendering context (current page, available space).

In this sample, we use the GoalTable component to display goals per country from soccer world cups. Goal tables do not fit to a single page. The component shows the sub-total number of goals on each page.

This sample code uses free Docotic.Pdf.Layout add-on for Docotic.Pdf library.

See also