Noise Posted October 14, 2004 Posted October 14, 2004 I thought I'd let you folks know about an awesome little freeware PDF creator program I found. It's an opensource program called PrimoPDF you can download it here. (I aplolgize if it's already been discussed here, I didn't check)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 /f2Now 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.00File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{0100A64F-7650-4580-9717-12F26CFF23CB}-DlgOrder]Dlg0={0100A64F-7650-4580-9717-12F26CFF23CB}-SdWelcome-0Count=5Dlg1={0100A64F-7650-4580-9717-12F26CFF23CB}-SdLicense2-0Dlg2={0100A64F-7650-4580-9717-12F26CFF23CB}-SdRegisterUser-0Dlg3={0100A64F-7650-4580-9717-12F26CFF23CB}-SdStartCopy2-0Dlg4={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 ServicesszCompany=Xerox CorporationResult=1[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdStartCopy2-0]Result=1[Application]Name=PrimoPDFVersion=1.00.0000Company=ActivePDFLang=0009[{0100A64F-7650-4580-9717-12F26CFF23CB}-SdFinish-0]Result=1bOpt1=0bOpt2=0[{53257D98-0CCA-4BB0-94E7-2508B98A9614}-DlgOrder]Count=0
atlas95 Posted October 14, 2004 Posted October 14, 2004 Can I delete " /f2"c:\primopdf.log" " or it is required to work?Thanks
evilvoice Posted October 15, 2004 Posted October 15, 2004 you can delete it, it just logs the setup process...not really needed unless something doesnt work and you wanna know why.
Radimus Posted October 15, 2004 Posted October 15, 2004 there is also PDFCreator... which does the same thing.I believe it uses /S as it's silent install
iwod Posted October 18, 2004 Posted October 18, 2004 PDF Creator requires GScript to be installed.While PrimoSetup require 10Mb installatoin files. Aren't there anything smaller?.I already have Acrobar Reader installed. Why do i need GScripts?
keul Posted October 19, 2004 Posted October 19, 2004 It's been 6 months I'm using PDFCreator in my unattend cd with no problems at all, no need to install GScript or whatsoever (required files are already included), and install file is 7.21 Mo.installation parameters : PDFCreator-0_8_0_GNUGhostscript.exe /verysilent /norestartdownload location :here
big_gie Posted October 19, 2004 Posted October 19, 2004 OpenOffice support exporting to pdf. With a small extra macro (extendedpdf) you can export the links, too!And those too, as with PDFCreator, are open source.
iwod Posted October 20, 2004 Posted October 20, 2004 Actually there is a New Product Called FlashPaper2. By Macromedia. It can convert to PDF files as well as Flash. I think this is the best product if you can afford it.
a06lp Posted May 13, 2005 Posted May 13, 2005 this PrimoPDF is amazing, i just tried it, and I love it!
a06lp Posted May 20, 2005 Posted May 20, 2005 ignore my last post (above).PrimoPDF gave me some installation problems.PDFCreator is better!!!!
Francesco Posted May 20, 2005 Posted May 20, 2005 It's a great program! Thanks for having me knowing of it's existance I'll add it immediately to my windows unattended cd
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now