pavel
pavel

Reputation: 141

Remove or Hide field in PDF document using iTextSharp

Is there a way to remove or hide field in PDF document using iTextSharp library. It seems that iTextSharp can not do this for PDF templates created in LiveCycle (xfa format).

Upvotes: 1

Views: 2174

Answers (1)

Greg Sipes
Greg Sipes

Reputation: 703

I couldn't find a workaround either, I ended up creating multiple templates with the fields the I need removed in each case. Not the best way to handle it, but it will work!

http://pthok.wordpress.com/2010/12/16/itextsharp-removing-fields-from-pdf-templates/

Upvotes: 1

Related Questions