Hello, (sorry for my english), I have never used pdfsharp or itextsharp but i would like to know if it is possible to do what I need: I have a single page pdf that contains an empty form (head, titles ('name:', 'town:',...) and rectangles, I have also another single page pdf that contains only the data (name, town,...). I need to combine the two single page pdf in one single page pdf that contains the form and the data. Is it possible? Thanks a lot.
Loading
Gomathi PalaniswamyPosted Aug 16, 2011, 2:06 AM
The below articles help you to Read data of PDF file using c#.With that read data you can manipulate contents and write it in new PDF data.
http://studentclub.ro/lucians_weblog/archive/2011/05/19/14851.aspx
http://jadn.co.uk/w/ReadPdfUsingCsharp.htm