<?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>Linux İpuçları &#187; pdf</title>
	<atom:link href="http://www.linuxipuclari.com/tag/pdf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxipuclari.com</link>
	<description>Linux Hakkında Pratik İpuçları</description>
	<lastBuildDate>Sat, 24 Apr 2010 21:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CHM to PDF Converter in Linux</title>
		<link>http://www.linuxipuclari.com/genel/chm-to-pdf-converter-in-linux</link>
		<comments>http://www.linuxipuclari.com/genel/chm-to-pdf-converter-in-linux#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:08:56 +0000</pubDate>
		<dc:creator>Gaffar Durmaz</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[chm]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.linuxipuclari.com/?p=900</guid>
		<description><![CDATA[Çok değerli okuyucularımız ve linux severler, yine güzel bir konu ile sizlerle karşı karşıya olmaktan büyük bir mutluluk duyuyorum :) Gerçekten de birkaç hafta oldu yazmayalı ama inanın kendini bir eksik hissediyor insan bu durumlarda.. Bugün yine linux ipuçlarından birine değinmek istiyorum. IT alanında hayatımızın uzayıp gideceğini düşünerek internet ile içli dışlı bu uzun yolu [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Çok değerli okuyucularımız ve linux severler, yine güzel bir konu ile sizlerle karşı karşıya olmaktan büyük bir mutluluk duyuyorum :) Gerçekten de birkaç hafta oldu yazmayalı ama inanın kendini bir eksik hissediyor insan bu durumlarda..</p>
<p>Bugün yine linux ipuçlarından birine değinmek istiyorum. IT alanında hayatımızın uzayıp gideceğini düşünerek internet ile içli dışlı bu uzun yolu düşe kalka araştırmalar ile geçiriyoruz. Tabi bu aşamalarda kendimizi geliştirmek amaçlı bir çok yeni şey öğrenmeye çalışıyoruz. Durmadan birşeyler takip ederken bir çok dosya, döküman vs. okuyoruz. Bazen bu dökümanlar istediğimiz formatta olmuyor malesef :S Tıpkı çoğu büyük dökümanın CHM formatında web üzerinden kullanıcılara sunulması gibi.. </p>
<p>İşte bugün CHM dosyalarının nasıl PDF e çevrileceğini anlatacağım. Linux üzerinde bir çok program gördüm bu konu için. Ama basit kullanışlı ve rahat hissettiğim bir tanesini de burda paylaşmak istedim.<br />
Öncelikle <strong>chm2pdf</strong> programını kuralım. oldukça küçük bir paket :)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> chm2pdf</pre></div></div>

<p>Evet kurulumdan sonra yapmamız gereken şey bir chm dosyası bulmak. Diyelimki eliniz de <strong>x.chm</strong> dosyası var. bunu <strong>x.pdf</strong> yapmak için aşağıdaki komutu kullanmak yeterli</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">chm2pdf <span style="color: #660033;">--book</span> x.chm</pre></div></div>

<p>Bu şekilde otomatik olarak <strong>x.pdf</strong> olarak işlem tamamlanacaktır.<br />
<strong>chm2pdf</strong> komutunun parametreleri ve kullanımı için <strong>man</strong> sayfalarına bakabilirsiniz veya yine</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">man</span> chm2pdf</pre></div></div>

<p>diyerek görüntüleyebilirsiniz.</p>
<p>Pekala hepinize iyi çalışmalar derken, Linux ile işlerinizin çok hızlı ve muntazam geçmesini diliyorum..<br />
Saygılar..
<p><strong style="color:#999;">Bu yazıyı beğendiyseniz, diğer yazılarımıza da <a href="http://www.linuxipuclari.com">Linuxipuclari.com</a> adresinden ulaşabilirsiniz.</strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxipuclari.com/genel/chm-to-pdf-converter-in-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bazı PDF dökümanlarının içeriğini göremiyorum. Ne yapmalıyım?</title>
		<link>http://www.linuxipuclari.com/genel/bazi-pdf-dokumanlarinin-icerigini-goremiyorum-ne-yapmaliyim</link>
		<comments>http://www.linuxipuclari.com/genel/bazi-pdf-dokumanlarinin-icerigini-goremiyorum-ne-yapmaliyim#comments</comments>
		<pubDate>Tue, 09 Jun 2009 07:49:50 +0000</pubDate>
		<dc:creator>Ali Soğukpınar</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Gezegen]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.linuxipuclari.com/?p=407</guid>
		<description><![CDATA[Bu sabah elime geçen pdf dökümanını açmaya kalktığımda garip bir mesajla karşılaştım ve dökümanın içeriğini göremedim. Please wait&#8230; If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document. You can upgrade to the latest version of Adobe Reader [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Bu sabah elime geçen pdf dökümanını açmaya kalktığımda garip bir mesajla karşılaştım ve dökümanın içeriğini göremedim.</p>
<blockquote><p>
Please wait&#8230;<br />
If this message is not eventually replaced by the proper contents of the document, your PDF<br />
viewer may not be able to display this type of document.<br />
You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by<br />
visiting http://www.adobe.com/products/acrobat/readstep2.html.<br />
For more assistance with Adobe Reader visit http://www.adobe.com/support/products/<br />
acrreader.html.<br />
Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark<br />
of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other<br />
countries.</p></blockquote>
<p>Ufak bir araştırmadan sonra ilgili dökümanın yeni bir dosya formatında olduğunu ve linux pdf okuyucuların bu formatı şimdilik desteklemediğini buldum.</p>
<p><a href="https://bugs.freedesktop.org/show_bug.cgi?id=20490">freedesktop</a> ve <a href="https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/321720">ubuntu</a> hata raporlarından konu hakkında daha fazla bilgi alabilirsiniz.</p>
<p>Çözüm için şimdilik Adobe firmasının kendi pdf okuyucusunu kurdum. Adobe sürümünü  <a href="http://www.adobe.com/support/downloads/product.jsp?product=10&#038;platform=unix">bu adresten </a> indirebilirsiniz.</p>
<p><strong style="color:#999;">Bu yazıyı beğendiyseniz, diğer yazılarımıza da <a href="http://www.linuxipuclari.com">Linuxipuclari.com</a> adresinden ulaşabilirsiniz.</strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxipuclari.com/genel/bazi-pdf-dokumanlarinin-icerigini-goremiyorum-ne-yapmaliyim/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
