c# - modifying text in Editable Pdf files -



I am working on a project and I want to edit the data in specified areas by editabble pdf File using the C # program.

I'm not familiar with editable PDF files and am amending the program data using C #.
Is any C # open source API available to fill editable PDF files?

Thanks
nRk

is a .NET library that features other features With this allows you PDF form.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -