Print Page | Close Window

Error in documentation ?

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1572
Printed Date: 06 May 25 at 4:05PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Error in documentation ?
Posted By: gadenne
Subject: Error in documentation ?
Date Posted: 15 Sep 10 at 8:56AM
Hi all,

I have an application written in VFP that uses quickpdf via ActiveX. Works like a charm.

However as I was trying to use the addimagefromstring  instead of addimagefromFile for cleaner support of on-the-fly graphics (I would like to avoid tempory-files-based tricks here). It did not work. It looks like the addimagefromstring is not available from the ActiveX

Is the documentation misleading? I definitely think it is.

PS: Other memory-based stuff are available (addimagefromVariant) but there is not such thing in my relatively limited toolbox. Any alternative option?




Replies:
Posted By: Ingo
Date Posted: 15 Sep 10 at 9:41AM
Hi Gadenne!

Due to some technical reasons not all functions
are in all versions available.
You can trust the documentation ;-)

Cheers and welcome here,
Ingo



Posted By: Rowan
Date Posted: 15 Sep 10 at 11:26PM
All of these functions serve the same purpose but are targeted at the specific environments:

AddImageFromString - DLL edition
AddImageFromVariant - ActiveX edition
AddImageFromStream - Delphi edition

Why aren't you able to use the AddImageFromVariant function with the ActiveX edition in Visual FoxPro?


Posted By: gadenne
Date Posted: 30 Sep 10 at 7:02AM
Why aren't you able to use the AddImageFromVariant function with the ActiveX edition in Visual FoxPro?

Well variant data types are not available from within VFP. But we have an effective string support. Arbitrary-sized dynamic ones. And it's a joy to work with quickpdf from with VFP:)

... But I wonder why we cannot push the image from a string via the activeX edition. Is that a question of null termination?




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk