I need to save a pdf document, generated by aspose.pdf for java
library to memory (without using temporary file)
I was looking at the documentation and didn't find the save
method with the appropriate signature. (I was looking for some kind of outputstream, or at least byte array).
Is it possible? If it is, how can I manage that?
Thanks