hi there,
In https://docs.groupdocs.com/viewer/java/how-to-get-an-output-stream-when-viewing-a-document/
you say “Let’s say that instead of saving rendering results to the local disk we want to have all the output file or output files in form of stream or list of streams.”.
I am trying to render to .pdf files.
To optimize the performance, I’m wondering if I should use FileStreamFactory where the OutputStream is buffered in Memory. However, the question is how to get hold of the converted .pdf files ?
After instantiating a class that implements FileStreamFactory and then passed to PdfViewOptions, how do I access the pdf ? Can you show some usage ?
Also, how to use the constructor
public PdfViewOptions(CreateFileStream createFileStream, ReleaseFileStream releaseFileStream) ?
Thanks very much