It works just like Acrobat Distiller, in that it creates a printer on your system. Then all you have to do is print from Word, Excel, IE, whatever to that printer and it will create a PDF file for you.
After extensive testing I found it to work very well. Best of all it can be used without fear in a corporate environment. Very nice. This little program will save my company tons of money liscensing the Adobe Acrobat program (around $300). It doesn't do everything Acrobat does - it just creates simple PDF files, it doesn't edit them. If anyone know of a freeware (corporate useable) direct PDF editor please let me know. Also, it doesn't create hyperlinks in the PDF files it creates, which is no big deal for me.
PrimoPDF uses the old InstallShield program for installation, so to install it you will have to create a setup.iss file. I've included my setup.iss file at the end of this post. Just cut and paste it onto notepad and save it as setup.iss in the same directory as the setup program. The command for a silent install is:
PrimoSetup.exe -s /f1".\setup.iss" /f2"c:\primopdf.log"
Note: there is no space character immediately after /f1 and /f2
Now there is another issue with the program. It creates temp files in its installation directory. This works fine for users with admin rights, but it errors if someone without admin rights tries to use it. To fix this I use SetAcl.exe to open the rights for the PrimoPDF installation directory. The command is:
setacl.exe" -on "C:\Program Files\ActivePDF\PrimoPDF" -ot file -actn ace -ace "n:S-1-1-0;p:full;s:y;i:so,sc;m:grant;w:dacl"
The above command is all one line. It opens up the rights to the PrimoPDF directory so "Everybody" has full control. Now PrimoPDF won't error when a non-administrative user tries to run it.
You can find a shockwave tutorial on how to use PrimoPDF here. You can access the PrimoPDF support forums here. Give it a try. The price is right
SETUP.ISS
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{0100A64F-7650-4580-9717-12F26CFF23CB}-DlgOrder]
Dlg0={0100A64F-7650-4580-9717-12F26CFF23CB}-SdWelcome-0
Count=5
Dlg1={0100A64F-7650-4580-9717-12F26CFF23CB}-SdLicense2-0
Dlg2={0100A64F-7650-4580-9717-12F26CFF23CB}-SdRegisterUser-0
Dlg3={0100A64F-7650-4580-9717-12F26CFF23CB}-SdStartCopy2-0
Dlg4={0100A64F-7650-4580-9717-12F26CFF23CB}-SdFinish-0
[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdWelcome-0]
Result=1
[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdLicense2-0]
Result=1
[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdRegisterUser-0]
szName=CAX Services
szCompany=Xerox Corporation
Result=1
[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdStartCopy2-0]
Result=1
[Application]
Name=PrimoPDF
Version=1.00.0000
Company=ActivePDF
Lang=0009
[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
[{53257D98-0CCA-4BB0-94E7-2508B98A9614}-DlgOrder]
Count=0



Help

Back to top










