MSFN Forum: PrimoPDF - Awesome Freeware PDF Creator - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

PrimoPDF - Awesome Freeware PDF Creator Rate Topic: -----

#1 User is offline   Noise 

  • Windows Guru
  • PipPipPip
  • Group: Members
  • Posts: 425
  • Joined: 27-February 04

  Posted 14 October 2004 - 11:02 AM

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 /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



#2 User is offline   atlas95 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 07-September 03

Posted 14 October 2004 - 02:32 PM

Can I delete " /f2"c:\primopdf.log" " or it is required to work?


Thanks :)

#3 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 14 October 2004 - 10:14 PM

you can delete it, it just logs the setup process...not really needed unless something doesnt work and you wanna know why.

#4 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 October 2004 - 01:50 AM

nice app , thanks for sharing. B)

#5 User is offline   buletov 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 518
  • Joined: 08-September 04

Posted 15 October 2004 - 09:53 AM

beautiful

#6 User is offline   Radimus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 309
  • Joined: 14-June 04

Posted 15 October 2004 - 10:04 AM

there is also PDFCreator... which does the same thing.

I believe it uses /S as it's silent install

#7 User is offline   iwod 

  • Member
  • PipPip
  • Group: Members
  • Posts: 265
  • Joined: 26-March 04

Posted 18 October 2004 - 10:17 AM

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?

#8 User is offline   keul 

  • Newbie
  • Group: Members
  • Posts: 37
  • Joined: 08-March 04

Posted 19 October 2004 - 03:09 AM

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 /norestart
download location :
here

#9 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 19 October 2004 - 10:22 AM

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.

#10 User is offline   magicfly 

  • << I live in the 80's >>
  • PipPipPipPip
  • Group: Members
  • Posts: 507
  • Joined: 14-June 03

Posted 19 October 2004 - 10:28 AM

great great, thanks for your suggestion! :thumbup

#11 User is offline   iwod 

  • Member
  • PipPip
  • Group: Members
  • Posts: 265
  • Joined: 26-March 04

Posted 20 October 2004 - 08:54 AM

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.

#12 User is offline   Radimus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 309
  • Joined: 14-June 04

Posted 20 October 2004 - 10:08 AM

free....
must be free....

#13 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 13 May 2005 - 01:10 PM

this PrimoPDF is amazing, i just tried it, and I love it!

#14 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 20 May 2005 - 01:37 PM

ignore my last post (above).

PrimoPDF gave me some installation problems.

PDFCreator is better!!!!

#15 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 363
  • Joined: 20-March 04

Posted 20 May 2005 - 03:35 PM

It's a great program! Thanks for having me knowing of it's existance :P

I'll add it immediately to my windows unattended cd :P

#16 User is offline   kholdsworth27 

  • Group: Members
  • Posts: 1
  • Joined: 18-February 08

Posted 19 February 2008 - 12:03 AM

can anyone give me a walkthrough on how to add this to my unattend
i use nlite an i would like to hav primopdf as and addon.
please help if possible
email me at kholdsworth27@gmail.com
thankyou.

#17 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 19 February 2008 - 10:48 AM

View Postkholdsworth27, on Feb 19 2008, 08:03 AM, said:

can anyone give me a walkthrough on how to add this to my unattend
i use nlite an i would like to hav primopdf as and addon.
please help if possible
email me at kholdsworth27@gmail.com
thankyou.

Just Link

#18 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 20 February 2008 - 06:20 AM

PrimoPDF is very good. It has a great simple user interface and all the possibilities you want.

I install it with an AutoIT script, works fine, no log file after install. it's in this forum somewhere. Works with all languages.

This post has been edited by ZileXa: 20 February 2008 - 06:20 AM


#19 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 20 February 2008 - 06:12 PM

i prefer doPDF, it is also free and i prefer the interface has few more options than primo pdf.
doPDF is also being developed actively in the recent months, so i expect new features to be added. try it.

www.dopdf.com

for a paid program i can recommend NitroPDF Pro. It is great as a viewer/editor and converter.

#20 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 21 February 2008 - 04:03 PM

Quote from the dopdf site:

Quote

# Can I change the author/title/keywords for the PDF I generate?
No, doPDF doesn’t allow changing the document information. If you're looking for PDF printer that allows this you can take a look at novaPDF.

# Can I password protect a PDF file?
No, doPDF doesn’t allow PDF password protection. If you're looking for PDF printer that allows PDF password protection you can take a look at novaPDF.



PrimoPDF can do this. Benefits: easy searching from windows deskop search (keywords, title, author).

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy