I want to load Adobe Indesign file, then I want read all text content of file(extract text data). How can I it in C#?
Share
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.
Indesign dll can be added as a COM reference to a C# application. It does provides methods to get file information.
Edit: I do not have these things installed on the computer so can’t really write some code. But this link should help.