<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Extracting images from pdf</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Extracting images from pdf]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 15:16:25 +0000</pubDate>
  <lastBuildDate>Wed, 29 Apr 2009 15:06:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=1069</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Extracting images from pdf :  Hi!You can read all about this...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5028.html#5028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1069<br /><strong>Posted:</strong> 29 Apr 09 at 3:06PM<br /><br /><span style="font-weight: bold;">Hi!<br><br>You can read all about this case in the online-documentation at:<br>http://www.quickpdflibrary.com/help/quickpdf/FunctionGroups.php<br>in section:<br>"Rendering and printing"<br>for your job you can take the functions:<br>"RenderDocumentToFile" and<br>"RenderPageToFile".<br>If you don't want to write on disc you can use better<br>"RenderPageToStream" to go on working with the content.<br><br>Cheers, Ingo<br><br><br></span><span style="font-size:10px"><br /><br />Edited by Ingo - 29 Apr 09 at 3:09PM</span>]]>
   </description>
   <pubDate>Wed, 29 Apr 2009 15:06:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5028.html#5028</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting images from pdf :  Is there a way to convert a...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5027.html#5027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1038">Hbaloo</a><br /><strong>Subject:</strong> 1069<br /><strong>Posted:</strong> 29 Apr 09 at 12:48PM<br /><br />Is there a way to convert a pdf to a bmp ? If so, how?<br>What is the diffrence between saving an img in the pdf to file if i put it there in the program, or i loaded the pdf and the picture was included?<br>Thanks for help!<img src="http://www.quickpdf.org/forum/smileys/smiley20.gif" border="0" align="absmiddle" alt="Thumbs%20Up" /><br>edit:i don't really need it to save on the disk, but i have to use it in a Bitmap format, maybe it's possible to create a Bitmap variable from the selected image in the document?<br><span style="font-size:10px"><br /><br />Edited by Hbaloo - 29 Apr 09 at 12:57PM</span>]]>
   </description>
   <pubDate>Wed, 29 Apr 2009 12:48:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5027.html#5027</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting images from pdf :  Hi!As far as i know there isn&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5010.html#5010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1069<br /><strong>Posted:</strong> 27 Apr 09 at 11:37AM<br /><br />Hi!<br><br>As far as i know there isn't a documented function for complete imageextraction. The functions have only affect to the images you've inserted yourself before.<br><br>Cheers, Ingo<br><span style="font-size:10px"><br /><br />Edited by Ingo - 27 Apr 09 at 11:38AM</span>]]>
   </description>
   <pubDate>Mon, 27 Apr 2009 11:37:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5010.html#5010</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting images from pdf : I use FindImages to make sure...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5007.html#5007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1038">Hbaloo</a><br /><strong>Subject:</strong> 1069<br /><strong>Posted:</strong> 27 Apr 09 at 10:40AM<br /><br />I use FindImages to make sure program detects the pictures, it gives me the correct number(for example this will be x).I use getimageID to get the id of pictures numbered 1 to x.(it seemes that it could get the id of the pictures, it's a quite long number as i rembeber).when i get an ID i use SelectImag, the return value is 1 indicating it's correct.Then i call ImageType, which tells me it's a bmp, which i would like to use in the future so it's perfect.Then comes SaveImagetoFile.It returns 1 , so it should be okay, but it's still just a black page. Here's my code for better understanding(altough it's a bit messy):<br>&nbsp;MentMappa = "C:\\";<br>&nbsp;for (int i = 0; i &lt; konyvtar.QuickPDFPageCount(ID); i++)//every page consists of 1 picture,FindImages gives me the number of the images which is equal to the pagenukber so it's correct<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int kepszam = konyvtar.QuickPDFFindImages(ID);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kepetment = MentMappa + "tmpkep"+(i + 1) + ".bmp";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int imgid = konyvtar.QuickPDFGetImageID(ID, i + 1);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int kepv = konyvtar.QuickPDFSelectImage(ID, imgid);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int keptipus = konyvtar.QuickPDFImageType(ID);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int sikeresmentes=konyvtar.QuickPDFSaveImageToFile(ID, Kepetment);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Esetleg a képbol kivagom amegfelol reszt<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BeKep = new Bitmap(Kepetment);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // and so on ... <br>}<br>]]>
   </description>
   <pubDate>Mon, 27 Apr 2009 10:40:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5007.html#5007</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting images from pdf : Hi!Which function you&amp;#039;re...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5005.html#5005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1069<br /><strong>Posted:</strong> 26 Apr 09 at 3:28PM<br /><br />Hi!<br>Which function you're using? Which is the imagetype? With SaveImageToFile only jpg, bmp and tiff are okay. You can test before the type with ImageType.<br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Sun, 26 Apr 2009 15:28:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5005.html#5005</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting images from pdf : Hy,I have a pdf file,where every...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5004.html#5004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1038">Hbaloo</a><br /><strong>Subject:</strong> 1069<br /><strong>Posted:</strong> 26 Apr 09 at 1:55PM<br /><br />Hy,<br>I have a pdf file,where every page is an image.I'm having trouble saving these images on-by-one to my hard disk. I tried getting the id of the img, selecting by id then saving it, averythin looks great, return values are OK, but&nbsp; the saved picture is black page.Can you help me Please?<br>]]>
   </description>
   <pubDate>Sun, 26 Apr 2009 13:55:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-images-from-pdf_topic1069_post5004.html#5004</guid>
  </item> 
 </channel>
</rss>