I am still waiting for the reply from you all. I really need your support.......plz
I am developing a project called pdf recovery. In that i want to just copy the body of file into another pdf file using itextsharp C# lib.
i want to parse entire file as soon as i get body i.e. " 1 0 obj<<....>>endobj " according to pdf reference. then copy full body to another pdf file.
i dont to want to read header,xref table..etc.
I am using itextsharp lib for creating a file. if pdfsharp provides this i will move to that one. Also give some tips about both lib. Thnx. :)