Quote:
|
Originally Posted by Astronouth7303
Does anyone know how to get multiple code files to a single PDF?
What I'm hopping for is to be able to save a bunch of different code files (PIC C), where a new file begins a new page, and preferably with syntax coloring. Help?
|
Well, do you have just the Acrobat reader program? Assuming this is the case ... you might try
PDF::Create, a perl module. This way you could loop over all the files you wanted and harness perl's text processing ability to add syntax highlighting yourself (if desired). Also, OO.o will export to PDF.