Taylor_1989
- 400
- 14
Hi guys, I am currently having a problem in converting, my .f90 and .txt and output files into a single pdf. Dose anyone have any ideas?
This discussion focuses on converting .f90 and .txt files into a single PDF document. Key methods include using MacOS Preview for combining files, employing Jedit's print-to-PDF feature, and utilizing LaTeX for preserving syntax highlighting. Users on Ubuntu can leverage Vim to copy code with syntax highlighting into LibreOffice Writer, or alternatively, paste into a .doc file and save as PDF. The conversation highlights various tools and techniques that ensure the integrity of formatting during the conversion process.
PREREQUISITESSoftware developers, particularly those working with Fortran, and anyone needing to convert code files into well-formatted PDF documents while preserving syntax highlighting.
You might lose the color hilighting in that case.anorlunda said:Import, or paste, them all into your word processor, then save the file as PDF.
This seems pretty simple to me. The .f90 and .txt files are text files. Presumably your output files are text as well. If the output appears on the console, you can redirect the output to a text file.Taylor_1989 said:Hi guys, I am currently having a problem in converting, my .f90 and .txt and output files into a single pdf. Dose anyone have any ideas?