Print Page | Close Window

EchoSign

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=2783
Printed Date: 23 May 25 at 6:14PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: EchoSign
Posted By: JohnT
Subject: EchoSign
Date Posted: 15 Nov 13 at 8:34PM
Anyone have any input on using QuickPDF Library and EchoSign?

I use Delphi to merge data in RTF's, convert them to PDF's then merge the documents with QPDF Library.
Since most of the signature/initial areas of these documents are located in footers, I know where the signature fields should go. Before merging, I'd like to be able to put signature fields in.

The question then is very obtuse...are these fields compatible with EchoSign? EchoSign associates signature and initial fields with an email address.

Just curious to see how others are handling esignature applications using QPDF Library. Also, anyone using DocuSign?

TIA,

John



Replies:
Posted By: JohnT
Date Posted: 16 Nov 13 at 3:21PM
I've answered my own question with the help of documentation, Creating Adobe EchoSign Forms with Text Tags.


Here is a simple example that puts an EchoSign signature field in a document;
John

     EchoVar := DPL.NewFormField('Sig_es_:signer1:signature', 1); ///text form field
    DPL.SetFormFieldBounds(EchoVar, 20, 100, 200, 20);   ///horizontal start,vertical, width, height




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