Has anyone used chrome or firefox to headlessly convert a svg to a pdf, via Bonsai?

Has anyone used chrome or firefox to headlessly convert a svg to a pdf?

These are the paths i've tried in SVG to PDF Command but doesn't seem to work.

  • [["C:/Program Files/Google/Chrome/Application/chrome.exe", "--headless", "--disable-gpu", "--print-to-pdf={output_path}", "path"]]
  • [["C:/Program Files/Mozilla Firefox/firefox.exe", "--headless", "--print-to-pdf={output_path}", "file:///{path}"]]

Comments

Sign In or Register to comment.