I'm trying to export a png file from a pdf file with a few actions that require the gui.
When I run this command I get the PDF Import Settings dialog:
inkscape --pdf-poppler --with-gui --actions="[actions here]" --export-type=png -w 1200 filename.pdf
Is there any way to prevent the dialog so that the actions can complete without any user input?
I'm trying to export a png file from a pdf file with a few actions that require the gui.
When I run this command I get the PDF Import Settings dialog:
inkscape --pdf-poppler --with-gui --actions="[actions here]" --export-type=png -w 1200 filename.pdf
Is there any way to prevent the dialog so that the actions can complete without any user input?