<?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 : DrawText as black only</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 : DrawText as black only]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 17:41:04 +0000</pubDate>
  <lastBuildDate>Wed, 08 Oct 2014 10:49:13 +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=2975</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[DrawText as black only : Erico,When you call QP.SelectPage...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12049.html#12049</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2975<br /><strong>Posted:</strong> 08 Oct 14 at 10:49AM<br /><br />Erico,<div><br></div><div>When you call QP.SelectPage then we have no idea what the current defaults are for the new page so you need to call the drawing functions to select pens, linewidth, fonts, NormalizePage, SetPageSize, colours etc.</div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Wed, 08 Oct 2014 10:49:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12049.html#12049</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText as black only : Thanks Ingo and Andrew for taking...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12044.html#12044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2631">erico</a><br /><strong>Subject:</strong> 2975<br /><strong>Posted:</strong> 07 Oct 14 at 3:38PM<br /><br />Thanks Ingo and Andrew for taking the time to respond. You steered me in the right direction.<br>I've now solved my problem. It appears changing pages resets the text color to a default<b> 0/0/0 RGB black,</b> which is not the same as 0/0/0/1 CMYK black for color separation purposes.<br><br>This does not work:<br><br>SetTextColorCMYK(0,0,0,1)<br>for each(Page in myDocument)<br>{<br>&nbsp; SelectPage(page)<br>&nbsp; DrawText(x,y,"sting")<br>}<br><br>This does:<br>for each(Page in myDocument)<br>{<br>&nbsp; SelectPage(page)<br>&nbsp; SetTextColorCMYK(0,0,0,1)<br>&nbsp; DrawText(x,y,"string")<br>}<br>]]>
   </description>
   <pubDate>Tue, 07 Oct 2014 15:38:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12044.html#12044</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText as black only :  Hi Erico,but SetTextColor(0,...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12020.html#12020</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2975<br /><strong>Posted:</strong> 26 Sep 14 at 12:26PM<br /><br />Hi Erico,<div>&nbsp;</div><div>but SetTextColor(0, 0, 0) will be black - that's what you want?</div><div>&nbsp;</div><div>Cheers and welcome here,</div><div>Ingo</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 26 Sep 2014 12:26:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12020.html#12020</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText as black only : I don&amp;#039;t want invisible text....]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12016.html#12016</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2631">erico</a><br /><strong>Subject:</strong> 2975<br /><strong>Posted:</strong> 25 Sep 14 at 2:54PM<br /><br />I don't want invisible text. Perhaps I worded my erquest incorrectly. I want "black" only, so wen I pass my output through color separation, I do not have C-M-Y components, only K.<br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 14:54:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12016.html#12016</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText as black only : Erico, Calling QP.SetTextMode(3)...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12014.html#12014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2975<br /><strong>Posted:</strong> 25 Sep 14 at 12:01PM<br /><br />Erico,<div><br>&nbsp;<div>Calling QP.SetTextMode(3) will allow you to draw "invisible" text.</div><div><br></div><div>Andrew.</div></div>]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 12:01:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12014.html#12014</guid>
  </item> 
  <item>
   <title><![CDATA[DrawText as black only : I am manipulating gray scale PDF,...]]></title>
   <link>http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12013.html#12013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2631">erico</a><br /><strong>Subject:</strong> 2975<br /><strong>Posted:</strong> 24 Sep 14 at 8:07PM<br /><br />I am manipulating gray scale PDF, but when I add text, they become CMYk. How can I add text and retain "no color"? I only see SetTextColor for rgb and SetTextColorCMYK for 4 color. <br>]]>
   </description>
   <pubDate>Wed, 24 Sep 2014 20:07:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/drawtext-as-black-only_topic2975_post12013.html#12013</guid>
  </item> 
 </channel>
</rss>