TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rakesh Kalluri
366
4.5k
3m
GEtting error in itextsharp
Oct 14 2012 1:46 AM
hai
i want to copy the data from one pdf file to another pdf file when i am using itextshap 5.3.2 dll this is working but old versions of the itextsharp dll
i am getting the error Owner password required how can solve this problem
this th
this is my code
string pdfTemplate = Server.MapPath("Templates") + "\\i-9.pdf";
string newFile = Server.MapPath("Templates") + "\\newI9.pdf";
PdfReader pdfReader = new PdfReader(pdfTemplate);
PdfStamper pdfStamper = new PdfStamper(pdfReader, new FileStream(
newFile, FileMode.Create));
d
Reply
Answers (
5
)
javascript is not working while adding routing
Authorisation