Click here to Skip to main content
16,021,115 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when uplaoding PDF file i got Exception on following line in code
PdfReader reader = new PdfReader(srcfile);

trailer not found.
if any idea share with me
Posted
Comments
R. Giskard Reventlov 26-Jul-11 6:28am    
Need a lot more than this to decipher what you are talking about.

1 solution

It usually isn't hard to find the cause and solution to a problem when you have the error message with you.
See this link which talks about it - iTextSharp IOException "Trailer not found"[^]

And many more discussions here - Google search: trailer not found[^]

Hope this helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900