Is it possible to add text to end of a PDF document created by a software other that itextsharp by using itextsharp? I need to add signatures to hundreds of PDF documents so I am looking for a way to do this automatically.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can! Provided you have access rights to modify the PDFs. If they are password protected and you have the password you can use itextsharp to open them with the password to be able to edit them.
You can then use the itextsharp
PdfStamperclass in combination with thePdfContentByteclass to add content to any position on the PDF.