QuickPDF Lib 7.xx ???

Everything else that doesn't fall into one of the other PB categories.
swan
Enthusiast
Enthusiast
Posts: 227
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

QuickPDF Lib 7.xx ???

Post by swan »

Quite some time ago I purchased iSEDQuickPDF lib mainly for printing PDF docs from my apps.
Since then the lib has been bought out and is now QuickPDF lib version 7.xx. They have an upgrade policy for previous owners (still not cheap though). And they've dropped their support for PB (samples, etc).

Has anyone done the deed and upgraded ? Is it worth is ? And is there a PB wrapper for this new version ?

Thanx ...
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Am I right in that QuickPDF supports unicode fonts?

If so, yes might be worth a look indeed. I'd be tempted to use it in it's ActiveX control form.
I may look like a mule, but I'm not a complete ass.
swan
Enthusiast
Enthusiast
Posts: 227
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Post by swan »

Yes, they list full unicode support.

Code: Select all

http://www.quickpdflibrary.com/products/quickpdf/features.php
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Yes, but later on they refer to the unicode as being support for unicoded filenames rather than fonts. I'll have to poke around the forums to be sure I reckon.
I may look like a mule, but I'm not a complete ass.
swan
Enthusiast
Enthusiast
Posts: 227
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: QuickPDF Lib 7.xx ???

Post by swan »

Deleted - double up ?
Last edited by swan on Mon Nov 02, 2009 11:02 pm, edited 1 time in total.
swan
Enthusiast
Enthusiast
Posts: 227
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: QuickPDF Lib 7.xx ???

Post by swan »

@ srod - U may be interested in the latest version of the QuickPDFLibrary V7.17
Amounst other new features they list the following Unicode support:

Code: Select all

Unicode Support

The following functions have been Unicode enabled:

    DAGetInformation
    DASetInformation
    SetCustomInformation
    GetCustomInformation
    SetInformation
    GetInformation
    GetCatalogInformation
    SetCatalogInformation
    RetrieveCustomDataToString
    StoreCustomDataFromString
    GetAnalysisInfo
    NewOutline
    SetOutlineTitle
    OutlineTitle
    NewStaticOutline
    GetOutlineJavaScript
    SetOutlineJavaScript
    AddLinkToJavaScript
    FormFieldJavaScriptAction
    GetFormFieldJavaScript
    SetOpenActionJavaScript
    PageJavaScriptAction
    DocJavaScriptAction
    AddGlobalJavaScript
    GetGlobalJavaScript
    GlobalJavaScriptPackageName
    GetPageJavaScript
    AddPageLabels
    GetPageLabel
    NewOptionalContentGroup
    GetOptionalContentGroupName
    GetDocumentFileName
    DAExtractPageText
    GetPageText
    ExtractFilePageText
    GetAnnotStrProperty
    SetAnnotStrProperty 
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: QuickPDF Lib 7.xx ???

Post by srod »

Hi Swan,

I spoke to the developers of QuickPDFLibrary and I cannot use this product for my intended purposes as it invalidates their license. This leaves me with but one option - write my own pdf library which is on the mountain which is the srod to-do list! :)
I may look like a mule, but I'm not a complete ass.
swan
Enthusiast
Enthusiast
Posts: 227
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: QuickPDF Lib 7.xx ???

Post by swan »

That's a pity.
I'll be updating to the latest version just so I can work with the latest versions of pdf files.
Cheers ...
Post Reply