taskjuggler / TaskJuggler

TaskJuggler - Project Management beyond Gantt chart drawing
http://www.taskjuggler.org
GNU General Public License v2.0
724 stars 170 forks source link

tjp to pdf conversion #287

Open foundjem opened 6 months ago

foundjem commented 6 months ago

Hello @all, I wonder if there is an option to generate a pdf file directly from the .tjp file. I am a fan of taskjuggler for project management, but I am limited without that option. I have tried a couple of HTML to PDFs but have not had the same experience.

Regards,

Signed-off-by: Armstrong foundjem@ieee.org

whit2333 commented 6 months ago

FWIW, I have a makefile that does the following on every page I want as a pdf:

wkhtmltopdf -O Landscape -s Tabloid html/trade_study.html  pdf/trade_study.pdf

It is not the ideal solution but it works OK.

https://wkhtmltopdf.org/