I would like to compile one document so as that each page becomes one single picture. Is it-possible ?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Once you have obtained a PDF file consisting of pages, you need to convert each page to a PNG (for example) using The syntax is as follows:
Note:
For example you invoke as follows,
For more detailed explanation, see my another related answer here. |
|||||||
|

pdftkto split the pdf file. – Marco Daniel Mar 10 at 13:36pdftkand thanconvert– Marco Daniel Mar 10 at 13:51ImageMagickon the output file to split it to separate pages of pictures. – hpesoj626 Mar 10 at 13:53