<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert to PDF Version 1.1</title>
	<atom:link href="http://www.ironicwolf.com/2009/05/convert-to-pdf-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/</link>
	<description>!Electronic &#124;&#124; !Bionic &#124;&#124; !Ultrasonic</description>
	<lastBuildDate>Sun, 07 Mar 2010 15:36:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: William</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-95</link>
		<dc:creator>William</dc:creator>
		<pubDate>Thu, 24 Dec 2009 10:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-95</guid>
		<description>Hi bm1967,

thank you for you comment. I didn&#039;t try to hide the fact that Convert to PDF is only a front-end to cupsfilter ;)  It is meant for people not at ease with shell script or command line, its an attempt to offer cupsfilter( sadly with its limitations) to automator folks. Did you try with cupsfilter on command-line? Could you please send me a sample file, which produces an error? Up until now I have no clue what people are trying to convert and what causes problems.

I investigated hard and deep, the sad conclusion is that without hacking through undocumented Apple API, there is no problematically way of calling Apple&#039;s native save to pdf.

If you have a lot of docs of the same kind and you have the time and will to spend, I know of one sure path to proceed: 
I would try to automate the Application, which shows your document the best, in such way, to print through a PDF printer.  
F.ex Word can be automated with VBscript, nearly all mac applications support Applescript and a Cups-pdf printer can be found at &lt;a href=&quot;http://www.codepoetry.net/projects/cups-pdf-for-mosx&quot; rel=&quot;nofollow&quot;&gt;codepoetry dot net: Cups-pdf-for-macosx&lt;/a&gt;

From dat point on, create a simple Automator frontend to print through the PDF printer.</description>
		<content:encoded><![CDATA[<p>Hi bm1967,</p>
<p>thank you for you comment. I didn&#8217;t try to hide the fact that Convert to PDF is only a front-end to cupsfilter <img src='http://www.ironicwolf.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   It is meant for people not at ease with shell script or command line, its an attempt to offer cupsfilter( sadly with its limitations) to automator folks. Did you try with cupsfilter on command-line? Could you please send me a sample file, which produces an error? Up until now I have no clue what people are trying to convert and what causes problems.</p>
<p>I investigated hard and deep, the sad conclusion is that without hacking through undocumented Apple API, there is no problematically way of calling Apple&#8217;s native save to pdf.</p>
<p>If you have a lot of docs of the same kind and you have the time and will to spend, I know of one sure path to proceed:<br />
I would try to automate the Application, which shows your document the best, in such way, to print through a PDF printer.<br />
F.ex Word can be automated with VBscript, nearly all mac applications support Applescript and a Cups-pdf printer can be found at <a href="http://www.codepoetry.net/projects/cups-pdf-for-mosx" rel="nofollow">codepoetry dot net: Cups-pdf-for-macosx</a></p>
<p>From dat point on, create a simple Automator frontend to print through the PDF printer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bm1967</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-93</link>
		<dc:creator>bm1967</dc:creator>
		<pubDate>Thu, 24 Dec 2009 02:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-93</guid>
		<description>I tried this automator but each time I run it, I get an error.  Looking at the code you are using (cupsfilter, which is really a converter linked to it), I was a bit disappointed.  What I am looking for is the ability to access Apple&#039;s native &#039;Print&#039; command that would enable me to save a file (any file) to PDF.  The major difference between CUPs convert and Apple&#039;s own &#039;Print&#039; utility is the quality and active hyper links.  Using cupsfilter, HTML pages come chopped up and not properly formatted.  Too bad.  I have a ton of HTML docs to convert so I guess, I will be still looking.

I was originally doing everything on the command line so when I saw your automator post, I was excited, for a second until I saw how you do it in the background....</description>
		<content:encoded><![CDATA[<p>I tried this automator but each time I run it, I get an error.  Looking at the code you are using (cupsfilter, which is really a converter linked to it), I was a bit disappointed.  What I am looking for is the ability to access Apple&#8217;s native &#8216;Print&#8217; command that would enable me to save a file (any file) to PDF.  The major difference between CUPs convert and Apple&#8217;s own &#8216;Print&#8217; utility is the quality and active hyper links.  Using cupsfilter, HTML pages come chopped up and not properly formatted.  Too bad.  I have a ton of HTML docs to convert so I guess, I will be still looking.</p>
<p>I was originally doing everything on the command line so when I saw your automator post, I was excited, for a second until I saw how you do it in the background&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tripp H</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-84</link>
		<dc:creator>Tripp H</dc:creator>
		<pubDate>Tue, 08 Dec 2009 23:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-84</guid>
		<description>I too am getting an error message.  I have tested the files and they do print via the Finder File menu Print command.  I used your sample workflow and gave it the file that previously printed via the Finder.  Any ideas on what could be off?</description>
		<content:encoded><![CDATA[<p>I too am getting an error message.  I have tested the files and they do print via the Finder File menu Print command.  I used your sample workflow and gave it the file that previously printed via the Finder.  Any ideas on what could be off?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tripp H</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-83</link>
		<dc:creator>Tripp H</dc:creator>
		<pubDate>Tue, 08 Dec 2009 23:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-83</guid>
		<description>Mr. Jefferson,

In polite company where I come from, we would say that you are looking the gift horse in the mouth.  If you are not geek enough for this, then perhaps you might try getting some education instead of whining about work that other people have done for free for your benefit.</description>
		<content:encoded><![CDATA[<p>Mr. Jefferson,</p>
<p>In polite company where I come from, we would say that you are looking the gift horse in the mouth.  If you are not geek enough for this, then perhaps you might try getting some education instead of whining about work that other people have done for free for your benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Le Blanc B. Jefferson</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-68</link>
		<dc:creator>Le Blanc B. Jefferson</dc:creator>
		<pubDate>Mon, 09 Nov 2009 01:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-68</guid>
		<description>This might be a good idea if the developer had provided decent directions on how to use it. As it is, it appears to have been designed by a geek for geeks. I&#039;m not enough of a geek to figure it out. I suggest the author go back to the drawing board - or find someone who knows how to use it to write a decent set of instructions. I think the suggestion above to make it an application has merit.</description>
		<content:encoded><![CDATA[<p>This might be a good idea if the developer had provided decent directions on how to use it. As it is, it appears to have been designed by a geek for geeks. I&#8217;m not enough of a geek to figure it out. I suggest the author go back to the drawing board &#8211; or find someone who knows how to use it to write a decent set of instructions. I think the suggestion above to make it an application has merit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny J</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-66</link>
		<dc:creator>Ronny J</dc:creator>
		<pubDate>Wed, 30 Sep 2009 17:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-66</guid>
		<description>Thank you for the script! Works great too. I do have one issue/question though. I convert .tiff to .pdf just fine. But it&#039;s rotating the pdf. is there a way to change that? I don&#039;t know code very well yet at all.
Any advice or help would be wonderful.</description>
		<content:encoded><![CDATA[<p>Thank you for the script! Works great too. I do have one issue/question though. I convert .tiff to .pdf just fine. But it&#8217;s rotating the pdf. is there a way to change that? I don&#8217;t know code very well yet at all.<br />
Any advice or help would be wonderful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernat</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-65</link>
		<dc:creator>Bernat</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-65</guid>
		<description>Install the action and then create a service using Automator. It&#039;s very easy. 
Select documents in Finder and then add the action &#039;Convert to PDF&#039;. 
After saving the service, go to your file, click right and select &#039;Convert to PDF&#039;

Enjoy!</description>
		<content:encoded><![CDATA[<p>Install the action and then create a service using Automator. It&#8217;s very easy.<br />
Select documents in Finder and then add the action &#8216;Convert to PDF&#8217;.<br />
After saving the service, go to your file, click right and select &#8216;Convert to PDF&#8217;</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernat</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-64</link>
		<dc:creator>Bernat</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-64</guid>
		<description>About your Automator action &#039;Convert to PDF&#039;

Hi, 

I&#039;m happy because finally I found an Automator action to transform files to PDF. Otherwise, the action has a &#039;bug&#039;... For example, if I try to convert an horizontal PS file, the result is a vertical PDF without all the information. The action cuts the page.

If you have the intention to solve this problem, let me know &quot;bernat.puigdomenenech@gmail.com&quot;

Thanks for sharing,
Bernat</description>
		<content:encoded><![CDATA[<p>About your Automator action &#8216;Convert to PDF&#8217;</p>
<p>Hi, </p>
<p>I&#8217;m happy because finally I found an Automator action to transform files to PDF. Otherwise, the action has a &#8216;bug&#8217;&#8230; For example, if I try to convert an horizontal PS file, the result is a vertical PDF without all the information. The action cuts the page.</p>
<p>If you have the intention to solve this problem, let me know &#8220;bernat.puigdomenenech@gmail.com&#8221;</p>
<p>Thanks for sharing,<br />
Bernat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-50</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 08 Jun 2009 23:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-50</guid>
		<description>I have tried installing and using this script. I see the script in my Automator, but cannot for the life of me figure out how I can use it. I cannot figure out where to drag and drop my .doc or .xls file so that the conversion begins even??

HELP!

Thanks.</description>
		<content:encoded><![CDATA[<p>I have tried installing and using this script. I see the script in my Automator, but cannot for the life of me figure out how I can use it. I cannot figure out where to drag and drop my .doc or .xls file so that the conversion begins even??</p>
<p>HELP!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Arnfeld</title>
		<link>http://www.ironicwolf.com/2009/05/convert-to-pdf-11/comment-page-1/#comment-41</link>
		<dc:creator>Tom Arnfeld</dc:creator>
		<pubDate>Sun, 17 May 2009 14:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ironicwolf.com/?p=389#comment-41</guid>
		<description>Hello,
I love this..
One thing i would suggest.. instead of making it a workflow, make it a bit more friendly by making it an Application.

&lt;a href=&quot;http://mrtom.net/site/automator.php&quot; rel=&quot;nofollow&quot;&gt;Like some of these...&lt;/a&gt;

What would help to make it an application is not to let uses add the files, but use the &quot;Ask for Finder Items&quot; and make sure the &quot;Allow Multiple Selections&quot; box is ticked... then just add a Growl notification.. some confirmation messages and your off...

Although you would not get the option of where to save it.. 

Good Luck!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I love this..<br />
One thing i would suggest.. instead of making it a workflow, make it a bit more friendly by making it an Application.</p>
<p><a href="http://mrtom.net/site/automator.php" rel="nofollow">Like some of these&#8230;</a></p>
<p>What would help to make it an application is not to let uses add the files, but use the &#8220;Ask for Finder Items&#8221; and make sure the &#8220;Allow Multiple Selections&#8221; box is ticked&#8230; then just add a Growl notification.. some confirmation messages and your off&#8230;</p>
<p>Although you would not get the option of where to save it.. </p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
