Hi,
We have a lot of pdf document like the one in attachment, and we try to open them with aspose.pdf
but we get an exception with message: Startxref not found.
Acrobat Reader has no problem to read it.
Code:
m_pdf = new Document(".....pdf");
Could you please fix it?
Thanks