I'm creating a PostScript file from XML input using xsl-fo (Apache-FOP). I need also to append multiple such XML to a single PS file. 1. Does Apache-FOP support appending to output? 2. if not, is there away around this issue? (concatenating the XMLs is not an option).
Thanks in advance
merging multiple PDF files (I guess it should work with ps too (sDEVICE=pswrite ?) ):
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=merged.pdf -dBATCH *.pdf