On a server, we want to merge data into a template. Ultimately, we'd like PDF output.
I realize that the template, the data source and the output can all be files, but it would be cleaner if we could use Byte Arrays or Stream objects, since we're not actually passing or returning files from the server.
Of the three roles -- template, data source and PDF output -- which, if any, can Aspose Words handle as Streams or Byte Arrays rather than files?
Thanks in advance,
Rick