<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Question about CSS = xml</title>
	<link>http://ask.metafilter.com/14716/Question-about-CSS-xml/</link>
	<description>Comments on Ask MetaFilter post Question about CSS = xml</description>
	<pubDate>Thu, 03 Feb 2005 10:22:40 -0800</pubDate>
	<lastBuildDate>Thu, 03 Feb 2005 10:22:40 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Question about CSS = xml</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml</link>	
		<description>i&apos;d like to use css+xml to render pdf on a server for *free*... any help? [mi] &lt;br /&gt;&lt;br /&gt; i&apos;ve looked into &lt;a href=&quot;http://www.yeslogic.com/&quot;&gt;yeslogic prince&lt;/a&gt; and it sounds like the bee&apos;s knees, but their commercial server license is $2000 (?!?).  jumping into xsl-fo is a bit more than i want to bite off at the moment; css is not a prob.  any help would be greatly appreciated.&lt;br&gt;
&lt;br&gt;
an alternative might be to use css to mold printing from a html file, but i&apos;d like to be able to offer pdf to clients so that i know it will print correctly (whereas highly styled html might get eaten by ie).</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.14716</guid>
		<pubDate>Thu, 03 Feb 2005 09:39:36 -0800</pubDate>
		<dc:creator>mdpc98</dc:creator>
		
			<category>css</category>
		
			<category>xml</category>
		
			<category>pdf</category>
		
			<category>render</category>
		
			<category>rendering</category>
		
			<category>engine</category>
		
	</item> <item>
		<title>By: annathea</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253194</link>	
		<description>Do you know PHP? You can use it to parse your XML data and convert the output to PDF.  Not sure about the CSS styling, but I don&apos;t think it would pose a problem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253194</guid>
		<pubDate>Thu, 03 Feb 2005 10:22:40 -0800</pubDate>
		<dc:creator>annathea</dc:creator>
	</item><item>
		<title>By: cillit bang</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253210</link>	
		<description>Yeah, I was going to suggest writing a PHP script that would position items on each page. However, the main PHP libraries for doing it require licenses for commercial use ($450 or $1000). There&apos;s a list of free alternatives &lt;a href=&quot;http://php.planetmirror.com/manual/en/faq.using.php#faq.using.freepdf&quot;&gt;here&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253210</guid>
		<pubDate>Thu, 03 Feb 2005 10:41:32 -0800</pubDate>
		<dc:creator>cillit bang</dc:creator>
	</item><item>
		<title>By: RustyBrooks</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253244</link>	
		<description>pdflib is a free, well supported way to make pdfs.  It has both a free and non-free version.  I have rarely found a use for the non-free portions, although we have it at work.  You&apos;ll have to do quite a bit of work to get from XML to pdf, although that&apos;s what we do here at work.  You&apos;ll have to write a bit of custom code.  pdflib is very low level &quot;Write this piece of text at 752, 112.  Draw a line from 750, 100 to 1000, 100&quot; and so forth.  It has bindings for most major languages (via swish)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253244</guid>
		<pubDate>Thu, 03 Feb 2005 11:38:34 -0800</pubDate>
		<dc:creator>RustyBrooks</dc:creator>
	</item><item>
		<title>By: gus</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253278</link>	
		<description>I&apos;m not sure exactly what you&apos;re tring to do, but &lt;a href=&quot;http://www.lowagie.com/iText/&quot;&gt;iText&lt;/a&gt; is an opensource Java library I&apos;ve used on the server to create PDF&apos;s and spit them out to a web browser.&lt;br&gt;
&lt;br&gt;
If you post some more details on what you&apos;re doing, I may be able to give you a better suggestion.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253278</guid>
		<pubDate>Thu, 03 Feb 2005 12:40:24 -0800</pubDate>
		<dc:creator>gus</dc:creator>
	</item><item>
		<title>By: gus</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253279</link>	
		<description>Oh yeah, another idea-  &lt;a href=&quot;http://sourceforge.net/projects/pdfcreator/&quot;&gt;PDFCreator&lt;/a&gt;.  This sets up as a printer on your system, so any program that can print can print to a PDF.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253279</guid>
		<pubDate>Thu, 03 Feb 2005 12:42:36 -0800</pubDate>
		<dc:creator>gus</dc:creator>
	</item><item>
		<title>By: fvw</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253355</link>	
		<description>Why not just plug it into a web browser of your choice and have it print to PS? This can all be automated.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253355</guid>
		<pubDate>Thu, 03 Feb 2005 14:26:23 -0800</pubDate>
		<dc:creator>fvw</dc:creator>
	</item><item>
		<title>By: mdpc98</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253413</link>	
		<description>thanks for the feedback.  time to start digging...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253413</guid>
		<pubDate>Thu, 03 Feb 2005 15:24:46 -0800</pubDate>
		<dc:creator>mdpc98</dc:creator>
	</item><item>
		<title>By: holloway</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253476</link>	
		<description>Jump to xsl-fo, it&apos;s great.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253476</guid>
		<pubDate>Thu, 03 Feb 2005 16:52:43 -0800</pubDate>
		<dc:creator>holloway</dc:creator>
	</item><item>
		<title>By: anildash</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253706</link>	
		<description>mdpc, i have a movable type template that works in PHP to turn any content in the system into a PDF. email me (email&apos;s in the profile) if you are still looking.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253706</guid>
		<pubDate>Fri, 04 Feb 2005 01:43:19 -0800</pubDate>
		<dc:creator>anildash</dc:creator>
	</item><item>
		<title>By: mdpc98</title>
		<link>http://ask.metafilter.com/14716/Question-about-CSS-xml#253868</link>	
		<description>holloway--do you recommend any resources that particularly helped you?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14716-253868</guid>
		<pubDate>Fri, 04 Feb 2005 08:06:02 -0800</pubDate>
		<dc:creator>mdpc98</dc:creator>
	</item>
	</channel>
</rss>
