Print Page | Close Window

SetSignProcessField with few fields

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=3583
Printed Date: 29 Mar 24 at 8:08AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: SetSignProcessField with few fields
Posted By: nirnir
Subject: SetSignProcessField with few fields
Date Posted: 12 Jul 18 at 5:19PM
I'm trying to add few signature to a document and sign the file
As I understand some of the operations should be performed once and some per field
here is what  I'am doing
the problem is that only the last field in the loop is shown ,
what am I doing wrong ?
(each field in the loop has uniqe name)


  NewSignProcessFromFile
  SetSignProcessPFXFromFile
  SetSignProcessInfo

   For each field do  (
              SetSignProcessFieldPage
              SetSignProcessField
             SetSignProcessFieldBounds
             SetSignProcessFieldImageFromFile
    )

EndSignProcessToFile
ReleaseSignProcess




Replies:
Posted By: Ingo
Date Posted: 12 Jul 18 at 7:00PM
Hi Nirnir,

here's a kb-sample from Debenu:
http://www.debenu.com/kb/add-visual-digital-signature-to-a-pdf-programmatically/
Perhaps there you'll find what's missing in your code?

Cheers and welcome here,
Ingo



-------------
Cheers,
Ingo



Posted By: nirnir
Date Posted: 12 Jul 18 at 7:10PM
Thanks but this example is for one field.
My problem is thst only one field (last) is working, the others are ignored.


Posted By: Ingo
Date Posted: 13 Jul 18 at 3:02PM
Hi,

i'm not the signing expert... ;-)
Does it make sense to sign a document more than once?



-------------
Cheers,
Ingo



Posted By: nirnir
Date Posted: 13 Jul 18 at 4:00PM
I'm talking about few signature fields inside the document ,
each one has its own signature image and other properties .
The document itself is signed once 


Posted By: Ingo
Date Posted: 13 Jul 18 at 8:31PM
your code snippet is much too short to detect any problems.
If you don't want to post more of your code you should start with the sample (from the link) and enhance/extend it more and more...



-------------
Cheers,
Ingo




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