Hi Support,
we are evaluating the Apsose Java PDF library. Unfortunately I am not able to find a constructor to open the pdf file from a byte stream.
All I see in your documentation is following for opening a word document:
new com.aspose.pdf.Document(“input.pdf”);
But how open a document from a byte stream, like “byte[] docAsBytes” ??
We are using an enterprise content management system where it is not possible to access the files through a path!
May you help?
I used before Aspose Word and there it is possible without any problems doing that!! There was a constructor for byte[].
Also I have a further question: Is there a way to see all the content of the pdf document like in word, like the “Object Document Model” Application? With this it was possible to inspect the content of word documents. I know that in the newer version (we use the newest version of the aspose pdf library - download today, march 23th 2015).
Thanks for your help,
Amin