How to automate digital signing PDF Files in batch

I am trying to find a way to automate as much as possible the placing of a digital signature on a set of PDF documents.  We have Adobe Acrobat Pro 8.1 and the machine has MS Office 2003 with Vista Business.  Here's a scenario:  A set of documents exist in a TO-BE-SIGNED folder, each unsigned.  The user uses MS Access 2003 form with a button with VBA code to open and show the first document in the folder.  The AcroExch.App, AcroExch.AVDoc, and AcroApp.Show APIs are used to do this.  I found code on the internet to do that.  Rather than having my client now have to go through all the manual steps to place a digital signature on the document, I want to streamline it to a single click if possible.  Right now he has to click Advanced > Sign and Certify > Place Signature > then click and drag > then enter his password > then click sign > then save and close the doc.  Can all this be automated?  An added bonus would be automatically saving or moving the signed doc to a different folder when it is signed.
I have created a stamp that allows me to add a stamp with just two clicks.  Can such be done to add a digital signature?  Is it possible to add a button to the toolbar to do this?  Can it be done in Access VBA using some Acrobat API calls?  Another feature I want to include is moving quickly from one document to the next in the TO-BE-SIGNED folder.  Like the arrow buttons take you from page to page, can a button be added to the Acrobat toolbar to take you from doc to doc in a particular folder?  Or can that be done using VBA and some Acrobat API calls?  To maintain the security of the password protection and yet cut down on clicks and keystrokes, I would like to input the password just once at the beginning of the session and have it remembered or applied to all the docs that get signed as long as that session is open.
I've found some software that purports to do much of the above, but they are all very expensive and assume a big business with big bucks.  If anyone knows of inexpensive software that will REALLY do this, I'm open to that as well, though I'd like to control the process myself if possible.  I consider myself a beginner with Acrobat and using API calls and would appreciate any help anyone can give.  Is the above clear and even possible?
PS:  I'm new to this site and using SDK.  I posted this under Security (thinking digital signatures) and was asked to post it here, which I'm glad to do.
Thanks much!

Our workflow is such that on infrequent occasions, we have a digitally signed PDF file and the doctor wants to append a scanned note to it.  In the past, we could do this, but not now.  In the past, when we added the scanned doc, we received a message saying that the doc is already signed and asking if we want to overrwrite the doc.  If we respond Yes, then Acrobat would allow it and the signature would indicate that the original part of the document was not modified, but that something had been changed--namely, a doc had been appended.  The signature indicated that something had changed since it was added, but it still allowed the append.  The signature would have an exclamation point in a yellow triangle indicating the doc had been updated since signed.  For our purposes, that was okay because we know what the change is based on the original doc and we know what is appended.  Now, however, we cannot append at all.  The only thing that is different that I know of is that the doc was signed with software that is not Adobe Acrobat, even though the other software uses an Adobe Acrobat self-created digital signature.
    I hope I've explained that clearly enough.
Thanks for your help.

Similar Messages

  • Where should the Green Tick get displayed in digitally signed pdf files in whom the Signature has been validated ?

    I have Windows 7 & Adobe 11 installed on my P.C (Apart from other Software) . Recently I downloaded Digitally Signed .pdf files & validated the Signature with Trust Certificates . However , the Green Tick Mark is coming on the left-hand side of a blue panel situated in-between the menu bar & the document . Shouldn't it be coming at the bottom right side of the document (Just above the name of the signatory) ? Is there anyway I can get the green tick to display at the bottom right side of the document or is this just the way the green tick gets displayed in current versions of adobe reader ?
    This is the way it gets displayed on the top - left portion of the screen :
    However , it does not get displayed in the below manner :

    First of all, you need an app on the iPad that can read those files that you want to transfer. Adobe Reader and iBooks are two free apps that will read PDF files. Adobe Reader is much more robust than iBooks as it offers so many more features like renaming files, creating folders, annotating, highlights, etc.
    Download Adobe Reader in the App Store. Then read this about file sharing with iTunes.
    iOS: About File Sharing - Support - Apple
    There are other ways to get files to the iPad, like email, DropBox and some other apps that let you mount your iPad like a flash drive.
    This should be helpful as well.
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad

  • How to digitally sign pdf file

    Hi,
    I am working on Java and Digital Signature and new to this field. I want to sign a pdf file using smart card. I have tried signing xml files and it's now running fine. The signature is attached with the xml file. Similarly I want to sign a pdf file and the signature should be attached with it.
    Please help me to do that.
    Thanks in advance.

    Thnx.
    Any way I could manage the matter.
    I hope my code may help people working on same.
    So the code is here
    static String fname = "D:\\file.pdf";
    static String fnameS = "D:\\file_signed.pdf";
    //The main method
    public static void main(String[] args) {
            try {
                this.signPdf() ;           
            } catch (Exception e) {
                System.out.println(e);
    //The signer method
    public static final boolean signPdf()
                throws IOException, DocumentException, Exception {
            String fileKey = "D:\\MyCertificate.pfx";
            String fileKeyPassword = "password";
            try {
                KeyStore ks = KeyStore.getInstance("pkcs12");
                ks.load(new FileInputStream(fileKey), fileKeyPassword.toCharArray());
                String alias = (String) ks.aliases().nextElement();
                PrivateKey key = (PrivateKey) ks.getKey(alias, fileKeyPassword.toCharArray());
                Certificate[] chain = ks.getCertificateChain(alias);
                PdfReader pdfReader = new PdfReader((new File(fname)).getAbsolutePath());
                File outputFile = new File(fnameS);
                PdfStamper pdfStamper;
                pdfStamper = PdfStamper.createSignature(pdfReader, null, '\0', outputFile);
                PdfSignatureAppearance sap = pdfStamper.getSignatureAppearance();
                //sap.setCrypto(key, chain, null, PdfSignatureAppearance.SELF_SIGNED);
                sap.setCrypto(key, chain, null, PdfSignatureAppearance.VERISIGN_SIGNED);
                sap.setReason("Security");
                sap.setLocation("Kolkata, India");
                sap.setSignDate(Calendar.getInstance());
                sap.setVisibleSignature(new Rectangle(10, 10, 50, 30), pdfReader.getNumberOfPages(), "Subhadip Pramanik");
                pdfStamper.setFormFlattening(true);
                pdfStamper.close();
                return true;
            } catch (Exception key) {
                throw new Exception(key);
        }

  • How to edit digitally signed pdfs

    How to edit signed pdf ? am getting the message that you are currently viewing a signed version. All editing and interactive features are disabled. Save a copy and reopen to edit this document , please help how can I remove this signature or disable it ? The file was created using my use ..  The error message: this document has been signed and cant be edited

    Save a copy before signing - important. Think of signing as final.

  • How do I digitally sign projector files?

    I am currently selling apps in Flash projector .exe format.  How can I install a certificate from Verisign or Thawte?
    Roger

    I want to access the file system of the client using a
    servlet which shall be digitally signed.
    You cannot do this. It is technically impossible. You are referring to an Applet. There are two ways to get the Applet to read the files of the client system.
    1. Have the client open up security by editing the java.policy file, which is dangerous.
    2. Digitally Sign the Applet.
    How do I do it.Please send the code.
    Write the code yourself. Sorry to say, but nobody here is going to program your code for you. That is, unless you pay them money!

  • How to add password to pdf files in batch?

    I need add password to 2000 pdf files. each one should has unique password.
    Thanks!

    This kind of operation can't be done in Acrobat. You'll need some stand-alone tool, or maybe a plugin, to do it.

  • How can i digital sign a file using JAVA?

    and how can i verify the digitially signed file was not altered by anyone using JAVA?
    please provide me with the simpliest way to do this.
    thanks a lot.

    I have no idea but you might want to take a look at :
    http://java.sun.com/j2se/1.5.0/docs/guide/security/index.html
    hth

  • How to remove password-encryption in a signed PDF file?

    I can open a password-encryption and digitally signed PDF file using Acrobat X Standard but cannot remove the password protection.
    Can anyone help me remove the password encryption?  The Acrobat only allows to set passsord encryption before adding digital signature to a PDF file.  Can I sign a PDF file and then encrypt it with password?  Thanks.

    Removing the security, if it is possible, would destroy the signature.
    Encrypting a signed PDF would destroy the signature.
    This is because signatures validate the file exactly as it is, and changes to the file break the signature by design. Setting security is a change to the PDF (a big change).

  • Digitally Signed PDF crashes Mail and Preview

    I've run into an odd situation - if I try to send a digitally signed PDF file using the Mail app or even view that file in the Preview app, those apps crash. The PDF files are created in Adobe Acrobat Pro version 9.1.0 (for the Mac). My Mail and Preview apps are right up to date.
    The same PDF file still opens just fine in Adobe Acrobat. If I create exactly the same file, but don't go through the digital signature step, the files open (in Preview) and send (in Mail) just fine.
    Anyone else run into this problem and/or have a suggestion on how to avoid it?
    (P.S. By "create", I mean I have printed to the "Adobe PDF 9.0" print driver, which creates the base PDF file. Then I have also "secured" the file by requiring a password be entered to change anything. The final step, which seems to be causing the problem, is digitally signing the file.)

    The problem may be related to asking Acrobat 9 to output a file format "compatible" with older versions -- along with adding security.
    If you check the Console log, I think you will find that the "mdworker" task is also crashing -- even when you open the file successfully with Adobe Reader. I presume this is Spotlight trying to index the file.
    Safari will also crash when attempting to view such a PDF. It puts out a Console message indicating invalid AES block size or some such. Presumably this is related to the 128 bit AES security in the PDF file. Using 128 bit RC4 results in a file that doesn't crash Preview, but the document content is garbled by Preview so it's just as bad.
    --Bob

  • Can I open reader and digitally sign pdf in flash?

    First off let me say, I have 0 experience with Adobe Flash or Adobe Air, so this may be a dumb question or I may not even be asking in the right place.  I currently have an application which uses Adobe Reader to digitally sign PDF files.  The PDFs are displayed inline within a webpage.  The user must use Adobe Reader because it needs to be FIPS 140 certified.  The issue we are running into is with browsers like Chrome and Firefox bunding their own PDF reader, it brakes our application.  I am looking for a way to force users to use Adobe Reader.  From reading on the web, it looks like this isn't really possible and we are at the mercy of the PDF plugin the user has installed.  The idea I thought of, though, would be to write an Adobe Flash application which would display the PDF.  I am hoping doing it this way, I could force the use of Adobe Reader and not the PDF plugin of the browser.  Does anyone know if this will work?  And if it does, will I have all functions of Adobe Reader available (specifically digitally signing)?

    for a web based app, you can't easily display a pdf in flash.  even for an air app (or any other platform), you can't force anyone to use adobe reader (especially, because not everyone has adobe reader).

  • How to append to a signed PDF file

    We have Adobe Acrobat 8.1 Professional on PCs running Vista.
    In the past, we could append a scanned document to a PDF document that has already been signed using a self-created Adobe digital signature.  Now we have docs with a digital signature from a Certificate Authority.  I can no longer append a scanned doc to the signed PDF file.  Is there a way to do this?  Previously, we selected Create PDF > From Scanner > selected Append > and clicked Scan.  The scanned paper file would be added to the existing signed PDF document.  Now, however, we get the message "File can't be appended" when we select Append and navigate to the file signed with a digital signature from a Certificate Authority.  One more factor, the documents we get are now signed with PDF signing software other than Adobe Acrobat.  I tried scanning the doc to a file and then combining and Adobe Acrobat would not allow that either because of the digital signature.  Does anyone know how to do the append procedure now?
    Thanks!

    Click on the "arrow out of box" icon on the menu when you're viewing your PDF document (2nd button from right). then click "E-mail document".

  • In digital editions how to you access the pdf file on your computer - I want to read in acrobat

    in digital editions how to you access the pdf file on your computer - I want to read in acrobat as digital editions too hard to read.@@

    On Mac, try looking in:
    /Users/dug.geo/Documents/Digital Editions
    On Windows, look for "Digital Editions" in "My Documents". If it's not there, look one level above "My Documents".
    If you know the filename of the PDF, you could also try doing a file system search for it.

  • How can I convert digitally signed PDF's so I can combine them into a single multi-page PDF?

    We are an architectural firm and we receive drawings from consultants as PDF's that are digitally signed.  In order to combine all of our drawings into a single PDF, we currently send the PDF's to a printer, have them printed, and scan them as new PDF's.  This process reduces the clarity of the PDF and re-printing the scanned PDF's reduces the clarity even further.  Is there a way to "flatten" or otherwise convert the digitally signed PDF's so we can combine them into a single multi-page PDF?  Making a portfolio is not an option.  We need an actual multi-page PDF for a variety of reasons.  This problem is actually preventing our office from using digital signatures so any help would be greatly appreciated.

    You can't. There was a discussion on this Forum a few months ago on this subject. Look it up for more info.

  • How can I quickly view pdf files like I can do with Windows Picture and Fax viewer for jpg files?

    How can I quickly view pdf files like I can do with Windows Picture and Fax viewer for jpg files? I need to look at several thousand PDF files. It takes too long to open each one individually. The only thing I could think of is combining them into large groups and then using the Navigation index. But I like the way windows Picture and Fax Viewer does it because you can keep the files separate. Combining PDFs causes loss of individual file names. That would be a problem since I do need to have the individual file names.

    Windows Picture and Fax Viewer is a DLL and is started via a rundll32.exe call and can't be set as an application to handle images in Firefox 3 and later versions.
    Try to set Windows Picture and Fax Viewer as the default viewer in Windows, then it should be listed automatically in the Mozilla Firefox Browse dialog.
    *http://www.winhelponline.com/articles/115/1/Windows-Picture-and-Fax-Viewer-as-the-default-viewer-in-Mozilla-Firefox.html
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How do I combine several pdf files into a single file (MAC OS)?

    How do I combine several pdf files into a single file ?
    MAC OS 10.6.8
    Adobe Reader 11.0.10
    Signed: Ken, in Utah

    Not possible with Reader. You need Acrobat or a subscription to something like PDF Pack to do it.

Maybe you are looking for

  • Long voice memos not transferring to iTunes

    Hi, I need help. I have a 3gs 32GB iphone and for all purposes its been working alright, but since i did the ios 5.0 update (now ios 5.0.1 hoping this would solve the problem but no)some of my voice memo's have been duplicated on my phone. Also voice

  • Unable to fetch records from database with huge selection screen

    Hi all, I have 20 fields from selection screen. I have a z table with these 20 fields . Now with the values entered in the selection screen i have to fetch the records from the z table. All fields in the selection screen are not mandatory, the user m

  • Change default Apache to Webstar

    After installing Dreamweaver 8 - assuming the 4D Webstar would be used as it has been for several years, the Apache app became the default...How do I get rid of the Apache & return to my 4D Webstar? Thanks for any help with this frustrating problem t

  • VL32N screen - new field

    Hi Experts, My requirement goes like: We are printing a material Bar code label via VL32N. Assume if there are 2 line items in VL32N :                  Qty line item 1  100 (all in one box) line item 2    20 (in each box) Now the requirement is like,

  • PA30 Problem

    Dear Friends: Using T.code PA30, I entered the personnel no and clicked on change. I get the message No data stored for Travel Privileges in the selected period      Message no. PG009 Diagnosis      No records exist in the chosen period.      The sys