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!
QuickPDF v6.04.3 - Added Digital Signatures |
Post Reply |
Author | |
Michel_K17
Newbie www.exp-systems.com Joined: 25 Jan 03 Status: Offline Points: 297 |
Post Options
Thanks(0)
Posted: 01 Sep 08 at 1:31PM |
Delbeke has managed to do something that we never thought we would see
with this library: a major new feature. Well done Delbeke! He has added support for digital signatures.
This new version is provided by Delbeke and is available in the source code area [here]. Please note that you need to own the source code and have the password to access this area of the forum. A "pre-compiled" and "DCU" versions of the library will be made available in the near future once development and testing of the new version has been completed. List of Changes
Instructions on New DigiSign Function
Visual Basic Sample Code m_oDoc.LoadFromFile "c:\PdfVisu\PdfTest\test.pdf" m_oDoc.SelectPage (m_oDoc.PageCount) m_oDoc.SetOrigin 1 m_oDoc.SetMeasurementUnits 1 lRet = m_oDoc.DigiSign("c:\PdfVisu\PdfTest\TestSign.pdf", _ "c:\PdfVisu\PdfTest\Signat1.JPG", _ "JL Delbeke", _ "Why not", _ "France", _ "Jean-Luc@Delbeke.fr", _ "c:\cert.pfx", _ "MyPassword", _ 10, 10, 30, 30) Delphi Sample Code Qp.LoadFromFile('C:\PdfVisu\PdfTest\Test.pdf'); Qp.SelectPage(Qp.PageCount) ; Qp.SetOrigin(1); Qp.SetMeasurementUnits(1); Qp.DigiSign('C:\PdfVisu\PdfTest\TestSign.Pdf', 'C:\PdfVisu\PdfTest\Signat1.jpg', 'Jean-Luc Delbeke', 'Why Not', 'France', 'Jean-Luc@Delbeke.fr', 'c:\Cert.pfx', 'MyPassword',10,10,30,30); |
|
Michel
|
|
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