<?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>Opensourcetutor.com &#187; Design</title>
	<atom:link href="http://www.opensourcetutor.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcetutor.com</link>
	<description>On Linux, Web Development, Joomla and Magento commerce</description>
	<lastBuildDate>Wed, 28 Jul 2010 05:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>An Open Source PDF Editor for Windows, Mac &amp; Linux</title>
		<link>http://www.opensourcetutor.com/2009/10/01/an-open-source-pdf-editor-for-windows-mac-linux/</link>
		<comments>http://www.opensourcetutor.com/2009/10/01/an-open-source-pdf-editor-for-windows-mac-linux/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 05:26:59 +0000</pubDate>
		<dc:creator>salubrium</dc:creator>
				<category><![CDATA[Cross-Platform]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[pdf editing]]></category>
		<category><![CDATA[pdf editor]]></category>
		<category><![CDATA[pdfcreator]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[pdftops]]></category>
		<category><![CDATA[ps2pdf]]></category>

		<guid isPermaLink="false">http://www.opensourcetutor.com/2009/10/01/an-open-source-pdf-editor-for-windows-mac-linux/</guid>
		<description><![CDATA[Bla bla bla]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9469051832075629";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-05-22: opensourcetutor.com
google_ad_channel = "3549963802";
google_color_border = "FFF";
google_color_bg = "FFF";
google_color_link = "333";
google_color_text = "CCCCCC";
google_color_url = "999999";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>I have previous written about PDF Editors for Windows and Linux <a href="http://www.opensourcetutor.com/2007/08/20/open-source-pdf-editor-for-linux-and-a-windows-one-but-not-oss/" target="_blank">here</a> and <a href="http://www.opensourcetutor.com/2007/09/01/open-source-pdf-editor-part-2/" target="_blank">here</a>, so this is, in effect Part 3.</p>
<p>I have used <a href="http://extensions.services.openoffice.org/project/pdfimport" target="_blank">OpenOffice PDF Import Extension</a>, <a href="http://pdfedit.petricek.net/en/index.html" target="_blank">PDFEdit</a> and numerous other tools listed in my first posts but nothing works as well as the latest <a href="http://www.inkscape.org" target="_blank">Inkscape</a>. It has one downside though, right now. That is, you can only edit one page at a time.</p>
<p>So here&#8217;s a <a href="http://www.myacrobatpdf.com/743/php-handout.html#" target="_blank">random PDF</a> I found by googling for random PDF ;). Here&#8217;s a shot of the first page in my PDF Viewer (evince).</p>
<p><img src="http://www.opensourcetutor.com/wp-content/uploads/2009/10/inkscape_post11.png" height="459" width="515" /></p>
<p>Now we open Inkscape click File -&gt; Open and you will see the following dialogue box where we can choose which page to import.</p>
<p><img src="http://www.opensourcetutor.com/wp-content/uploads/2009/10/inkscape_post2.png" height="331" width="451" /></p>
<p>Now you can see that the page imported perfectly into Inkscape and objects are editable.</p>
<p><img src="http://www.opensourcetutor.com/wp-content/uploads/2009/10/inkscape_post3.png" height="653" width="571" /></p>
<p>and finally, here&#8217;s our slightly edited, more up-to-date version.</p>
<p><img src="http://www.opensourcetutor.com/wp-content/uploads/2009/10/inkscape_post4.png" height="656" width="572" /></p>
<p>A few other tips.</p>
<p>Inkscape won&#8217;t import encrypted PDF&#8217;s. To get around this you can use pdftops <file_name>.pdf which turns the PDF into a Postscript file. You can then use ps2pdf </file_name><file_name>.ps to return the file back into an unencrypted pdf.</p>
<p>On Linux, you can print to PDF automatically. On Windows, you will want to have installed a PDF Printer, like <a href="http://sourceforge.net/projects/pdfcreator/" target="_blank">PDFCreator</a> and on Mac OSX, <a href="http://www.macosxhints.com/article.php?story=2007082812233971http://www.macosxhints.com/article.php?story=2007082812233971" target="_blank">read this tutorial</a> about setting up a free PDF printer.</p>
<p>If you need to merge multiple PDF&#8217;s into a single PDF, there is a nice tool called <a href="http://www.accesspdf.com/pdftk/" target="_blank">PDFtk</a> that can do that for you which is available for Windows, MacOSX and Linux.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9469051832075629";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-05-22: opensourcetutor.com
google_ad_channel = "3549963802";
google_color_border = "FFF";
google_color_bg = "FFF";
google_color_link = "333";
google_color_text = "CCCCCC";
google_color_url = "999999";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/open%20source" rel="tag">open source</a>, <a class="performancingtags" href="http://technorati.com/tag/pdf%20editor" rel="tag">pdf editor</a>, <a class="performancingtags" href="http://technorati.com/tag/pdf%20editing" rel="tag">pdf editing</a>, <a class="performancingtags" href="http://technorati.com/tag/inkscape" rel="tag">inkscape</a>, <a class="performancingtags" href="http://technorati.com/tag/pdfcreator" rel="tag">pdfcreator</a>, <a class="performancingtags" href="http://technorati.com/tag/pdftk" rel="tag">pdftk</a>, <a class="performancingtags" href="http://technorati.com/tag/ps2pdf" rel="tag">ps2pdf</a>, <a class="performancingtags" href="http://technorati.com/tag/pdftops" rel="tag">pdftops</a></p>
<p></file_name></p>
</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=05613174-2718-85b5-8322-baebbb327194" /></div>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.opensourcetutor.com/2009/10/01/an-open-source-pdf-editor-for-windows-mac-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting and Managing Free Fonts for Linux &#8211; aimed at Ubuntu</title>
		<link>http://www.opensourcetutor.com/2009/04/05/getting-and-managing-free-fonts-for-linux-aimed-at-ubuntu/</link>
		<comments>http://www.opensourcetutor.com/2009/04/05/getting-and-managing-free-fonts-for-linux-aimed-at-ubuntu/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 04:37:33 +0000</pubDate>
		<dc:creator>salubrium</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Internet Goodness]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Unix & Solaris]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.opensourcetutor.com/2009/04/05/getting-and-managing-free-fonts-for-linux-aimed-at-ubuntu/</guid>
		<description><![CDATA[



One area sadly lacking in most Linux installs is the availability of really nice fonts useful for design and great fonts are not cheap, circa $150 for a font set. Best all in one location for getting great free fonts, I think is www.fawnt.com
If Ubuntu really wants to have a go at competing with the Mac, this is certainly an area that needs improving.
You can install fonts system wide by dropping them (or folders of font families) into /usr/share/fonts or alternatively, kfontviewer a KDE application will give you a nice ...]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9469051832075629";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-05-22: opensourcetutor.com
google_ad_channel = "3549963802";
google_color_border = "FFF";
google_color_bg = "FFF";
google_color_link = "333";
google_color_text = "CCCCCC";
google_color_url = "999999";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>One area sadly lacking in most Linux installs is the availability of really nice fonts useful for design and great fonts are not cheap, circa $150 for a font set. Best all in one location for getting great free fonts, I think is <a href="http://www.fawnt.com/" target="_blank">www.fawnt.com</a></p>
<p>If Ubuntu really wants to have a go at competing with the Mac, this is certainly an area that needs improving.</p>
<p>You can install fonts system wide by dropping them (or folders of font families) into /usr/share/fonts or alternatively, kfontviewer a KDE application will give you a nice gui for installing fonts.</p>
<p>Need to manage large amounts of fonts on Linux? Try <a href="http://www.fontmatrix.net/" target="_blank">Fontmatrix</a></p>
<p><code>sudo apt-get install fontmatrix</code></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Graphic%20Design" rel="tag">Graphic Design</a>, <a class="performancingtags" href="http://technorati.com/tag/Fonts" rel="tag">Fonts</a>, <a class="performancingtags" href="http://technorati.com/tag/Free" rel="tag">Free</a>, <a class="performancingtags" href="http://technorati.com/tag/Web%20Design" rel="tag">Web Design</a></p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.opensourcetutor.com/2009/04/05/getting-and-managing-free-fonts-for-linux-aimed-at-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
