vote up 0 vote down star

Hi,

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

flag

50% accept rate
w3schools.com/Xsl/func_document.asp perhaps? – Workshop Alex Sep 15 at 14:19

1 Answer

vote up 0 vote down

merging multiple PDF files (I guess it should work with ps too (sDEVICE=pswrite ?) ):

gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=merged.pdf -dBATCH *.pdf
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.