Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

carlescs/itsUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itsUtils

⚠️ This project is obsolete and no longer maintained. The repository has been archived.

Utility library for iTextSharp. It only has a PageEvent to add header, footer, page numbers and watermark to the pages.

Usage

PdfWriter.PageEvent=new CustomPageEvent(pageNumbers:true, headerMessage:"Testing");

In the constructor for CustomPageEvent you can specify the options (shown are the default values):

string headerMessage = null,
string footerMessage = null,
bool pageNumbers = false,
string watermark = null,
float angleWatermark = 45,
BaseColor watermarkFillColor = null,
BaseColor watermarkStrokeColor = null,
float watermarkFontSize = 80,
int watermarkTextRenderMode = PdfContentByte.TEXT_RENDER_MODE_FILL,
Rectangle pageSize = null,
int headerAlign = Element.ALIGN_LEFT,
int footerAlign = Element.ALIGN_LEFT

About

Utility library for iTextSharp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages