Thanks everyone for helping.

I had to make pdf's of all files separately and then concatenate them (combining the ps or tex files gives errors).

I tried (ms dos) copy with this command:

copy in1.pdf /B + in2.pdf  out.pdf

I don't know if this command i right, but i only see the second file (in2) in out.pdf Also copy only copies full sectors (blocks?), so there is garbage between the files and at the end of the output files.
Copy does concat ascii files.

I could easely and nice do the job with pdftk.exe as indicated by Christian. I placed it in my tools dir (which has a path set, altough, the site of pdftk recommends windows/system32) and used it in batch commands as:

pdftk in1.pdf  in2.pdf cat output out.pdf

Also gswin32c does the job with pdf's, but it has a more complicate command line.

Thanks again, my problem is solved

Andre



_______________________________________________
tex-mu...@icking-music-archive.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://mailman.nfit.au.dk/mailman/listinfo/icking-music-archive.org-tex-music

Reply via email to