This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to output a pdf with both tables and plots using perl

Hi,

I am using perl PDF:Table module to generate a pdf file. In the PDF, there will be 4 sections, 1st, 2nd, and 4th sections are all tables, and the 3rd section needs to be a histogram. Can someone advise how can this be done? I know how to make a PDF with all the sections being tables, but not sure whether we can mix the tables and plots in one PDF using perl.

Thanks!

perl pdf:table plot histogram

Since this is not a bioinformatics related question (as framed) you may be better off asking it in a perl forum.

1 answer

Produce HTML/mardown file using any language, and convert it to PDF using pandoc.

Log in to answer this question.