I want when user upload a doc file it convert into pdf. How can i do this. I read that itextsharp convert it. Please help on this.
This simply means you are not specifying the full path of the file.
Instead of name of the file pass the full path.
Example: c:\uploads\output.pdf
c:\uploads\output.pdf
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.