Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.02 KB

File metadata and controls

14 lines (10 loc) · 1.02 KB

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