scisalt.imageprocess.pdf2png¶
-
scisalt.imageprocess.pdf2png(file_in, file_out)[source]¶ Uses ImageMagick to convert an input file_in pdf to a file_out png. (Untested with other formats.)
Parameters: file_in : str
The path to the pdf file to be converted.
file_out : str
The path to the png file to be written.