Print the sourcecode of a whole java project

后端 未结 8 1514
栀梦
栀梦 2021-01-30 02:23

I have to print the whole sourcecode of a java-project. The final version should look like: Eclipse: File -> Print. But with this function you can only print on

8条回答
  •  星月不相逢
    2021-01-30 03:16

    http://sourceforge.net/projects/javasrc2pdf/?source=typ_redirect

    This creates all the PDFs and with reasonably good syntax highlighting however they are all in separate files. But there are plenty of ways to combine pdfs out there

提交回复
热议问题