Hello,I would like to know if there is any problems in chaining output streams to input streams
of aspose manipulated edited pdf documents in pdf kit for java.
Say I wish to save a resultant pdf file of a form save operation and then convert this output
stream to an input steam and use this as a source document in new operation like
1. save (inputstream1, finalOutputStream)
inputstream2 = finalOutputStream
2. inputstream2 = finalOutputStream
can just keep a saved outputstream and load it into an inputstream and save the result in a
final output stream ?
Is there some special conversion to an input stream in a manner,how dependable is using a filedescriptor as a output location,and can I modify this document many times?
Thanking You
Andrew