<?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>pdf转换 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/pdf%E8%BD%AC%E6%8D%A2/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Fri, 04 Sep 2020 15:27:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>ubuntu下工具pdftoppm代替pdfimages转换pdf为jpeg或者png</title>
		<link>https://moneyslow.com/ubuntu%e4%b8%8b%e5%b7%a5%e5%85%b7pdftoppm%e4%bb%a3%e6%9b%bfpdfimages%e8%bd%ac%e6%8d%a2pdf%e4%b8%bajpeg%e6%88%96%e8%80%85png.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 15:25:23 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[pdftoppm]]></category>
		<category><![CDATA[pdf转换]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=11449</guid>

					<description><![CDATA[假设有批量pdf文件，需要转为jpeg文件，按pdf文件名称建立目录，把图片放到目录下，以阿拉伯数字命名。 #!/bin/bash find . -type f -name \*.pdf &#124;awk -F "/" '{print $2}' &#62; allpdf.lst for file in `cat allpdf.lst` do mkdir ${file%%.pdf}; echo "pdf name is: " $file echo "mkdir is: " ${file%%.pdf} pdftoppm -jpeg $file goodluck #pdfimages -j $file ${file%%.pdf} rename 's/goodluck-00//' *.jpg rename 's/goodluck-0//' *.jpg rename 's/goodluck-//' *.jpg mv *.jpg ${file%%.pdf}/ done; [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
