Printing from command line prints blank page

```
Hi
```

```
I want to use PDF Creator to create a .pdf-file from a .rtf-file.
```

```
Printing from the GUI works but if I want to print the file in the command-line it always creates a blank, whithe pdf with the size of 2.53KB.
```

```
The command-line I use: pdfcreator.exe /IF"U:\\Rechnung.rtf" /OF"U:\\Rechnung.pdf"
```

```
Is there any mistake I made in the command-line or what else can I do?
```

```
Thank you for your help.
```

```

Hi,


yes you need to use the /PF command, the /IF /OF only works for postscript files and bitmaps.


regards,

Robin

Hello


Thank you for your feedback.
I have to run the PDF Creator an a Server to automatically create PDF-Files. If I use the /PF command i have to choose the output path by myself which is not possible doing it automatically.

Is there no other way to convert the file without an other input then the command line?

regards

Alain

I just converted my rtf-file to a PostScript-file. Now it works just how it should.

Thank you for your help.

regards

Alain

Hi,


you can also set a path for autosaving in the PDFCreator options and enable autosave, so you don’t need to convert to a PostScript file every time.

regards,

Robin