<?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 : 5 ImageFiles to one 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 : 5 ImageFiles to one PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 03:47:46 +0000</pubDate>
  <lastBuildDate>Tue, 08 Nov 2016 21:34:36 +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=3404</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[5 ImageFiles to one PDF : I did understand you ...I&amp;#039;ve...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13541.html#13541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 08 Nov 16 at 9:34PM<br /><br />I did understand you ...<div>I've written "...<span style="line-height: 16.8px; : rgb251, 251, 253;">Here's an easy sample dealing with one image but you can put the code into a loop gathering more images:...".</span></div><div><span style=": rgb251, 251, 253;">And i see that you've done it with success ;-)</span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;">At a second step you can check if tiff-files have more than one image inside and render each of it on a separate pdf-page...</span></div><div><span style=": rgb251, 251, 253;"><br></span></div>]]>
   </description>
   <pubDate>Tue, 08 Nov 2016 21:34:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13541.html#13541</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF :  Hello,But I know how I must...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13540.html#13540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2892">luet</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 08 Nov 16 at 12:45PM<br /><br /><span id="result_" ="" ="-1" lang="en"><span>Hello,</span><br><span>But I know how I must look.</span><br><span>But you did not quite understand me.</span><br><span>The question was not how do I get from one picture to one PDF file.</span><br><span>But how do I get more than one picture (5 pictures) in a PDF file!</span><br><span>And there is still no example of this.</span><br><span ="">By trying, I managed to find the solution, which was very easy afterwards.</span><br><span>Here is my code:<br><br>For n = 1 to Filecount<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exten = LCase(Mid(Datei (n), InStrRev(Datei(n), ".")))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If (GetAttrW(path&amp; Datei(n)) And vbDirectory) = vbDirectory Then<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ElseIf InStr(".jpg.jpeg.jpe.jfif.gif.tif.tiff.png.wmf.bmp.emf", exten) &gt; 0&nbsp; Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nummer = Nummer + 1<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Nummer = 1 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DocID1 = QPdf.NewDocument()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPdf.AddImageFromFile path &amp; Datei(n), 0 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lWidth = QPdf.ImageWidth() * size<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lHeight = QPdf.ImageHeight() * size<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPdf.SetPageDimensions lWidth, lHeight <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPdf.DrawImage 0, lHeight, lWidth, lHeight '// Store the updated PDF where you like<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QPdf.NewPage<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; QPdf.DeletePages QPdf.PageCount, 1<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lRet = QPdf.SaveToFile(NewFilename)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br></span></span>]]>
   </description>
   <pubDate>Tue, 08 Nov 2016 12:45:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13540.html#13540</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF : I think you don&amp;#039;t know how...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13539.html#13539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 07 Nov 16 at 8:02PM<br /><br />I think you don't know how to search?<div><br></div><div><div>Take an empty pdf or create an initial one with an empty page and then use this sample:</div><div>http://www.debenu.com/kb/add-images-pdf-programmatically/</div><div>It won't feed your needs in detail but you can modificate it.</div><div><br></div><div>Here's an easy sample dealing with one image but you can put the code into a loop gathering more images:</div><div>http://www.debenu.com/kb/convert-an-image-to-a-pdf-programmatically/</div><div><br></div><div>Here's an aditional thread giving you an idea what's possible with QuickPDF:</div><div>http://www.quickpdf.org/forum/add-300dpi-image-to-pdf_topic2564.html</div><div><br></div><div>I've searched for these three ressources from here:</div><div>http://www.debenu.com/docs/pdf_library_reference/Search.php</div><div>...with the search string "image to pdf".</div><div><br></div></div>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 20:02:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13539.html#13539</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF : Hi Luet,it&amp;#039;s often like this.People...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13538.html#13538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 07 Nov 16 at 7:52PM<br /><br />Hi Luet,<div><br></div><div>it's often like this.</div><div>People asking for help...</div><div>and if they are ready there isn't the time to post a sample into the samples section.</div><div>That's why there are less samples :(</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 19:52:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13538.html#13538</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF :  Thanks Ingo, that you are there...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13537.html#13537</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2892">luet</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 07 Nov 16 at 9:27AM<br /><br /><span id="result_" ="" ="-1" lang="en"><span>Thanks Ingo, that you are there for this forum.</span><br><span>That's great.</span><br><span>But there are just too few examples in the Developer Guide, kb-articles and in the online reference.</span><br><span>This is a real shortcoming, so I ask here in the forum.</span><br><br><span ="">But I have now developed a solution and everything is going well now.</span><br><span ="">thank you<img src="http://www.quickpdf.org/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /></span></span>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 09:27:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13537.html#13537</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF :  This is known to me.But I would...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13536.html#13536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2892">luet</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 07 Nov 16 at 7:33AM<br /><br /><span id="result_" ="" ="-1" lang="en"><span ="">This is known to me.</span><br><span ="">But I would like to bring 5 pictures into a single PDF.</span><br><span ="">There is no article, example or hint.</span><br><span ="">Nowhere...<br><br>thanks Ingo<br></span></span>]]>
   </description>
   <pubDate>Mon, 07 Nov 2016 07:33:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13536.html#13536</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF : Hi Luet,i think you don&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13535.html#13535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 06 Nov 16 at 10:40PM<br /><br />Hi Luet,<div><br></div><div>i think you don't know that there are online resources with kb-articles, online reference and so on.</div><div>Simply go on the official support pages to check this out.</div><div>The developer guide you've got with installation, too.</div><div>QP offers functionalities to render each iamge into a pdf-page and putting these pdf-pages into one new pdf.</div><div><br></div>]]>
   </description>
   <pubDate>Sun, 06 Nov 2016 22:40:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13535.html#13535</guid>
  </item> 
  <item>
   <title><![CDATA[5 ImageFiles to one PDF : Hi,Is it possible to convert 5...]]></title>
   <link>http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13534.html#13534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2892">luet</a><br /><strong>Subject:</strong> 3404<br /><strong>Posted:</strong> 06 Nov 16 at 10:37PM<br /><br />Hi,<br><br><span id="result_" ="" ="-1" lang="en"><span>Is it possible to convert 5 image files (JPG) into a new PDF file (only one PDF)?</span><br><span ="">Thanks for help and a few lines of code<br><br>luet<br></span></span>]]>
   </description>
   <pubDate>Sun, 06 Nov 2016 22:37:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/5-imagefiles-to-one-pdf_topic3404_post13534.html#13534</guid>
  </item> 
 </channel>
</rss>