I want to pack more documents into one pdf with commandline parameters.
How does the commandline excactly has to look?
For this problem you should check the com script "CombineJobs.vbs".
This script is no help for me.
I want to combine the files only with command line.
This is not possible.
What is wrong with the script?
I just want to convert several Postscriptfiles into one PDF-File without a script. Only with Commandline.
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"
Oh, thank you, this command works fine.
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.
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
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.