<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:dcterms="http://purl.org/dc/terms/" 
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:thr="http://purl.org/rss/1.0/modules/threading/"
	xmlns:pb="http://www.ideaspace.net/users/wkearney/schema/postback/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:mt="http://movabletype.org/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:html="http://www.w3.org/TR/REC-html40/"
	xmlns="http://purl.org/rss/1.0/"
> 

<rdf:Description rdf:about="http://www.ideaspace.net/users/wkearney/archives/entries/000037.html"> 
	<title>Making PDF?</title>
	<link>http://www.ideaspace.net/users/wkearney/archives/entries/000037.html</link>
	<description>If anyone out there wants to make PDF files without using Acrobat then here&apos;s what it takes.  Go get GhostScript, RedMon, the generic Adobe printer driver along with Distiller profiles and PDF-tool.  Then you have to jump through some configuration hoops.</description> 

	<dc:creator>wkearney</dc:creator> 
	<dc:date>2003-01-21T11:36:51-05:00</dc:date> 
	<dc:identifier>http://www.ideaspace.net/users/wkearney/archives/entries/000037.html</dc:identifier>
	<dc:language>en-us</dc:language>

	

	

	<slash:comments>1</slash:comments> 
	<thr:children>
		<rdf:Seq> 
			<rdf:li rdf:resource="http://www.ideaspace.net/users/wkearney/archives/entries/000037.html#c7" /> 
		</rdf:Seq>
	</thr:children>

	
	
	
	<dcterms:abstract>If anyone out there wants to make PDF files without using Acrobat then here&apos;s what it takes.  Go get GhostScript, RedMon, the generic Adobe printer driver along with Distiller profiles and PDF-tool.  Then you have to jump through some configuration hoops.</dcterms:abstract> 
	<dcterms:created>2003-01-21T11:36:51-05:00</dcterms:created> 
	<dcterms:isPartOf rdf:resource="http://www.ideaspace.net/users/wkearney/" /> 

	<mt:body><![CDATA[<p>If anyone out there wants to make PDF files without using Acrobat then here's what it takes.  Go get <ul><li><a href="http://www.cs.wisc.edu/~ghost/">GhostScript</a></li><li><a href="http://www.cs.wisc.edu/~ghost/redmon/index.htm">RedMon</a></li><li>the generic <a href="http://download.adobe.com/pub/adobe/printerdrivers/win/1.x/winsteng.exe">Adobe generic printer driver</a></li><li>along with the <a href="http://download.adobe.com/pub/adobe/printerdrivers/win/all/ppdfiles/adobe.zip">Distiller profiles</a></li><li>and <a href="http://www.mast-computer.de/index.html?http://www.mast-computer.de/software/pdf-tool/software.htm">PDF-tool</a></li></ul> Then you have to jump through some configuration hoops...<br />
</p>]]></mt:body>
	<mt:excerpt>If anyone out there wants to make PDF files without using Acrobat then here&apos;s what it takes.  Go get GhostScript, RedMon, the generic Adobe printer driver along with Distiller profiles and PDF-tool.  Then you have to jump through some configuration hoops.</mt:excerpt> 
	<mt:more><![CDATA[<p>Redmon sets up a virtual port so your programs will know where to send the data.  The Adobe generic printer driver send to that port.  Redmon then redirects the data to PDF-tool.  PDF-tool then calls GhostScript to create the pages.  They're imaged, returned to PDF-tool and then you can either save to disk or e-mail them. </p>

<p>It wasn't trivial to set up but not impossibly hard.  Grasping what's being done and why is probably the hard part.  The layering of different tools here is needed and important that it's configured just right.</p>

<p>Note that the FTP server for ghostview and some of it's tools seems to be acting up lately.  I used the <a href="ftp://sunsite.cnlab-switch.ch/mirror/ghost/">Sunsite mirror in Switzerland</a> to get my copies of <a href="ftp://sunsite.cnlab-switch.ch/mirror/ghost/ghostgum/redmon17.zip">RedMon</a>, <a href="ftp://sunsite.cnlab-switch.ch/mirror/ghost/AFPL/gs800/gs800w32.exe">GhostScript</a> and <a href="ftp://sunsite.cnlab-switch.ch/mirror/ghost/ghostgum/gsv43w32.exe">GhostView</a>.  </p>

<p>Download everything first.  You'll need something like 30mb of free space to hold everything for the installation.  When running it's less but who cares about disk space anymore?</p>

<p>Install GhostScript.  Install PDF-tool.  Install RedMon.  Unzip the Adobe profiles for Distiller.  Then run the Adobe generic printer installer.  Select the Redmon created port (I called my RPT1:).  Browse to the unzipped Distiller PPDs when selecting a printer.  Do not do a test print and you probably don't want this as your default printer.  Then go run run PDF-tool and configure it.</p>

<p>Then it's just a matter of printing to it.  After you print from the program the PDF-tool program will pop up and ask how you want to handle the PDF.  You can either save it or send it as mail.  </p>

<p>At some point I may try to set up one my linux boxes to act as a <a href="http://www.linuxgazette.com/issue72/bright.html">PDF server</a>.  This would let me share the setup among different machines.  The act of saving a PDF file from the driver means it has to run as a user and wants filename input.  Using the linux box dumps the output into timestamped filenames that would have to be on a shared network drive.  It's sort of 6 of one vs a half dozen of the other.  I can live with wasting resources by putting the software on the Windows boxes individually and it makes better sense on the laptop anyway.</p>

<p>The end result is I can now create PDF files for publishing complex images to the web.  I try to use HTML whenever possible and will use SVG when it matures but meanwhile PDF does a nice job.</p>]]></mt:more>
	<mt:keywords></mt:keywords> 
	<mt:entryID>37</mt:entryID>

	<mt:entryPrev>36</mt:entryPrev>
	<mt:entryNext>38</mt:entryNext>

	<html:link rel="prev" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000036.html.xml" title="Comment signing" />
	<html:link rel="next" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000038.html.xml" title="Sam's going to be busy" />
	
	<mt:author>wkearney</mt:author> 
	<mt:authorNickname>Bill Kearney</mt:authorNickname> 
	<mt:authorEmail>wkearney@ideaspace.net</mt:authorEmail>
	<mt:authorURL rdf:resource="http://www.ideaspace.net/users/wkearney" /> 
	
	<foaf:name>wkearney</foaf:name> 
	<foaf:mbox rdf:resource="mailto:wkearney@ideaspace.net" /> 
	<foaf:nick>Bill Kearney</foaf:nick> 
	<foaf:homepage rdf:resource="http://www.ideaspace.net/users/wkearney" />
	
	<rdfs:seeAlso rdf:resource="http://www.ideaspace.net/users/wkearney/xml/index.rdf" />
	<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" /> 
</rdf:Description>
</rdf:RDF>