K kainjow Moderator emeritus Original poster Jun 15, 2000 7,958 7 Sep 22, 2006 #1 I need to create a PDF from all the source code for one of my Xcode projects, which is comprised of a few other projects. What is the best way to go about this?
I need to create a PDF from all the source code for one of my Xcode projects, which is comprised of a few other projects. What is the best way to go about this?
bousozoku Moderator emeritus Jun 25, 2002 16,598 2,949 Lard Sep 22, 2006 #2 Create one file with all of the source code copied to it, then print, saving it to PDF in the print dialog box. You could learn to use shell scripts with foreach and cat but if expediency is a part of your plan, just use a text editor.
Create one file with all of the source code copied to it, then print, saving it to PDF in the print dialog box. You could learn to use shell scripts with foreach and cat but if expediency is a part of your plan, just use a text editor.