<?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 : DLL =&gt; static linkable .lib</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 : DLL =&gt; static linkable .lib]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 01:04:03 +0000</pubDate>
  <lastBuildDate>Mon, 05 Mar 2007 10:50:59 +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=654</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[DLL =&gt; static linkable .lib : Read up on M$ site regarding &amp;#034;decoration&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3101.html#3101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 05 Mar 07 at 10:50AM<br /><br />Read up on M$ site regarding "decoration" of exported functions, took one more stab at the .DEF:<br /><br />LIBRARY iSEDQuickPDF.dll<br />EXPORTS<br /><br />_iSEDAddArcToPath@12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  = iSEDAddArcToPath<br />_iSEDAddBMPImageFromFile@4&nbsp;&nbsp;&nbsp;= iSEDAddBMPImageFromFile<br />_iSEDAddBMPImageFromString@8 = iSEDAddBMPImageFromString<br />_iSEDAddCurveToPath@52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= iSEDAddCurveToPath<br />_iSEDAddFormFont@4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= iSEDAddFormFont<br />_iSEDAddGlobalJavaScript@8&nbsp;&nbsp;&nbsp;= iSEDAddGlobalJavaScript<br />_iSEDAddImageFromFile@8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= iSEDAddImageFromFile<br />...<br /><br /><br /><strong>Maybe</strong> this is the format you need...<br /><br />(Later)<br /><br />Just found this: <a href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/c39a05fbd6b02f5a/b32a763a91913bf8%23b32a763a91913bf8" target="_blank">borland2msvc</a><br /><br />See the last post.  Looks like you may not need the underscore prefixes.  IIRC, the ordinal values aren't required.<br /><br /><span style="font-size:10px"><br /><br />Edited by chicks - 05 Mar 07 at 4:32PM</span>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 10:50:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3101.html#3101</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : mark, if you are willing to contribute...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3099.html#3099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 05 Mar 07 at 5:16AM<br /><br />mark, if you are willing to contribute I may create and publish the header and lib files for VC as well.<DIV>&nbsp;</DIV><DIV>For more info please contact me on:</DIV><DIV>support(at)quickpdf.org or</DIV><DIV>quickpdf(at)gmx.net</DIV>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 05:16:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3099.html#3099</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : chicks,I think you&amp;#039;re pointing...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3091.html#3091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=592">mark</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 04 Mar 07 at 10:11AM<br /><br />chicks,<br><br>I think you're pointing me in the right direction.... though after as many variations as I could derive, I can't get something that both links and loads.<br><br>I've gone off in a different direction though and I've got past this issue. Instead of linking the library statically, I've written a stub that uses LoadLibrary() and GetProcAddress(), and provides function pointers for the QuickPDF functions (well, at least the 20 or so I use... I didn't do anything about the other 400+ functions).<br><br>I'm glad I went through this upgrade exercise. Under the 4.x library, I had many Acrobat-created forms whose fields could not be located by name, and under 5.22 the few I've examined are working well.<br><br>I also had two forms which did not render at all... one was all white and the other was all black. The white form now renders its background image properly. The black one doesn't, but I suspect it may be related to pixel depth... once I've had time to look into it I'll start a new thread / debug report.<br><br>Thanks all....<br><br>]]>
   </description>
   <pubDate>Sun, 04 Mar 2007 10:11:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3091.html#3091</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : mark,  Have a look at pages 15-16...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3090.html#3090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 03 Mar 07 at 11:34PM<br /><br />mark,<br /><br />Have a look at pages 15-16 of this archive of the iSEDQuickPDF forum:<br /><br />http://www.organicsw.co.uk/ised/archive/iSEDQuickPDF-forum.pdf<br /><br />Also, see this thread:<br /><br />http://www.tutorialsall.com/VC/Export-symbols/<br /><br />I remember doing this a long time ago with another DLL, and IIRC I had to alias all the exported functions in a .DEF file, like so:<br /><br />LIBRARY iSEDQuickPDF.dll<br />EXPORTS<br />iSEDAddArcToPath = _iSEDAddArcToPath<br />iSEDAddBMPImageFromFile = _iSEDAddBMPImageFromFile <br />iSEDAddBMPImageFromString = _iSEDAddBMPImageFromString<br />iSEDAddCurveToPath = _iSEDAddCurveToPath <br />...<br /><br /><span style="font-size:10px"><br /><br />Edited by chicks - 04 Mar 07 at 12:20AM</span>]]>
   </description>
   <pubDate>Sat, 03 Mar 2007 23:34:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3090.html#3090</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : Thank you for the suggestions....]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3089.html#3089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=592">mark</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 03 Mar 07 at 7:04PM<br /><br />Thank you for the suggestions. Unfortunately they haven't panned out just yet but I appreciate the effort.<br><br>My .h no longer has the <u>__declspec(dllimport) __stdcall</u> on its prototypes. I could not use <u>int stdcall functionname()</u> as you suggested though; the double underscore before stdcall seems necessary. (At least, I get compile errors about it without them; did you just typo or do I need to add something else?).<br><br>With all functions declared as __stdcall's, I still get errors like the following when linking:<br>&nbsp;&nbsp;&nbsp;&nbsp; mainwindow.obj : error LNK2001: unresolved external symbol _iSEDUnlockKey@4<br>&nbsp;&nbsp;&nbsp;&nbsp; mainwindow.obj : error LNK2001: unresolved external symbol _iSEDDrawTextBox@40<br><br>(For completeness, yes, I have included iSQDQuickPDF.lib in my list of llibrary modules.)<br><br>Thank you again for any continuing advice you may be able to provide...<br><br>]]>
   </description>
   <pubDate>Sat, 03 Mar 2007 19:04:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3089.html#3089</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : mark,  the __declspec(dllimport)...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3065.html#3065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 28 Feb 07 at 3:55PM<br /><br />mark, <DIV>the __declspec(dllimport) __stdcall is not needed.</DIV><DIV>&nbsp;</DIV><DIV>please use only:</DIV><DIV>extern "C" {</DIV><DIV>&nbsp; int&nbsp;stdcall iSEDSelectDocument(int iDocumentID);</DIV><DIV>}</DIV><DIV>&nbsp;</DIV><DIV>Keep in mind that Delphi does not know about the @SIZEOFARGS stuff. </DIV><DIV>For more info we can talk tomorrow.</DIV><DIV>&nbsp;</DIV><DIV>Best regards, Marian&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Feb 2007 15:55:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3065.html#3065</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : No luck yet.I was able to create...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3064.html#3064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=592">mark</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 28 Feb 07 at 3:42PM<br /><br />No luck yet.<br><br>I was able to create the .lib, but when linking my application I was presented with errors along the lines of:<br>&nbsp;&nbsp;&nbsp; testform.obj : error LNK2001: unresolved external symbol _iSEDLoadFromFile@4<br><br>One of these for each iSED function I use.<br><br>For each of these functions I went through and appended "@4" (or whatever the number was in each unique error line; adding the underscore didnt change anything), and I was able to link... but I wasn't able to run.<br><br>At runtime, I encountered a single error as part of the static DLL load. This error was a dialog box, whose text stated:<br>&nbsp;&nbsp; <b>The procedure entry point iSEDDrawText@20 could not be located in the dynamic link library iSEDQuickPDF.dll.</b><br><br>It seems like I'm getting close, but not quite there, eh?<br><br>My .h builds prototypes that all resemble:<br>extern "C" { <br>&nbsp; int __declspec(dllimport) __stdcall iSEDSelectDocument(int iDocumentID);<br>}<br><br>extern "C" { <br>&nbsp; int __declspec(dllimport) __stdcall iSEDRemoveDocument(int iDocumentID);<br>}<br><br>Now, to try to get past the loading error I inserted at the top:<br>#define __stdcall<br>After this, I had to remove the "@4", etc, from the .def and then I was able to link and start. However, as soon as I tried to return from the first function that called an iSED function, I crashed... apparently the call stack was trashed because I broke the call type in the prototype.<br><br>Replacing __stdcall with __cdecl resulted in the same crash. Replacing it with __fastcall required I modify the .def entries again, to add a @ before each function to get a static link... and then I had the same error dialog before my app even reached main.<br><br><br>Anyone out here using QuickPDF 5.21 with a C/C++ program?<br><br>]]>
   </description>
   <pubDate>Wed, 28 Feb 2007 15:42:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3064.html#3064</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : Hi marian, thanks for your posts....]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3058.html#3058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=592">mark</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 28 Feb 07 at 12:43PM<br /><br />Hi marian, thanks for your posts. If I understand you, I can cut-n-paste your 1st post (starting with "LIBRARY&nbsp;&nbsp; iSEDQuickPDF.dll") to create the .def I need. I'll try that tonight.<br><br>Will I be ok to continue using the same .h I currently use? Perhaps a better question... is the calling convention of the functions cdecl, stdcall, or fastcall?<br><br>Off topic, but what exactly goes into the def... is it a list of function names to look for, or is it what I wish to call functions (where order is significant)? That is, if I wanted to rename a function (or a statically linked DLL), is this a valid technique?<br>]]>
   </description>
   <pubDate>Wed, 28 Feb 2007 12:43:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3058.html#3058</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : one more suggestion. To create...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3057.html#3057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 28 Feb 07 at 11:59AM<br /><br /><P>one more suggestion. To create the lib file use:</P><DIV>lib.exe /DEF:iSEDQuickPDF.def /MACHINE:X86</DIV><DIV>&nbsp;</DIV><DIV>Who knows what the lib.exe will compile by default <img src="http://www.quickpdf.org/forum/smileys/smiley5.gif" height="17" width="17" border="0" align="absmiddle" alt="C&#111;nfused" /></DIV><DIV>&nbsp;</DIV><DIV>Best regards, Marian</DIV><span style="font-size:10px"><br /><br />Edited by marian_pascalau - 28 Feb 07 at 11:59AM</span>]]>
   </description>
   <pubDate>Wed, 28 Feb 2007 11:59:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3057.html#3057</guid>
  </item> 
  <item>
   <title><![CDATA[DLL =&gt; static linkable .lib : mark, the older version may not...]]></title>
   <link>http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3056.html#3056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 654<br /><strong>Posted:</strong> 28 Feb 07 at 11:57AM<br /><br />mark, the older version may not work because we (me) have no idea about the size of the interface changes between 4.** and 5.**. <DIV>&nbsp;</DIV><DIV>A sample of your def file will be the following one (c++ header I don't have right now):</DIV><DIV>LIBRARY&nbsp;&nbsp; iSEDQuickPDF.dll<BR>EXPORTS<BR>&nbsp; iSEDSelectDocument<BR>&nbsp; iSEDRemoveDocument<BR>&nbsp; iSEDNewDocument<BR>&nbsp; iSEDCompressContent<BR>&nbsp; iSEDEncrypt<BR>&nbsp; iSEDPermissions<BR>&nbsp; iSEDSelectPage<BR>&nbsp; iSEDNewPage<BR>&nbsp; iSEDSaveToFile<BR>&nbsp; iSEDSetPageDimensions<BR>&nbsp; iSEDSelectFont<BR>&nbsp; iSEDSetTextColor<BR>&nbsp; iSEDSetTextAlign<BR>&nbsp; iSEDSetTextSize<BR>&nbsp; iSEDDrawText<BR>&nbsp; iSEDDrawLine<BR>&nbsp; iSEDDrawBox<BR>&nbsp; iSEDDrawWrappedText<BR>&nbsp; iSEDAddStandardFont<BR>&nbsp; iSEDAddTrueTypeFont<BR>&nbsp; iSEDAddPackagedFont<BR>&nbsp; iSEDDrawMultiLineText<BR>&nbsp; iSEDSetOrigin<BR>&nbsp; iSEDSetMeasurementUnits<BR>&nbsp; iSEDDrawImage<BR>&nbsp; iSEDDrawArc<BR>&nbsp; iSEDDrawRotatedText<BR>&nbsp; iSEDDrawCircle<BR>&nbsp; iSEDDrawBarcode<BR>&nbsp; iSEDSetInformation<BR>&nbsp; iSEDSaveToString<BR>&nbsp; iSEDLibraryVersion<BR>&nbsp; iSEDUnlocked<BR>&nbsp; iSEDLastErrorCode<BR>&nbsp; iSEDDocumentCount<BR>&nbsp; iSEDDocumentID<BR>&nbsp; iSEDSelectedDocument<BR>&nbsp; iSEDLoadFromFile<BR>&nbsp; iSEDLoadFromString<BR>&nbsp; iSEDLinearized<BR>&nbsp; iSEDEncrypted<BR>&nbsp; iSEDEncryptionStrength<BR>&nbsp; iSEDUnencrypt<BR>&nbsp; iSEDSecurityInfo<BR>&nbsp; iSEDSetPassword<BR>&nbsp; iSEDGetInformation<BR>&nbsp; iSEDPageCount<BR>&nbsp; iSEDSelectedPage<BR>&nbsp; iSEDPageWidth<BR>&nbsp; iSEDPageHeight<BR>&nbsp; iSEDGetPageText<BR>&nbsp; iSEDGetPageContent<BR>&nbsp; iSEDSetPageContent<BR>&nbsp; iSEDGetPagePreview<BR>&nbsp; iSEDReplaceTag<BR>&nbsp; iSEDFontCount<BR>&nbsp; iSEDFontID<BR>&nbsp; iSEDSelectedFont<BR>&nbsp; iSEDFontName<BR>&nbsp; iSEDCharWidth<BR>&nbsp; iSEDNewOutline<BR>&nbsp; iSEDImageCount<BR>&nbsp; iSEDImageID<BR>&nbsp; iSEDSelectedImage<BR>&nbsp; iSEDSelectImage<BR>&nbsp; iSEDImageWidth<BR>&nbsp; iSEDImageHeight<BR>&nbsp; iSEDImageType<BR>&nbsp; iSEDAddJPEGImageFromFile<BR>&nbsp; iSEDAddJPEGImageFromString<BR>&nbsp; iSEDGetTextWidth<BR>&nbsp; iSEDGetWrappedText<BR>&nbsp; iSEDGetWrappedTextHeight<BR>&nbsp; iSEDGetWrappedTextLineCount<BR>&nbsp; iSEDSetTextSpacing<BR>&nbsp; iSEDSetFillColor<BR>&nbsp; iSEDSetLineColor<BR>&nbsp; iSEDSetLineWidth<BR>&nbsp; iSEDStartPath<BR>&nbsp; iSEDAddLineToPath<BR>&nbsp; iSEDAddCurveToPath<BR>&nbsp; iSEDDrawPath<BR>&nbsp; iSEDClosePath<BR>&nbsp; iSEDFontReference<BR>&nbsp; iSEDFontType<BR>&nbsp; iSEDAddLinkToWeb<BR>&nbsp; iSEDAddLinkToPage<BR>&nbsp; iSEDDrawSpacedText<BR>&nbsp; iSEDClonePages<BR>&nbsp; iSEDSetPageMode<BR>&nbsp; iSEDSetPageLayout<BR>&nbsp; iSEDSetViewerPreferences<BR>&nbsp; iSEDSetOpenActionMenu<BR>&nbsp; iSEDCompressPage<BR>&nbsp; iSEDMergeDocument<BR>&nbsp; iSEDNewPages<BR>&nbsp; iSEDInsertPages<BR>&nbsp; iSEDLayerCount<BR>&nbsp; iSEDCombineLayers<BR>&nbsp; iSEDNewLayer<BR>&nbsp; iSEDSelectLayer<BR>&nbsp; iSEDEditableLayer<BR>&nbsp; iSEDMoveLayer<BR>&nbsp; iSEDSetPrecision<BR>&nbsp; iSEDSetTextMode<BR>&nbsp; iSEDSetFillColorCMYK<BR>&nbsp; iSEDSetLineColorCMYK<BR>&nbsp; iSEDSetTextColorCMYK<BR>&nbsp; iSEDGetTextAscent<BR>&nbsp; iSEDGetTextDescent<BR>&nbsp; iSEDGetTextHeight<BR>&nbsp; iSEDDeletePages<BR>&nbsp; iSEDGetTextBound<BR>&nbsp; iSEDAddBMPImageFromFile<BR>&nbsp; iSEDAddBMPImageFromString<BR>&nbsp; iSEDDrawScaledImage<BR>&nbsp; iSEDFormFieldCount<BR>&nbsp; iSEDDrawTextBox<BR>&nbsp; iSEDGetFormFieldBound<BR>&nbsp; iSEDGetFormFieldTitle<BR>&nbsp; iSEDSetFormFieldReadOnly<BR>&nbsp; iSEDSetFormFieldValue<BR>&nbsp; iSEDSetFormFieldValueByTitle<BR>&nbsp; iSEDSetFormFieldVisible<BR>&nbsp; iSEDSetImageMask<BR>&nbsp; iSEDAddTIFFImageFromFile<BR>&nbsp; iSEDAddTIFFImageFromString<BR>&nbsp; iSEDGetFormFieldValue<BR>&nbsp; iSEDCompressImages<BR>&nbsp; iSEDGetFormFieldType<BR>&nbsp; iSEDRotatePage<BR>&nbsp; iSEDSetLineDash<BR>&nbsp; iSEDDrawRoundedBox<BR>&nbsp; iSEDDeleteLayer<BR>&nbsp; iSEDDrawHTMLText<BR>&nbsp; iSEDExtractPages<BR>&nbsp; iSEDFindFormFieldByTitle<BR>&nbsp; iSEDGetCustomInformation<BR>&nbsp; iSEDGetFormFieldChildTitle<BR>&nbsp; iSEDGetFormFieldPage<BR>&nbsp; iSEDGetFormFieldSubCount<BR>&nbsp; iSEDGetFormFieldSubName<BR>&nbsp; iSEDHasFontResources<BR>&nbsp; iSEDLoadState<BR>&nbsp; iSEDSaveState<BR>&nbsp; iSEDSetClippingPath<BR>&nbsp; iSEDSetCustomInformation<BR>&nbsp; iSEDSetFormFieldChildTitle<BR>&nbsp; iSEDSetHTMLBoldFont<BR>&nbsp; iSEDSetHTMLBoldItalicFont<BR>&nbsp; iSEDSetHTMLItalicFont<BR>&nbsp; iSEDSetHTMLNormalFont<BR>&nbsp; iSEDSetOpenActionDestination<BR>&nbsp; iSEDSetScale<BR>&nbsp; iSEDAddType1Font<BR>&nbsp; iSEDLicenseInfo<BR>&nbsp; iSEDMovePage<BR>&nbsp; iSEDMultiplyScale<BR>&nbsp; iSEDNeedImagePreview<BR>&nbsp; iSEDNewFormField<BR>&nbsp; iSEDReplaceFonts<BR>&nbsp; iSEDSetFormFieldBounds<BR>&nbsp; iSEDSetFormFieldDefaultValue<BR>&nbsp; iSEDSetPageActionMenu<BR>&nbsp; iSEDSetTransparency<BR>&nbsp; iSEDHidePage<BR>&nbsp; iSEDSetTempFile<BR>&nbsp; iSEDSetFormFieldFlags<BR>&nbsp; iSEDGetFormFieldFlags<BR>&nbsp; iSEDFormFieldJavaScriptAction<BR>&nbsp; iSEDAddLinkToJavaScript<BR>&nbsp; iSEDSetImageMaskCMYK<BR>&nbsp; iSEDSetFontEncoding<BR>&nbsp; iSEDFindImages<BR>&nbsp; iSEDDrawHTMLTextBox<BR>&nbsp; iSEDGetHTMLTextHeight<BR>&nbsp; iSEDSetPageSize<BR>&nbsp; iSEDCapturePage<BR>&nbsp; iSEDDrawCapturedPage<BR>&nbsp; iSEDCopyPageRanges<BR>&nbsp; iSEDExtractPageRanges<BR>&nbsp; iSEDGetFormFieldValueByTitle<BR>&nbsp; iSEDGetOrigin<BR>&nbsp; iSEDDeleteFormField<BR>&nbsp; iSEDGetTextSize<BR>&nbsp; iSEDToPDFUnicode<BR>&nbsp; iSEDGetFormFieldJavaScript<BR>&nbsp; iSEDSetNeedAppearances<BR>&nbsp; iSEDDrawEllipse<BR>&nbsp; iSEDDrawEllipticArc<BR>&nbsp; iSEDSetCatalogInformation<BR>&nbsp; iSEDGetCatalogInformation<BR>&nbsp; iSEDSetOpenActionJavaScript<BR>&nbsp; iSEDSetFormFieldDescription<BR>&nbsp; iSEDGetFormFieldDescription<BR>&nbsp; iSEDStringResultLength<BR>&nbsp; iSEDCompressFonts<BR>&nbsp; iSEDSetJavaScriptMode<BR>&nbsp; iSEDPageJavaScriptAction<BR>&nbsp; iSEDDocJavaScriptAction<BR>&nbsp; iSEDGetOpenActionJavaScript<BR>&nbsp; iSEDGetDocJavaScript<BR>&nbsp; iSEDAddGlobalJavaScript<BR>&nbsp; iSEDGetGlobalJavaScript<BR>&nbsp; iSEDGetPageJavaScript<BR>&nbsp; iSEDSetFormFieldBorderColor<BR>&nbsp; iSEDSetFormFieldBackgroundColor<BR>&nbsp; iSEDSetFormFieldCaption<BR>&nbsp; iSEDSetFormFieldBorderStyle<BR>&nbsp; iSEDSetFormFieldIcon<BR>&nbsp; iSEDSetFormFieldIconStyle<BR>&nbsp; iSEDSetFormFieldHighlightMode<BR>&nbsp; iSEDEncryptFile<BR>&nbsp; iSEDDecryptFile<BR>&nbsp; iSEDAnalyseFile<BR>&nbsp; iSEDGetAnalysisInfo<BR>&nbsp; iSEDDeleteAnalysis<BR>&nbsp; iSEDGhostScriptInit<BR>&nbsp; iSEDGhostScriptGetPagePreview<BR>&nbsp; iSEDMergeFiles<BR>&nbsp; iSEDGetFormFieldAnnotFlags<BR>&nbsp; iSEDSetFormFieldAnnotFlags<BR>&nbsp; iSEDSetFormFieldPrintable<BR>&nbsp; iSEDSetFormFieldCalcOrder<BR>&nbsp; iSEDSetLineCap<BR>&nbsp; iSEDSetLineJoin<BR>&nbsp; iSEDPageRotation<BR>&nbsp; iSEDFindFonts<BR>&nbsp; iSEDAddNoteAnnotation<BR>&nbsp; iSEDSavePagePreview<BR>&nbsp; iSEDSaveImageToFile<BR>&nbsp; iSEDMovePath<BR>&nbsp; iSEDDrawPathEvenOdd<BR>&nbsp; iSEDSetClippingPathEvenOdd<BR>&nbsp; iSEDSetCropBox<BR>&nbsp; iSEDDrawRotatedImage<BR>&nbsp; iSEDDrawRotatedCapturedPage<BR>&nbsp; iSEDSetPageThumbnail<BR>&nbsp; iSEDAddImageFromFile<BR>&nbsp; iSEDAddToFileList<BR>&nbsp; iSEDClearFileList<BR>&nbsp; iSEDMergeFileList<BR>&nbsp; iSEDAddImageFromString<BR>&nbsp; iSEDFileListItem<BR>&nbsp; iSEDOutlineCount<BR>&nbsp; iSEDOutlineTitle<BR>&nbsp; iSEDOutlineID<BR>&nbsp; iSEDSetOutlineColor<BR>&nbsp; iSEDSetOutlineStyle<BR>&nbsp; iSEDSetOutlineDestination<BR>&nbsp; iSEDSetOutlineTitle<BR>&nbsp; iSEDRemoveOutline<BR>&nbsp; iSEDOpenOutline<BR>&nbsp; iSEDCloseOutline<BR>&nbsp; iSEDRemoveAppearanceStream<BR>&nbsp; iSEDSetTempPath<BR>&nbsp; iSEDGetTempPath<BR>&nbsp; iSEDTestTempPath<BR>&nbsp; iSEDSetTextScaling<BR>&nbsp; iSEDGetFormFieldAlignment<BR>&nbsp; iSEDSetFormFieldAlignment<BR>&nbsp; iSEDGetFormFieldMaxLen<BR>&nbsp; iSEDSetFormFieldMaxLen<BR>&nbsp; iSEDFitTextBox<BR>&nbsp; iSEDSetBreakString<BR>&nbsp; iSEDGetFormFieldFontName<BR>&nbsp; iSEDGetFormFieldTextSize<BR>&nbsp; iSEDGetFormFontCount<BR>&nbsp; iSEDGetFormFontName<BR>&nbsp; iSEDSetFormFieldFont<BR>&nbsp; iSEDAddFormFont<BR>&nbsp; iSEDSetFormFieldColor<BR>&nbsp; iSEDGetFormFieldColor<BR>&nbsp; iSEDSetFormFieldTextSize<BR>&nbsp; iSEDSetFormFieldTextFlags<BR>&nbsp; iSEDUpdateAppearanceStream<BR>&nbsp; iSEDSetFormFieldRotation<BR>&nbsp; iSEDFlattenFormField<BR>&nbsp; iSEDNewStaticOutline<BR>&nbsp; iSEDSetOutlineJavaScript<BR>&nbsp; iSEDSetOutlineWebLink<BR>&nbsp; iSEDGetOutlinePage<BR>&nbsp; iSEDGetFirstOutline<BR>&nbsp; iSEDGetPrevOutline<BR>&nbsp; iSEDGetNextOutline<BR>&nbsp; iSEDGetFirstChildOutline<BR>&nbsp; iSEDGetParentOutline<BR>&nbsp; iSEDImageHorizontalResolution<BR>&nbsp; iSEDImageVerticalResolution<BR>&nbsp; iSEDImageResolutionUnits<BR>&nbsp; iSEDFormFieldWebLinkAction<BR>&nbsp; iSEDGetFormFieldWebLink<BR>&nbsp; iSEDGetFormFieldTabOrder<BR>&nbsp; iSEDSetFormFieldTabOrder<BR>&nbsp; iSEDLayerSafe<BR>&nbsp; iSEDUseUnsafeLayers<BR>&nbsp; iSEDAddTrueTypeFontFromFile<BR>&nbsp; iSEDSetOutlineDestinationZoom<BR>&nbsp; iSEDGetFormFieldVisible<BR>&nbsp; iSEDGetFormFieldPrintable<BR>&nbsp; iSEDSetFormFieldPage<BR>&nbsp; iSEDGetFormFieldSubTempIndex<BR>&nbsp; iSEDGetFormFieldRotation<BR>&nbsp; iSEDGetOutlineDest<BR>&nbsp; iSEDGetDestPage<BR>&nbsp; iSEDGetDestType<BR>&nbsp; iSEDGetDestValue<BR>&nbsp; iSEDMergeFileListFast<BR>&nbsp; iSEDFileListCount<BR>&nbsp; iSEDExtractFilePageText<BR>&nbsp; iSEDExtractFilePageContent<BR>&nbsp; iSEDGetFormFieldTextFlags<BR>&nbsp; iSEDAddArcToPath<BR>&nbsp; iSEDAddImageFromFileOffset<BR>&nbsp; iSEDGetImagePageCount<BR>&nbsp; iSEDSetImageMaskFromImage<BR>&nbsp; iSEDSetImageAsMask<BR>&nbsp; iSEDReverseImage<BR>&nbsp; iSEDSetPageTransparencyGroup<BR>&nbsp; iSEDGetPageLayout<BR>&nbsp; iSEDGetPageMode<BR>&nbsp; iSEDAddSubsettedFont<BR>&nbsp; iSEDGetSubsetString<BR>&nbsp; iSEDFitImage<BR>&nbsp; iSEDSaveFontToFile<BR>&nbsp; iSEDDrawTextArc<BR>&nbsp; iSEDCheckObjects<BR>&nbsp; iSEDGetOpenActionDestination<BR>&nbsp; iSEDSetFontFlags<BR>&nbsp; iSEDExtractFilePages<BR>&nbsp; iSEDDAOpenFile<BR>&nbsp; iSEDDACloseFile<BR>&nbsp; iSEDDAAppendFile<BR>&nbsp; iSEDDASaveAsFile<BR>&nbsp; iSEDDAGetPageContent<BR>&nbsp; iSEDDAExtractPageText<BR>&nbsp; iSEDDAGetInformation<BR>&nbsp; iSEDDASetInformation<BR>&nbsp; iSEDDANewPages<BR>&nbsp; iSEDDACapturePage<BR>&nbsp; iSEDDAHidePage<BR>&nbsp; iSEDDADrawCapturedPage<BR>&nbsp; iSEDDAGetPageCount<BR>&nbsp; iSEDDASetPageSize<BR>&nbsp; iSEDDANewPage<BR>&nbsp; iSEDDAFindPage<BR>&nbsp; iSEDDAGetPageWidth<BR>&nbsp; iSEDDAGetPageHeight<BR>&nbsp; iSEDSetTextHighlight<BR>&nbsp; iSEDSetTextUnderline<BR>&nbsp; iSEDSetTextHighlightColor<BR>&nbsp; iSEDSetTextHighlightColorCMYK<BR>&nbsp; iSEDSetTextWordSpacing<BR>&nbsp; iSEDSetTextCharSpacing<BR>&nbsp; iSEDClearTextFormatting<BR>&nbsp; iSEDSetTextUnderlineColor<BR>&nbsp; iSEDSetTextUnderlineColorCMYK<BR>&nbsp; iSEDFontSize<BR>&nbsp; iSEDEncapsulateLayer<BR>&nbsp; iSEDSetTextUnderlineDash<BR>&nbsp; iSEDAppendText<BR>&nbsp; iSEDApplyStyle<BR>&nbsp; iSEDDrawRotatedTextBox<BR>&nbsp; iSEDGetWrappedTextBreakString<BR>&nbsp; iSEDGlobalJavaScriptCount<BR>&nbsp; iSEDGlobalJavaScriptPackageName<BR>&nbsp; iSEDRemoveStyle<BR>&nbsp; iSEDSaveStyle<BR>&nbsp; iSEDSetOutlineOpenFile<BR>&nbsp; iSEDMoveOutlineAfter<BR>&nbsp; iSEDMoveOutlineBefore<BR>&nbsp; iSEDRenderDocumentToFile<BR>&nbsp; iSEDPrintDocument<BR>&nbsp; iSEDStoreCustomData<BR>&nbsp; iSEDRetrieveCustomData<BR>&nbsp; iSEDSetTextRise<BR>&nbsp; iSEDGetFormFieldBorderColor<BR>&nbsp; iSEDGetFormFieldBackgroundColor<BR>&nbsp; iSEDGetFormFieldBorderStyle<BR>&nbsp; iSEDGetFormFieldBorderProperty<BR>&nbsp; iSEDSetTextColorSep<BR>&nbsp; iSEDSetTextHighlightColorSep<BR>&nbsp; iSEDSetTextUnderlineColorSep<BR>&nbsp; iSEDAddSeparationColor<BR>&nbsp; iSEDSetFillColorSep<BR>&nbsp; iSEDSetLineColorSep<BR>&nbsp; iSEDSetFormFieldBorderColorSep<BR>&nbsp; iSEDSetFormFieldBorderColorCMYK<BR>&nbsp; iSEDSetFormFieldBackgroundColorSep<BR>&nbsp; iSEDSetFormFieldBackgroundColorCMYK<BR>&nbsp; iSEDSetFormFieldColorSep<BR>&nbsp; iSEDSetFormFieldColorCMYK<BR>&nbsp; iSEDAddSVGAnnotationFromFile<BR>&nbsp; iSEDAnnotationCount<BR>&nbsp; iSEDGetAnnotDblProperty<BR>&nbsp; iSEDGetAnnotStrProperty<BR>&nbsp; iSEDGetAnnotIntProperty<BR>&nbsp; iSEDGetFormFieldReadOnly<BR>&nbsp; iSEDAppendSpace<BR>&nbsp; iSEDUseKerning<BR>&nbsp; iSEDFontHasKerning<BR>&nbsp; iSEDGetKerning<BR>&nbsp; iSEDSetKerning<BR>&nbsp; iSEDDARenderPageToString<BR>&nbsp; iSEDSetGDIPlusFileName<BR>&nbsp; iSEDSetJPEGQuality<BR>&nbsp; iSEDGetEncryptionFingerprint<BR>&nbsp; iSEDEncryptWithFingerprint<BR>&nbsp; iSEDAddPageLabels<BR>&nbsp; iSEDGetPageLabel<BR>&nbsp; iSEDClearPageLabels<BR>&nbsp; iSEDEmbedFile<BR>&nbsp; iSEDFitRotatedTextBox<BR>&nbsp; iSEDSetDocumentMetadata<BR>&nbsp; iSEDGetFormFieldKidCount<BR>&nbsp; iSEDFormFieldHasParent<BR>&nbsp; iSEDCapturePageEx<BR>&nbsp; iSEDDACapturePageEx<BR>&nbsp; iSEDPrintOptions<BR>&nbsp; iSEDGetPageBox<BR>&nbsp; iSEDHasPageBox<BR>&nbsp; iSEDDAMovePage<BR>&nbsp; iSEDDAPageRotation<BR>&nbsp; iSEDDARotatePage<BR>&nbsp; iSEDGetDocumentIdentifier<BR>&nbsp; iSEDAddLinkToFile<BR>&nbsp; iSEDCheckPageAnnots<BR>&nbsp; iSEDNewOptionalContentGroup<BR>&nbsp; iSEDSetCapturedPageOptional<BR>&nbsp; iSEDSetLayerOptional<BR>&nbsp; iSEDOptionalContentGroupCount<BR>&nbsp; iSEDGetOptionalContentGroupName<BR>&nbsp; iSEDGetOptionalContentGroupID<BR>&nbsp; iSEDSetOptionalContentGroupVisible<BR>&nbsp; iSEDDeleteOptionalContentGroup<BR>&nbsp; iSEDSetImageOptional<BR>&nbsp; iSEDImageFillColor<BR>&nbsp; iSEDReplaceImage<BR>&nbsp; iSEDGetBarcodeWidth<BR>&nbsp; iSEDSetAnnotContents<BR>&nbsp; iSEDGetFormFieldComb<BR>&nbsp; iSEDSetFormFieldComb<BR>&nbsp; iSEDSetFormFieldStandardFont<BR>&nbsp; iSEDDAGetPageImageList<BR>&nbsp; iSEDDAGetImageListCount<BR>&nbsp; iSEDDAGetImageIntProperty<BR>&nbsp; iSEDDAGetImageDblProperty<BR>&nbsp; iSEDDAGetImageDataAsString<BR>&nbsp; iSEDDASaveImageDataToFile<BR>&nbsp; iSEDSetBlendMode<BR>&nbsp; iSEDRenderPageToString<BR>&nbsp; iSEDGetCustomKeys<BR>&nbsp; iSEDGetDocumentMetadata<BR>&nbsp; iSEDNewCustomPrinter<BR>&nbsp; iSEDSetupCustomPrinter<BR>&nbsp; iSEDGetPrinterNames<BR>&nbsp; iSEDGetFileMetadata<BR>&nbsp; iSEDSetCustomLineDash<BR>&nbsp; iSEDRemoveSharedLayers<BR>&nbsp; iSEDGetPrinterBins<BR>&nbsp; iSEDSplitPageText<BR>&nbsp; iSEDSetGDIPlusOptions<BR>&nbsp; iSEDGetDefaultPrinterName<BR>&nbsp; iSEDGetFormFieldChoiceType<BR>&nbsp; iSEDGetFormFieldDefaultValue<BR>&nbsp; iSEDGetFormFieldCaption<BR>&nbsp; iSEDGetOutlineWebLink<BR>&nbsp; iSEDGetOutlineOpenFile<BR>&nbsp; iSEDAddFormFieldSub<BR>&nbsp; iSEDSetFormFieldCheckStyle<BR>&nbsp; iSEDStoreCustomDataLength<BR>&nbsp; iSEDBeginBuffer<BR>&nbsp; iSEDStoreBuffer<BR>&nbsp; iSEDSetFormFieldOptional<BR>&nbsp; iSEDDrawDataMatrixSymbol<BR>&nbsp; iSEDGetXFAFormFieldValue<BR>&nbsp; iSEDSetXFAFormFieldValue<BR>&nbsp; iSEDSetXFAFormFieldBorderWidth<BR>&nbsp; iSEDSetXFAFormFieldBorderColor<BR>&nbsp; iSEDSetXFAFormFieldBorderPresence<BR>&nbsp; iSEDSetXFAFormFieldAccess<BR>&nbsp; iSEDGetViewerPreferences<BR>&nbsp; iSEDNewPostScriptXObject<BR>&nbsp; iSEDDrawPostScriptXObject<BR>&nbsp; iSEDStoreCustomDataFromFile<BR>&nbsp; iSEDRetrieveCustomDataToFile<BR>&nbsp; iSEDUnlockKey<BR></DIV><span style="font-size:10px"><br /><br />Edited by marian_pascalau - 28 Feb 07 at 12:17PM</span>]]>
   </description>
   <pubDate>Wed, 28 Feb 2007 11:57:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/dll-static-linkable-lib_topic654_post3056.html#3056</guid>
  </item> 
 </channel>
</rss>