Hi T,

On 20 September 2012 06:15, fairway01 <[email protected]> wrote:

> Hi,
>
> I need to load and display a fillable pdf into the browser.  Then, the user
> would plug in values into the form fields some of which are auto calculated
> fields based on what they type in.  From there what I would like them to do
> is click a submit button on the aspx .net page that then has iTextSharp
> read
> those values from the form fields in html.
>
> Does anyone have a usable example on how to use iTextSharp to show a pdf in
> browser and extract values entered into forms in html.  This needs to be a
> C# .NET solution.
>
> Any help would be very appreciated as I am not a developer and am really
> struggling to accomplish this task.
>

iTextSharp is a C# port of a Java library called iText. As a consequence,
most of the examples you'll find are written in Java. However, the
conversion to C# should be straightforward.

You can find Java examples directly on the iText website:
- http://itextpdf.com/themes/keyword.php?id=331
- http://itextpdf.com/themes/keywords.php (for the whole list of keywords)

These examples are taken from the iText in Action (2nd Edition) book.

HTH,
alexis
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to