Skip to content
Snippets Groups Projects
Commit 5fba8732 authored by tuhe's avatar tuhe
Browse files

updates to convert.py

parent 8a494188
No related merge requests found
Pipeline #11620 failed
......@@ -26,7 +26,7 @@ def svg2pdf(fin, fout=None, crop=True, text_to_path=False, export_area_page=True
if crop:
cmd = ['pdfcrop', fout, fout]
execute_command(cmd)
return os.path.abspath(fout)
def pdf2svg(fin, fout, page_no=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment