<?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 : PDF preflight</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 : PDF preflight]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 01:33:00 +0000</pubDate>
  <lastBuildDate>Thu, 29 Mar 2007 08:48:58 +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=694</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[PDF preflight : Hi Deus!You&amp;#039;re right. That&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-preflight_topic694_post3343.html#3343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 29 Mar 07 at 8:48AM<br /><br />Hi Deus!<br><br>You're right. That's not possible with QuickPDF. But ...<br>To get the color schemes you can use this (Delphi):<br>Edit1.Text contains the filename...<br><br>&nbsp;&nbsp; var textcomplete : String;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fs : TFileStream;<br>// . . .<br><br>&nbsp;&nbsp; FileSetAttr(Trim(Edit1.Text), faArchive);<br><br>// . . .<br><br>&nbsp;&nbsp; textcomplete := '';<br>&nbsp;&nbsp; fs := TFileStream.Create(Edit1.Text,fmOpenRead+fmShareDenyWrite);<br>&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbsp; SetLength(textcomplete,fs.Size);<br>&nbsp;&nbsp;&nbsp;&nbsp; fs.Read(PChar(textcomplete)^,fs.Size);<br>&nbsp;&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp; fs.Free;<br>&nbsp;&nbsp; end;<br><br>// . . .<br><br>&nbsp;&nbsp; If Pos('/Device', textcomplete) &gt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cscheme.Text := System.Copy(textcomplete, Pos('/Device', textcomplete) + 7, 4);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cscheme.Text := Trim(cscheme.text);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>&nbsp;&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cscheme.Text := 'Nothing';<br><br><br>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 08:48:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-preflight_topic694_post3343.html#3343</guid>
  </item> 
  <item>
   <title><![CDATA[PDF preflight : Hi All ,   Im using iSED library...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-preflight_topic694_post3342.html#3342</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=613">deus</a><br /><strong>Subject:</strong> 694<br /><strong>Posted:</strong> 29 Mar 07 at 5:48AM<br /><br />Hi All , <DIV>&nbsp;</DIV><DIV>Im using iSED library for color space detection of the PDF's. In other words i want to make a&nbsp;"simple" logic that will decide&nbsp;whatever the pdf is in color or black/white.&nbsp;I don't know how to achive this? I doubt if iSED library is able to extract that info from the pdf correct me if im wrong.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance </DIV><DIV>Deus</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 05:48:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-preflight_topic694_post3342.html#3342</guid>
  </item> 
 </channel>
</rss>