Commandline Parameters

2006-07-18 07:56:27 by dzinner

I want to pack more documents into one pdf with commandline parameters.

How does the commandline excactly has to look?


2006-07-18 09:05:22 by thesmilyface

For this problem you should check the com script "CombineJobs.vbs".


2006-07-18 09:20:44 by dzinner

This script is no help for me.
I want to combine the files only with command line.


2006-07-18 09:52:48 by thesmilyface

This is not possible.

What is wrong with the script?


2006-07-18 10:15:35 by dzinner

I just want to convert several Postscriptfiles into one PDF-File without a script. Only with Commandline.


2006-07-18 10:55:45 by thesmilyface

You can convert a postscript file to a pdf file from the command prond with the paramaters /IF /OF. If you want combine some files you can combine all files with the copy command and than convert it with /IF and /OF.

copy /b *.ps combine.ps
pdfcreator.exe /IF"combine.ps" /OF"combine.pdf"


2006-07-19 06:09:11 by dzinner

Oh, thank you, this command works fine.


2006-07-26 05:54:53 by dzinner

Hello,
the program works fine with the commandline parameters, but there is only one big problem. The internet toolbar is automatically installed, though i disabled it when i got the options.ini.

What can I do?
I don't want to install the toolbar, because the internet isn't working then.

I hope you can help me, it is very important.


2006-07-26 16:24:02 by thesmilyface

This works without any problems on my machine.

PDFCreator-0_9_3_AFPLGhostscript.exe /LoadINF="Options.ini" /Silent

'Options.ini
[Setup]
Lang=german
Dir=C:\Programme\PDFCreator
Group=PDFCreator
NoIcons=0
Components=program,ghostscript,languages,languages\english,languages\german
Printername=PDFCreator
Tasks=fileassoc


2006-07-27 10:35:39 by dzinner

Your options.ini looks like the same as my options.ini.
When I install the programm with these commandline parameters on a new machine, the internet toolbar is also installed. If the Creator already was on these machine, and I install it again with the commandline, the toolbar isn't installed.