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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > General Discussion
  New Posts New Posts RSS Feed - supplementation for the 5.11-manual
  FAQ FAQ  Forum Search   Register Register  Login Login

supplementation for the 5.11-manual

 Post Reply Post Reply
Author
Message
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Topic: supplementation for the 5.11-manual
    Posted: 22 Oct 08 at 2:17AM
Hi!

Actually we've made a jump with new features (hopefully soon as compiled versions for all). Over nearly two years now there were new functions inserted and old functions enhanced.

Who knows this better than the members who had done this?

I don't want (i can't) to "open" the 5.11 document but i want to create a new supplementation for the old manual with all new and enhanced functions and a description. I don't need the internal functions (which are working hidden).

Please send it to me and i'll put it together, trying to create a layout similar to the old manual. Thanks.

ingo ( dot ) schmoekel ( at ) ewetel ( dot ) net

Cheers,
Ingo

Back to Top
Michel_K17 View Drop Down
Newbie
Newbie
Avatar
www.exp-systems.com

Joined: 25 Jan 03
Status: Offline
Points: 297
Post Options Post Options   Thanks (0) Thanks(0)   Quote Michel_K17 Quote  Post ReplyReply Direct Link To This Post Posted: 22 Oct 08 at 8:22AM
Hi Ingo,

   Who are you responding to?

   I seem to recall that someone had converted the manual already so we can edit it again.

   You are right. We have a lot of changes made, so an update to the manual is required as part of the new release. I'll be happy to contribute too.

   Cheers!

Michel
Michel
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 23 Oct 08 at 1:24AM
Hi Michel,

i need response from all who had insert new functions. The new ones perhaps i can get together but the old ones ...? So anybody who had insert new functions should post with a short description in the "change requests..."-section or to me directly. I'll get it then.

Yes. You're right. A long time ago here was a member telling me that he has begun converting the manual for a new release... perhaps i'll find his mail adress again ;-)

Best regards,
Ingo 


Edited by Ingo - 23 Oct 08 at 1:26AM
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 23 Oct 08 at 4:12AM
Hi Michel!

I've found the member. It was Ruediger in a posting from 2006 here.
ruediger -dot- kabbasch -at- thermo -dot- com
He told about a helpfile-/manual-project he had begun.
I've sent him an email to get the project contents.

Cheers,
Ingo
Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 23 Oct 08 at 11:44AM

 
DigiSign

Description

Add a digital signature to the pdf

Definition

 Function DigiSign(DestFileName as string,
                   ImgFileName as string,
                   Name as string,
                   Reason as string,
                   Location as string,
                   ContactInfo as string,
                   Certificate as string,
                   Password as string,
                   Left as Integer,
                   Top as Integer,
                   Width as integer,
                   Height as Integer) as Integer

Parameters

 DestFileName  : The destination pdf filename
 ImgFileName   : The image filaname to draw as signature
 Name          : The signer name
 Reason        : The signing reason
 Location      : The Signing Location
 ContactInfo   : The signer conatact information
 Certificate   : The certificate filename
 Password      : The pasword for the certificate
 Left          : The left position for the signature
 Top           : The Top position for the signature
 Width         : The Width for the signature
 Height        : The Height for the signature

Returns
 0  The document is signed
 1  DestFileName omitted
 2  Certificate filename omitted
 3  Certificate file does no exists
 4  Invalid pasword
 5  No private key in the certificate
 6  Unkown error

Notes :

 This function sign the loaded pdf and if the process is complete, create the DestFileName pdf file and remove the document form memory
 The signature Image is any valid image file accepted by AddImageFromFile function, the white color is set to transparent
 These parameters can be left to blanck
   Name
   Reason
   Location
   ContactInfo
 The Certicate can be obtain from the window certifate store by exportation, note that you must use the option export the private key
 The certicate Password is the one used when exporting the certificate
 If With or Height is set to zéro, a blanck signature is added to the document
 You can co-sign the document as well




Edited by DELBEKE - 23 Oct 08 at 11:49AM
Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 23 Oct 08 at 12:23PM
Incremantal Saving
Three new functions
 SaveIncToFile
 SaveIncToStream
 SaveIncToString
Theses functions have the same parameters than the old equivalent saving functions
The modifications in the document are appened at the end of the loaded filename.
Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 23 Oct 08 at 12:32PM
Aes 128 Encryption
 
The same legacy encrypt/decrypt functions are used, just a new value for parameter
 
for functions Encrypt and EncryptFile, set Strength to 2 for the AES128 encryption
for function SecurityInfo,if SecurityItem is set to 10, 12 is returned if the encryption is Aes128
 
Al others functions support AES128 and can be use as usual.

 



Edited by DELBEKE - 23 Oct 08 at 12:32PM
Back to Top
Michel_K17 View Drop Down
Newbie
Newbie
Avatar
www.exp-systems.com

Joined: 25 Jan 03
Status: Offline
Points: 297
Post Options Post Options   Thanks (0) Thanks(0)   Quote Michel_K17 Quote  Post ReplyReply Direct Link To This Post Posted: 23 Oct 08 at 8:30PM
Hi Ingo,

   If needed, I can buy a PDF-to-Word Converter to re-create the original manual which we can then edit.

   Cheers!


Michel
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 24 Oct 08 at 2:08AM
Hi Michel!

Thanks. But i'm in contact with Ruediger.
I'll get the help-/manual-project from him within the next few days.

Cheers, Ingo

Back to Top
Michel_K17 View Drop Down
Newbie
Newbie
Avatar
www.exp-systems.com

Joined: 25 Jan 03
Status: Offline
Points: 297
Post Options Post Options   Thanks (0) Thanks(0)   Quote Michel_K17 Quote  Post ReplyReply Direct Link To This Post Posted: 24 Oct 08 at 8:01AM
Excellent!
Michel
Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 26 Oct 08 at 7:38AM
I've also change GetAnnot functions
 
 
GetAnnotIntProperty(Index, 114) return the annot Id
GetAnnotIntProperty(Index, 113) return the parent's annot Id
 
GetAnnotDblProperty(Index, 115) return the red part of the annot's color
GetAnnotDblProperty(Index, 116) return the greeen part of the annot's color
GetAnnotDblProperty(Index, 117) return the blue part of the annot's color
 
GetAnnotStrProperty(Index, 105) return the icon's name of the annot
 
 
 
Back to Top
champagnecharly View Drop Down
Beginner
Beginner


Joined: 12 Apr 08
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote champagnecharly Quote  Post ReplyReply Direct Link To This Post Posted: 14 Nov 08 at 5:20AM

this sounds great.. new manual..USEFULL!

How is it comming on?
 
Maybe a silly question but are you re-creating it from a report(s) based on a DB of functionality?


Edited by champagnecharly - 14 Nov 08 at 5:21AM
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 14 Nov 08 at 1:36PM

Hi!

I've collected all new and enhanced visible functions and gave them to Ruediger. He had made a help-/manual-project with both, chm and pdf. The pdf looks similar to the old one...

We'll publish it here as soon as possible. Please keep in mind: All what happens here is made with freetime ;-)

Cheers, Ingo

 

Back to Top
champagnecharly View Drop Down
Beginner
Beginner


Joined: 12 Apr 08
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote champagnecharly Quote  Post ReplyReply Direct Link To This Post Posted: 15 Nov 08 at 2:19AM
Hi, yes I see all is done in free time. What you guys do rocks!

The reason I was asking re manual as it was one thing I might have been able to help with (if text extract was working ok) although I have no experience in creating .chm. Although if the job's in hand then I'll leave it to thoese prob more compitent.



Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store