Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- adding page numbers to pages in PDF document
Adding a text labels wih page numbers to each page
of PDF document
This example demonstrates how to stamp PDF pages with page numbers using Bytescout.PDF library
using System; namespace Adding_multiple_pages_with_page_numbers // Add new document // Add standard font for (int i = 0; i < 12; i++) // Create new drawing // Set Active Font // Closing drawing on the page document.Save("multiple_pages_with_page_numbers.pdf"); Download example source code: bytescoutpdf_add_number_to_pages_in_pdf.zip (10 KB)
"Hello, World!" quick start step-by-step tutorials: |
|
|
||