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
arun kumar
1.5k
236
1.7k
Some PDF documents not loading for editing using persits.pdf tool
Jan 7 2021 5:46 AM
I have a requirement to edit the fields in pdf document using persits.pdf tool.
here is my code.
PdfManager objPDF = new PdfManager();
PdfDocument objDoc;
objDoc = objPDF.OpenDocument(cert.FileLocation + cert.CertificationFileName);
when the execution comes to opendocument() method it throws exception.
Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
this exception is coming only for some documents. some are working fine.
Thanks in advance.
Reply
Answers (
1
)
Could not fetch windows identity name in web api 2.0
Need to show Data in excel format using c#, Asp.net.