<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>pdfedit &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/pdfedit/</link>
	<description>Feed of posts on WordPress.com tagged "pdfedit"</description>
	<pubDate>Thu, 24 Dec 2009 16:17:08 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[PDF Tools]]></title>
<link>http://moderatebalance.wordpress.com/2009/11/28/pdf-tools/</link>
<pubDate>Sat, 28 Nov 2009 00:00:14 +0000</pubDate>
<dc:creator>chonking</dc:creator>
<guid>http://moderatebalance.wordpress.com/2009/11/28/pdf-tools/</guid>
<description><![CDATA[The Portable Document Format is really very useful. It allows you to produce a document that nearly ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The Portable Document Format is really very useful. It allows you to produce a document that nearly anyone will be able to read and which can be printed easily. The big problem is that you can&#8217;t edit the pdf directly once you&#8217;ve made it.</p>
<p>I got a questionnaire recently with instructions to print out the attached pdf, fill it in and mail it to the original sender. Now I didn&#8217;t want to go to the hassle of all that so I started looking for some free (because I&#8217;m a skinflint) tool to edit pdfs so I could add form areas in the pdf, here&#8217;s what I found.</p>
<h1>1. <a href="http://www.pdfescape.com">PDFescape</a></h1>
<p>PDFescape is a beta webservice which allows you to upload a pdf and edit it in your browser. This was the tool I used for adding to the pdf I had. It&#8217;s not quite seamless yet but is very powerful. You can create, edit pdfs and add pdf form options. There are a number of additional options for hosting pdfs for users to access but I didn&#8217;t really look at them.</p>
<p>Free and easy to use, only downloads/uploads of the file involved. Platformless.</p>
<h1>2. <a href="http://pdfedit.petricek.net/en/index.html">PDFedit</a></h1>
<p>PDFedit is a rather imposing tool which shows you everything about the document so is rather daunting to a new user. Also a lack of documentation (that I could find) and a not very helpful interface means it is rather hard to use.</p>
<p>Free but not very easy to use, need to install the program which is <a href="http://pdfedit.petricek.net/en/download.html">here</a> or in the repositories. Only works on Mac or linux.</p>
<p>So those were the tools of note I found, of course there is <a href="http://tryit.adobe.com/uk/acrobat9/?sdid=EVMEE">Adobe Acrobat</a> but you have to pay for it and it&#8217;s only Mac or Windows. Hopefully you&#8217;ll find these tools useful, and use them to save yourself some hassle with pdfs.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[23 Useful System Applications for Linux]]></title>
<link>http://ubuntugide.wordpress.com/2009/10/05/23-useful-system-applications-for-linux/</link>
<pubDate>Mon, 05 Oct 2009 18:20:39 +0000</pubDate>
<dc:creator>hardik123</dc:creator>
<guid>http://ubuntugide.wordpress.com/2009/10/05/23-useful-system-applications-for-linux/</guid>
<description><![CDATA[I earlier wrote about&#160; Top 5 BitTorrent Clients for Ubuntu Linux, 7 Awesome 3D Graphic Design A]]></description>
<content:encoded><![CDATA[I earlier wrote about&#160; Top 5 BitTorrent Clients for Ubuntu Linux, 7 Awesome 3D Graphic Design A]]></content:encoded>
</item>
<item>
<title><![CDATA[Transformar y editar PDF]]></title>
<link>http://debianfacil.wordpress.com/2009/02/06/transformar-y-editar-pdf/</link>
<pubDate>Fri, 06 Feb 2009 15:59:26 +0000</pubDate>
<dc:creator>japerblog</dc:creator>
<guid>http://debianfacil.wordpress.com/2009/02/06/transformar-y-editar-pdf/</guid>
<description><![CDATA[En esta entrada vamos a ver varias herramientas para transformar y editar archivos PDF. Las cuatro p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En esta entrada vamos a ver varias herramientas para transformar y editar archivos PDF. Las cuatro primeras son para ser usadas desde la consola de texto y permiten transformar archivos PDF en otros formatos más facilmente editables. Las dos últimas son aplicaciones gráficas que permiten modificar o editar directamente archivos PDF.</p>
<p style="text-align:center;"><img class="alignnone size-full wp-image-374" title="pdf" src="http://debianfacil.wordpress.com/files/2009/02/pdf-nq8.png" alt="pdf" width="108" height="117" /></p>
<h3>pdftotext</h3>
<p>Transforma archivos pdf en archivos de texto (txt).</p>
<p><strong>pdftotxt -layout archivo.pdf archivo.txt</strong></p>
<p>La opción<strong> -layout</strong> intenta mantener (en la medida de lo posible) el formato original del texto.</p>
<p>Más información en <a title="WWW link" href="http://linux.die.net/man/1/pdftotext">http://linux.die.net/man/1/pdftotext</a></p>
<p><!--more Leer el resto de la entrada...--></p>
<h3>pdftohtml</h3>
<p>Transforma los archivos pdf en páginas web (html)</p>
<p><strong>pdftohtml archivo.pdf archivo.html</strong></p>
<p>Si queremos que el resultado sea más fiel al original podemos usar la opción<strong> -c</strong>. En tal caso cada página aparecerá como un archivo separado. Si el archivo original tiene muchas páginas, puede ser convienniente crear una carpeta para almacenar el resultado.</p>
<p><strong>pdftohtml -c archivo.pdf carpeta_creada/archivo.html</strong></p>
<p>Más información en <a title="WWW link" href="http://linux.die.net/man/1/pdftohtml">http://linux.die.net/man/1/pdftohtml</a></p>
<h3>pdf2svg</h3>
<p>Transforma los archivos pdf en gráficos vectoriales (svg)</p>
<p><strong>pdf2svg archivo.pdf archivo.svg</strong></p>
<p>Convierte una página PDF en un archivo SVG. Si tenemos un documento PDF con varias páginas, y queremos transformarlas todas, escribiremos algo como esto:</p>
<p><strong>pdf2svg archivo.pdf archivo_página%d.svg all</strong></p>
<p>Con <strong>all</strong> le decimos que las transforme todas. Con <strong>%d</strong> hacemos que las numere.</p>
<p>Más información en <a title="WWW link" href="http://www.cityinthesky.co.uk/pdf2svg.html">http://www.cityinthesky.co.uk/pdf2svg.html</a></p>
<h3>ImageMagic: convert</h3>
<p>También podemos transformalas en imágenes usando el programa ImageMagik.</p>
<p><strong>convert archivo.pdf archivo.png</strong></p>
<p>Más información en <a title="WWW link" href="http://www.imagemagick.org/script/index.php">http://www.imagemagick.org/script/index.php</a></p>
<h3>Xournal</h3>
<p>Xournal es una aplicación gráfica cuya función principal es la poder escribir, o dibujar, a mano en el ordenador, ya sea usando una tableta gráfica o el ratón.</p>
<p>Pero, además, Xournal también sirve para ver y modificar archivos PDF. No se trata de editar los archivos, sino de escribir encima de ellos. Podemos añadir anotaciones, subrayar, tachar, incluso emular el uso del rotulador fosforito para resaltar palabras. Luego podemos guardar el resultado en el formato propio de Xournal, para poder seguir trabajando con él, o en un nuevo PDF.</p>
<p>Más información en <a title="WWW link" href="http://xournal.sourceforge.net/manual.html">http://xournal.sourceforge.net/manual.html</a></p>
<h3>pdfedit</h3>
<p>PDFedit es una aplicación gráfica para editar archivos PDF. Con ella podemos hacer, practicamente, cualquier cosa con un PDF. Es un herramienta compleja, pero muy completa.</p>
<p>Más información en <a title="WWW link" href="http://pdfedit.petricek.net/user_doc.html">http://pdfedit.petricek.net/user_doc.html</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[GowTo] Alternativas]]></title>
<link>http://genlinux.wordpress.com/2007/12/16/gowto-alternativas/</link>
<pubDate>Sun, 16 Dec 2007 14:43:08 +0000</pubDate>
<dc:creator>Cross</dc:creator>
<guid>http://genlinux.wordpress.com/2007/12/16/gowto-alternativas/</guid>
<description><![CDATA[Muchos usuarios novels o no tan noveles, veran que Linux tiene un gran mundo de aplicaciones al alca]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Muchos usuarios novels o no tan noveles, veran que Linux tiene un gran mundo de aplicaciones al alcanze de sus manos pero muchas veces no damos con la información correcta. He aquí una lista de alternativas a los programas nativos de M$ Windows. Escribo esta lista como un &#8220;G&#8221;owTo porque más que nada es un tutorial de donde/como encontrar los programas que queremos sin comernos mucho la cabeza.</p>
<p><a href="http://www.adobe.com/es/products/photoshop/photoshop/" target="_blank">Adobe PhotoShop</a> (Win32) == <a href="http://www.gimp.org/" target="_blank">The Gimp</a> (Linux)<br />
<a href="http://www.microsoft.com/spain/windows/ie/default.mspx" target="_blank">Internet Explorer</a> (Win32) == <a href="http://www.mozilla-europe.org/es/products/firefox/" target="_blank">Mozilla Firefox</a> (Linux)<br />
<a href="http://www.microsoft.com/spain/windowsxp/mediacenter/default.mspx" target="_blank">Windows Media Center</a> (Win32) ==  <a href="http://www.getmiro.com/" target="_blank">Miro</a> (Linux)<br />
<a href="http://www.nero.com/esp/index.html" target="_blank">Ahead Nero</a> (Win32) == <a href="http://k3b.plainblack.com/" target="_blank">K3b</a> (Linux)<br />
<a href="http://www.adobe.com/es/products/acrobat/readstep2.html" target="_blank">Adobe PDF Reader</a> (Win32) ==  <a href="http://sourceforge.net/projects/pdfedit" target="_blank">PDFEdit</a> (Linux)<br />
<a href="http://www.camstudio.org/blog/" target="_blank">CamStudio</a>  (Win32) == <a href="http://recordmydesktop.iovar.org/about.php" target="_blank">RecordMyDesktop</a> (Linux)<br />
<a href="http://www.bitcomet.com/" target="_blank">BitComet</a> (Win32) == <a href="http://www.bitswash.org/" target="_blank">BitSwash</a> (Linux)<br />
<a href="http://www.gfi.com/lannetscan/" target="_blank">GFI LANguard Network Scanner</a> (Win32) == <a href="http://www.nessus.org/" target="_blank">Nessus</a> (Linux)<br />
<a href="http://www.freedownloadmanager.org/es/" target="_blank">Free Download Manager</a> (Win32)  == <a href="http://www.gnome.org/projects/gwget/" target="_blank">Gwget Download Manager</a> (Linux)<br />
<a href="http://www.microsoft.com/windows/windowsmedia/es/" target="_blank">Windows Media Player</a> (Win32) == <a href="http://www.mplayerhq.hu/design7/news-es.html" target="_blank">MPlayer HQ</a> o <a href="http://www.xmms.org/" target="_blank">XMMS</a> o <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> (Linux)<br />
<a href="http://www.babylon.com/spa/index.php" target="_blank">Babylon</a> (Win32) == <a href="http://kbabel.kde.org/" target="_blank">KBabel</a> (Linux)<br />
<a href="http://es.wikipedia.org/wiki/Notepad" target="_blank">NotePad</a> (Win32) == <a href="http://www.gnome.org/projects/gedit/" target="_blank">GEdit</a> (Linux)<br />
<a href="http://www.emule-project.net/home/perl/general.cgi?l=17" target="_blank">eMule</a> (Win32) == <a href="http://www.amule.org/" target="_blank">aMule</a> (Linux)<br />
<a href="http://es.msn.com/" target="_blank">MSN Messenger M$</a> (Win32) == <a href="http://www.amsn-project.net/" target="_blank">aMSN</a> (Linux)<br />
<a href="http://www.adobe.com/es/products/dreamweaver/" target="_blank">Adobe Dreamweaver</a> (Win32) == <a href="http://www.nvu.com/" target="_blank">Nvu</a> o <a href="http://www.kompozer.net/" target="_blank">Kompozer</a> (Linux)<br />
<a href="http://www.adobe.com/es/products/freehand/" target="_blank">Macromedia FreeHand</a> o <a href="http://www.adobe.com/es/products/illustrator/" target="_blank">Adobe Illustrator</a> (Win32) == <a href="http://www.inkscape.org/" target="_blank">Inkscape</a> (Linux)<br />
<a href="http://www.autodesk.es/3dsmax" target="_blank">3D Studio Max</a> o <a href="http://www.autodesk.com/maya" target="_blank">Maya</a> (Win32) == <a href="http://www.blender.org/" target="_blank">Blender</a> (Linux)<br />
<a href="http://www.symantec.com/es/es/norton/products/overview.jsp?pcid=sp&#38;pvid=pm80" target="_blank">Partition Magic</a> (Win32) == <a href="http://gparted.sourceforge.net/" target="_blank">GParted</a> (Linux)<br />
<a href="http://www.microsoft.com/spain/office/" target="_blank">Microsoft Office</a> (Win32) == <a href="http://es.openoffice.org/" target="_blank">OpenOffice</a> (Linux)</p>
<p><b><i>Actualizo la lista con 5 nuevas aplicaciones para nuestros ordenadores. Agradecimiento a </i></b><b>				 				cyb3rpunk <i>por contribuir con GenLinux comentando las 5 nuevas aplicaciones que faltaban de añadir. Y las que quedan..</i> </b></p>
<p>Hasta ahora aquí termina esta pequeña lista, bueno, voy a explicar un poco qué sentido tiene todo esto;</p>
<p>A la izquierda tenemos los productos comerciales (Algunos NO lo son como por ejemplo CamStudio, Free Download Manager, BitComet y eMule) y a la derecha las alternativas totalmente gratuitas para Linux sin coste alguno.</p>
<p><i>¿No encontrastes la aplicación que buscabas?</i> Dejamela en un comentario y aparte de añadirlo a la lista de Alternativas te responderé lo antes posible con la alternativa para Linux o en cuyo caso el equivalente. Cualquier típo de contribución es agradecida.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to edit "pdf" files with Linux]]></title>
<link>http://opencheese.com/2007/10/11/how-to-edit-pdf-files-in-linux/</link>
<pubDate>Thu, 11 Oct 2007 02:25:53 +0000</pubDate>
<dc:creator>Dude</dc:creator>
<guid>http://opencheese.com/2007/10/11/how-to-edit-pdf-files-in-linux/</guid>
<description><![CDATA[The portable document format abbreviated as &#8220;pdf&#8221; is the dominant format being very wide]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The portable document format abbreviated as &#8220;pdf&#8221; is the dominant format being very widely used to digitalize the documents. In Windows, Adobe Acrobat Reader can be used to view the pdf files and in Linux applications like Xpdf and a couple of other applications are available for that purpose. But what about editing the pdf documents. Imagine you have received a pdf form to fill in and send back, a paper to review and comment on, or a contract to review, fill out and sign. How all these editing tasks can be done? Apart from adding text to the files for which appropriate form fields are created, it is not possible to use free Adobe Acrobat Reader to edit the pdf documents and you have to pay and buy non-free Adobe Acrobat product in order to be able to manipulate the pdf files. You can also use Adobe Photoshop for that purpose but it is not convenient to edit pdf files with Photoshop as it is with Adobe Acrobat.</p>
<p>In Linux, there are a couple of other (of course free) ways to edit a pdf file. The first way is to use <a target="_blank" href="http://pdfedit.petricek.net/pdfedit.index_e">PDFEdit</a> package which is built specifically for this purpose. You can download the package from <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=177354&#38;package_id=204368">here</a> free of charge. Here you can see some <a target="_blank" href="http://pdfedit.petricek.net/pdfedit.ss_e">screenshots</a> of the program. The editing can be done by using GUI and/or scripts. Many of the properties of most object within the pdf files can be edited by this package. For some purposes, I found PDFEdit even more powerful than Adobe Acrobat.</p>
<p>Another less-powerful package for simple editing of pdf files is <a target="_blank" href="http://www.pdfhacks.com/pdftk/">pdftk</a>. Simple tasks such as splitting and merging of pdf files (and a couple of other tasks) can be done by using this package.</p>
<p>The other way of editing pdf files is to use graphical softwares such as <a target="_blank" href="http://www.xfig.org/">Xfig</a> and <a target="_blank" href="http://www.ecademix.com/JohannesHofmann/flpsed.html">flpsed</a>. These softwares are not primarily designed for editing of pdf files but still can be used for pdf editing. See this<a target="_blank" href="http://www.linux.com/articles/113907"> article</a> about how to edit pdf files in Linux using these two packages.</p>
<p>There are other approaches to pdf editing in Linux. For example, see this <a target="_blank" href="http://alan.aspuru.com/archives/2005/12/26/how-to-edit-a-pdf-file-in-linux/">writing</a> about how to edit pdf files in Linux. Other methods are out there as well. Give it a Google try!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Modificare PDF con Ubuntu ]]></title>
<link>http://danieleparlante.wordpress.com/2007/08/01/modificare-pdf-con-ubuntu/</link>
<pubDate>Wed, 01 Aug 2007 13:06:12 +0000</pubDate>
<dc:creator>Daniele</dc:creator>
<guid>http://danieleparlante.wordpress.com/2007/08/01/modificare-pdf-con-ubuntu/</guid>
<description><![CDATA[Vi è mai capitato di avere la necessità di modificare un file PDF esistente? Esistono svariati siste]]></description>
<content:encoded><![CDATA[Vi è mai capitato di avere la necessità di modificare un file PDF esistente? Esistono svariati siste]]></content:encoded>
</item>

</channel>
</rss>
