<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marcos Himmer W. &#187; PDF</title>
	<atom:link href="http://marcos.himmer.cl/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcos.himmer.cl</link>
	<description>Publicando lo que sea cuando sea</description>
	<lastBuildDate>Wed, 31 Mar 2010 19:27:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Escribir texto sobre un PDF</title>
		<link>http://marcos.himmer.cl/2009/04/escribir-texto-sobre-un-pdf/</link>
		<comments>http://marcos.himmer.cl/2009/04/escribir-texto-sobre-un-pdf/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 16:13:31 +0000</pubDate>
		<dc:creator>mhimmer</dc:creator>
				<category><![CDATA[Coding PHP]]></category>
		<category><![CDATA[editar]]></category>
		<category><![CDATA[FPDF]]></category>
		<category><![CDATA[FPDI]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://marcos.himmer.cl/?p=14</guid>
		<description><![CDATA[Hay que bajar FPDF, FPDI y FPDF_TPL
Después de eso hay que incluir las librerías en un archivo .php y hay que jugar con los métodos.
Ver un ejemplo:


  include&#40;'tcpdf/tcpdf.php'&#41;;
  include&#40;'FPDI/fpdi.php'&#41;;
&#160;
  class PDF extends FPDI &#123;
    /**
     * &#34;Remembers&#34; the template id of the imported page
  [...]]]></description>
		<wfw:commentRss>http://marcos.himmer.cl/2009/04/escribir-texto-sobre-un-pdf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
