<?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 : ISEDQuickPdf wth RealBasic</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 : ISEDQuickPdf wth RealBasic]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 20 May 2026 10:45:41 +0000</pubDate>
  <lastBuildDate>Sat, 18 Mar 2006 21:16:23 +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=370</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[ISEDQuickPdf wth RealBasic : OK, so you are using the DLL version....]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1566.html#1566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 370<br /><strong>Posted:</strong> 18 Mar 06 at 9:16PM<br /><br />OK, so you are using the DLL version.  The download from the iSEDQuickPDF site includes a .inc file for PowerBASIC that has all the declares.  You will probably need to change a few of them for RB, but most should be correct.<br />]]>
   </description>
   <pubDate>Sat, 18 Mar 2006 21:16:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1566.html#1566</guid>
  </item> 
  <item>
   <title><![CDATA[ISEDQuickPdf wth RealBasic : I figured it out. You have to...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1565.html#1565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=123">xbww</a><br /><strong>Subject:</strong> 370<br /><strong>Posted:</strong> 18 Mar 06 at 5:20PM<br /><br /><P>I figured it out. You have to use declares. Seems to work great. Just put the dll in the same folder as the&nbsp;application you compile. </P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp; Declare Function iSEDUnlockKey Lib "iSEDQuickPDf.dll" ( sRegKey As CString ) As Integer<BR>&nbsp; Declare Function iSEDDrawText Lib "iSEDQuickPDF.dll" (dXPos As Double,dYPos As Double, sText As CString) As Integer<BR>&nbsp; Declare Function iSEDSaveToFile Lib "iSEDQuickPDF.dll" (sFileName As CString) As Integer<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp; Dim a as integer<BR>&nbsp; <BR>&nbsp; a=iSEDUnlockKey("*****")<BR>&nbsp; a=iSEDDrawText(100, 500, "Hello World!")<BR>&nbsp; a=iSEDSaveToFile("c:\test.pdf")</FONT></P><span style="font-size:10px"><br /><br />Edited by xbww</span>]]>
   </description>
   <pubDate>Sat, 18 Mar 2006 17:20:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1565.html#1565</guid>
  </item> 
  <item>
   <title><![CDATA[ISEDQuickPdf wth RealBasic : I don&amp;#039;t know RealBasic, but...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1560.html#1560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 370<br /><strong>Posted:</strong> 16 Mar 06 at 3:47PM<br /><br />I don't know RealBasic, but iSEDQuickPDF doesn't have any sort of visual interface, it's a COM component.  <br /><br />Whatever mechanism RB uses to instantiate a COM object should work...<br /><br />There's also the DLL version, if RB supports DLL's.<span style="font-size:10px"><br /><br />Edited by chicks</span>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 15:47:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1560.html#1560</guid>
  </item> 
  <item>
   <title><![CDATA[ISEDQuickPdf wth RealBasic : Anybody got an idea of how to...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1559.html#1559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=123">xbww</a><br /><strong>Subject:</strong> 370<br /><strong>Posted:</strong> 16 Mar 06 at 3:21PM<br /><br /><P>Anybody got an idea of how to use ISEDQuickPdf library with 2005/2006 versions of RealBasic? I've tried to add the ActiveX to the project with the Project/Add command but it does not show up? It has been registered.</P><P>Maybe it can be instantiated with code without having to be "added" to the project?&nbsp;&nbsp; I know that MBS has a pluging that works with it but I&nbsp;am wondering why&nbsp;I can't use it directly.</P>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 15:21:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-wth-realbasic_topic370_post1559.html#1559</guid>
  </item> 
 </channel>
</rss>