<?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 : Rerender existing PDFs</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 : Rerender existing PDFs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:38:10 +0000</pubDate>
  <lastBuildDate>Mon, 25 Apr 2016 13:12:10 +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=3302</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[Rerender existing PDFs : Hi Ingo,thx for your help!Regards,Martin...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13200.html#13200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2835">martin.weigl</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 25 Apr 16 at 1:12PM<br /><br />Hi Ingo,<div><br></div><div>thx for your help!</div><div><br></div><div>Regards,</div><div>Martin</div>]]>
   </description>
   <pubDate>Mon, 25 Apr 2016 13:12:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13200.html#13200</guid>
  </item> 
  <item>
   <title><![CDATA[Rerender existing PDFs : Hi Martin,it&amp;#039;s not difficult.Take...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13199.html#13199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 22 Apr 16 at 10:28PM<br /><br />Hi Martin,<div><br></div><div>it's not difficult.</div><div>Take few relevant pdf-files and have a look directly inside with - for example - notepad.</div><div>Keep in mind the relevant devicetags you've found.</div><div>Then you can build a routine... reading the pdf-file into a stream and doing a fulltextsearch (with your tags) on the stream.</div><div>Additionally you should search for strings like&nbsp;</div><div>&lt;&lt;/BitsPerComponent</div><div>/ColorSpace 291</div><div>&lt;&lt;/BitsPerComponent 8/ColorSpace 291</div><div>or rdf-content like this:</div><div>dc:format="image/jpeg"</div><div>...or any other similar string.</div><div><br></div><div>What i've found searching for you in ONE pdf was the next:</div><div>&lt;&lt;/BitsPerComponent 8/ColorSpace 293</div><div>...and few lines later:</div><div>&lt;&lt;/BitsPerComponent 8/ColorSpace/DeviceRGB/</div><div>...and later this:</div><div>&lt;&lt;/BitsPerComponent 8/ColorSpace/DeviceGray/</div><div><br></div><div>To determine if coloured objects were used or if device-tags were used can be a different issue.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 22 Apr 2016 22:28:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13199.html#13199</guid>
  </item> 
  <item>
   <title><![CDATA[Rerender existing PDFs : Hi Ingo,thx for ur reply. The...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13196.html#13196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2835">martin.weigl</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 22 Apr 16 at 7:58AM<br /><br />Hi Ingo,<div><br></div><div>thx for ur reply. The problem is (as you mentioned &#091;URL=http://www.quickpdf.org/forum/topic3314_post13194.html#13194&#093;here&#091;URL&#093;), that the PDFs metadata identifies the PDF as "CMYK", alltough it has some RGB elements embedded.</div><div>That's the problem that I need to detect (without correcting it, simply detecting ist is enough).</div><div><br></div><div><br></div><div>Regars,</div><div>Martin</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 22 Apr 2016 07:58:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13196.html#13196</guid>
  </item> 
  <item>
   <title><![CDATA[Rerender existing PDFs : Hi Martin,embedded images you...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13195.html#13195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 21 Apr 16 at 9:22PM<br /><br />Hi Martin,<div><br></div><div>embedded images you can extract from pdf-pages, converting them outside with other third party tools.</div><div>Rectangles, circles and so on are not graphic objects but only scriptcode - you can't extract things like this.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 21 Apr 2016 21:22:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13195.html#13195</guid>
  </item> 
  <item>
   <title><![CDATA[Rerender existing PDFs :  Hi Ingo,thx for ur reply. Theinfo...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13192.html#13192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2835">martin.weigl</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 21 Apr 16 at 12:22PM<br /><br />Hi Ingo,<div>&nbsp;</div><div>thx for ur reply. The&nbsp;info was not exactly what I was looking for:</div><div>I need to convert elements of existing PDF files from the RGB color space into colors of the CMYK color space. If there is some way to do so (i. e. render the existing PDF element-by-element into a new one converting the colors), please let me know.</div><div>Is there a way to&nbsp;fetch all elements (rectangles, circles, texts, etc.) out of a PDF file?</div><div>&nbsp;</div><div>Regards, </div><div>Martin</div><span style="font-size:10px"><br /><br />Edited by martin.weigl - 21 Apr 16 at 12:22PM</span>]]>
   </description>
   <pubDate>Thu, 21 Apr 2016 12:22:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13192.html#13192</guid>
  </item> 
  <item>
   <title><![CDATA[Rerender existing PDFs : Hi Martin,About manual converting/calculating...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13153.html#13153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 07 Apr 16 at 8:39PM<br /><br />Hi Martin,<div><br></div><div><div>About manual converting/calculating RGB-values to CMYK you can read in this thread:</div><div>http://www.quickpdf.org/forum/edit-pdf-text_topic1378.html</div><div>For example to set the text color in CMYK you can use SetTextColorCMYK:</div><div>http://www.debenu.com/docs/pdf_library_reference/SetTextColorCMYK.php</div><div>In the online reference you'll find in the section "color" many CMYK-functions:</div><div>http://www.debenu.com/docs/pdf_library_reference/Color.php</div></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 07 Apr 2016 20:39:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13153.html#13153</guid>
  </item> 
  <item>
   <title><![CDATA[Rerender existing PDFs :  Hello all,i have PDF files containing...]]></title>
   <link>http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13150.html#13150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2835">martin.weigl</a><br /><strong>Subject:</strong> 3302<br /><strong>Posted:</strong> 07 Apr 16 at 1:44PM<br /><br />Hello all,<div>&nbsp;</div><div>i have PDF files containing elements (Rectangles, Texts, etc. - no images!) in the RGB color space. I need to convert these PDFs to the CMYK color space. Is there any possibility to somehow convert existing PDFs or iterate through them redrawing them to new files or anything else that I could use in order to receive PDFs in CMYK color space?</div><div>&nbsp;</div><div>Regards,</div><div>Martin</div>]]>
   </description>
   <pubDate>Thu, 07 Apr 2016 13:44:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rerender-existing-pdfs_topic3302_post13150.html#13150</guid>
  </item> 
 </channel>
</rss>