Comment éviter la fenêtre de dialogue en ligne de commande PdfConvert.exe?

Bonjour,

J'ai besoin de convertir en masse des fichiers avec PdfConvertor.exe en ligne de commande sans avoir la fenêtre de dialogue d'impression (print dialog)

Exemple :
"C:\Program Files\PDFCreator\PDFCreator.exe" /PrintFile="test.html"

Comment dois-je faire svp ?

Merci
Herve

Hello Herve,

you'd need to create an automatic profile and assign it to a new PDFCreator printer to skip the print dialog.

Once you've created an automatic profile and assigned it to a printer, use the following command:
"C:\Program Files\PDFCreator\PDFCreator.exe" /PrintFile="test.html" /PrinterName="MyNewAutomaticPrinter"