Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
Absense of XXXtoStream methods in "DLL" version |
Post Reply |
Author | |
toran
Beginner Joined: 20 Feb 12 Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 20 Feb 12 at 1:50PM |
I am porting existing code from another PDF library to QuickPDF. This "another" library works perfectly for me, it is pure licensing costs vs volume of usage that I do that forced me to consider porting.On the first glance QuickPDF supports all PDF-related functionality that I needed so I chose it as target for porting my code. However, I soon found out that some major methods that are available in one edition of QuickPDF are not available in another. I am talking about the absense of LoadFileFromStream, AddImageFromStream and probably some others that are available in Dephi edition and not in DLL edition. Looks like "Streams" are mostly available for Dephi code. This is a major stop for me, because at the layer where my code is operated, only streams are avaiable. Of course I can save it to temp files etc, but it would be really nice if QuickPDF will stop discriminating one edition against another, or at least publish the methods in the "smallest" version, or publish methods completely separated by edition.
Are there any immediate plans to update the library with missing xxxToStream method for DLL edition? |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Toran!
This is a user-user-forum here ;-)
If you need some changes for future versions of the library
you should post it in the official support-pages:
Cheers and welcome here,
Ingo
|
|
samb
Beginner Joined: 09 Feb 11 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Unfortunately, I don't think it's about discrimination rather than the limitations of the different methods. In a DLL library your argument and return data types are limited to those that can be processed by all other programming languages.
Not sure what environment you are using, but try the xxxFromString methods. At least in the C# wrapper, those methods actually take/receive byte arrays rather than actual strings. The byte array can then be loaded into a stream if needed. Edited by samb - 22 Feb 12 at 4:47PM |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store