Acrobat slow opening files with Digital IDs

hi!  I was hoping others were having this issue.  I have a client that has over a dozen Digital ID Signatures stored on our network drive.
When she tries to open a file with multiple Digital ID Signatures, Acrobat takes forever verifying the Signatures.  I can disable the security end, but that's not an option because of the people we are sending these files to.
Is there anyway to speed up the performance?  Or will they just have to accept it?
Thanks for everyone's time.
Alvin

Hi Alvin,
Sadly, there's not a whole lot that can be done to mitigate the problem. Even without a lot of digital IDs installed on the system any time you open a file with that many signatures it takes a long time to validate. Part of the problem is a design flaw where signature 1 gets validated, then when Acrobat moves onto signature 2 it validates signature 1 again because each signature creates a roll-back version of the PDF (View Signed Version) and each rollback version is validated independently. When you extrapolate that out to 20 signatures you can see how much signature validation is going on. We are working on streamlining this process for future versions of Acrobat, but for now it's a liability that you can't get around.
The number of digital IDs is a separate issue where Acrobat does all of the chain building at the front end (it's no longer on app open like it used to be, but as soon as Acrobat has to iterate the list of digital IDs). You don't have to open a signed file to trigger this, but that is one of the triggers. Acrobat has to test each signature to see if it has access to the private key in order to allow the user to clear the signature. It's access to the private key in the digital ID that enables the "Clear signature" menu item.
Sorry for the bad news,
Steve

Similar Messages

  • Can all Acrobat Readers open files with mixed orientation pages (portrait and landscape)?

    Can all Acrobat Readers open files with mixed orientation pages (portrait and landscape)? If not, which versions can? Thanks!

    Hi Sami,
    You can open files with mixed page orientations in all Adobe Readers There is no such constraint on opening files with different page orientations in Adobe Readers.
    In case if you have any other query please let us know. We will be happy to assist you.
    Regards,
    Aadesh

  • Dreamweaver very slow when opening files with external links

    Is there any way to fix Dreamweaver CS5 (Windows 7, 64bit) when opening files with external references?
    For example, I have a very simple CSS file, and toward the top the file has a line that says:
    @import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700");
    This causes the file to take around 20 seconds to open in DW. If I comment out the line or remove it, the file opens almost instantly. This behaviour is also present in files that contain an SSI.
    DW often crashes before being able to open the file and I need to restart the app.
    Can I disable DW from attempting to load the references?? It's obviously what is causing the issue IMO and would love to make DW workable again!

    "Enable Related Files" isn't the fix for this issue. It's slightly different - I wanted to still load related files, but only the ones local to the file I was editing.
    The fix was to use DW's Resolve To IP Address feature. It required adding a registry value - it fixed the issue straight away
    This Adobe support doc helped: http://kb2.adobe.com/cps/887/cpsid_88742.html

  • PDF File with Digital Signature

    I am opening a "PDF File with Digital Signature" using Adobe Acrobat Pro 9.
    File gets opened.
    Then i choose "Preflight: option for "Report PDF Syntax issues".
    The following message is displayed:
    "An error occured while parsing a contents stream. Unable  to analyze the PDF file."
    So whats the solution for this error?

    Hi,
    I have uploaded the file on the specified link:
    http://www.filefactory.com/file/b3g5h37/n/abc.pdf

  • Acrobat not opening files in "adobe pdf format"????

    I just got the message (The document “7/11Diverticulitis.pdf” could not be opened. Acrobat cannot open files in the “Adobe PDF document” format.) after trying to create a pdf file on my new computer. Recently upgraded to MacPro On Snow Leopard oper. system.  I had all my old stuff transfered to new computer. It all worked fine before. I am using a HPPhotosmart C7250 all-in-one printer/scanner. I needed to upgrade the scanner/printer software driver, did that already. Why doesnt' this work correctly. Steps for creating a pdf file are also different than before but I was able to create on, but can't open it with the new computer . Any ideas?

    You say that you transferred everything from another computer -- did you use Migration Assistant, or just copy things over?
    Either way, it is probably best to reinstall Acrobat from the disk, as it looks like some components have not been copied over.
    (Nothing wrong with having / in a filename on OS X. The only banned character is a semicolon. If you plan on transferring files to Windows, there is a host of chars that they can't use, though.)

  • Acrobat cannot open files in the "Adobe PDF document" format

    The document “example.pdf” could not be opened. Acrobat cannot open files in the “Adobe PDF document” format.
    Hi All,
    Running Acrobat Pro 9.4.2 on Snow Leopard, have never had this problem before. Showed up about a week ago, I believe with new update. Can't double click on a file in Finder, or drag and drop to AcrobatPro in Dock, but can open from within Acrobat Pro / File / Open command.
    All my preferences are correct with "Open With Acrobat Pro" as the default.
    I've read all the threads I can find with no answers yet.
    Anyone found and answer, I see a lot of us are going through this over the last year.
    Only possible common thread I have found is possibly HP printers. But I've been running HP printers all along with no issues.
    Thanks for you input.

    Moved to Acrobat Installation & Update Issues
    Either Acrobat needs to be re-installed or the file is named as a pdf file, but it is not a pdf file. Try opening the pdf file in a text editor and read off what the first line of the file is.

  • Adobe Reader XI does not open files with a command line "path" argument.

    Adobe Reader XI does not open files with a command line "path" argument. Version X and lower all worked fine. I have deleted and reinstalled the program with no success. Is this a bug?

    Hi Daniel,
    What is the make of the printer and is it using PCL or PS driver.?
    Do you have Acrobat installed on this machine as well?
    Please check if 'Print Spooler' service is running on the machine.
    Regards,
    Rave

  • When I am open file with adobe Pro and reader the resolution in my computer failing, change the resolution from 1920x1200 to 800x600. my video card is nvidia quadro 2000. w7 & 32 bits

    when I am open file with adobe Pro and reader the resolution in my computer failing, change the resolution from 1920x1200 to 800x600. my video card is nvidia quadro 2000. w7 & 32 bits

    Hi fabiangs,
    I'm not sure that I follow. Are you saying that when you open a PDF file in Acrobat or Reader, that the display resolution changes automatically on your system?
    What version of Acrobat/Reader are you using? Do you see this same issue in other files/applications?
    I look forward to hearing back from you.
    Best,
    Sara

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path

    Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path using any of these perfectly normal methods:
    1. double-click file in the Finder (e.g in a Folder on your Mac or on your Mac desktop etc.)
    2. select file and choose "File... Open" command-o in the Finder
    3. drag file to the application icon in the Finder.
    4. Select file in Bridge and double-click, choose File.. Open.. or Drag icon to InDesign icon in dock.
    If you try to open an ID file named with a "#", you will get an error message "Missing required parameter 'from' for event 'open.'"
    This happens to any InDesign file that has a "#" (pound sign, number sign, or hash) in the filename or in the file path (any parent folder).
    To reproduce
    Name an InDesign file Test#.idd Try to open it in the Finder or Bridge (as opposed to the "Open" dilaog of InDeisng itself).
    "Solution"
    The file WILL open using File... Open... command-o while in InDesign application.
    Rename the file or folders that have a "#" (shift-3) in the filename.
    Report to Adobe if it bugs you.
    This does not occur in "plain" Leopard 10.5 nor Tiger 10.4
    Untested in Panther or before and
    Untested with CS3 and earlier in Snow Leaopard.
    Anyone have those and want to try this... ?

    In case this really bothers you: we've added a workaround for this into Soxy. If you enable the option, these documents will open fine on double-click.
    You need Soxy 1.0.7 from:
    http://www.rorohiko.com/soxy
    Go to the 'Soxy' - 'Preferences' - 'Other' dialog window, and enable 'Open InDesign via Script'
    (Irrelevant background info (it's all invisible to the user): the workaround works by special-casing how Soxy opens documents in InDesign: instead of using AppleScript, Soxy will use ExtendScript to instruct InDesign to open the document - which works fine).

  • Opening files with Illustrator and photoshop doesn't work, i have to drag the files from finder in to the program. This problem appears after opening 4 a 5 files.

    Opening files with Illustrator and photoshop doesn't work, i have to drag the files from finder in to the program.
    This problem appears after opening 4 a 5 files, rebooting helps another 4 a 5 times and appears again.

    I'd recommend reposting in the Boot Camp forum, that is where the Boot Camp and Windows gurus hang out.
    Good luck.

  • Adobe Bridge CC crashes when opening file with Photoshop CC or Camera RAW!

    Adobe Bridge CC crashes when opening file with Photoshop CC or Camera RAW!
    - Tried to Reset the preference with CTRL + Click.
    - It's just new clean install didn't do anything with it yet.
    - Windows 8.
    Any help?

    Just that one project, or any project?  Can you create new projects?

  • Photoshop CS6 (Mac) crashes when opening files with type or using the type tool

    Hi,
    Photoshop CS6 keeps crashing when using the type tool or when opening files with type on it. I've quit suitcase, disabled the suitcase plug-in, reset the preferences in Photoshop there's no crash report coming up either the application just dies! I am currently trying a system restore from time machine to see if that works!. Any other suggestions would be greatly appreciated.
    Many thanks
    Olly

    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html

  • Can´t open files with camera raw

    Hi!
    I use Adobe Photoshop CS3 and the option to open files with Camera Raw is disabled in Bridge and in PS.
    Can anyone help?

    While each situation can be different this has been discussed on several threads. Scan down the list or do a search. If you can't find the answer, post a note.

  • Adobe PDF iFilter 9 for 64-bit platforms does not index my PDF files with Digital Sign

    Adobe PDF iFilter 9 for 64-bit platforms does not index my PDF files with Digital Sign, why?

    hi  Phillip
    i am not sure what you mean
    I downloaded the ifilter and installed it
    then configured everything as shown in the pdf file
    I tried indexing from scratch exactly as i did successfully in the other computer
    and got some errors in the log file
    i checked the sql server log and the event viewer logs and got :
    Error '0x80004005' occurred during full-text index population for table or indexed view '[Pirsumim_ext_ck].[dbo].[T_PUBLICATIONS]' (table or indexed view ID '2073058421', database ID '14'), full-text key value 0x0000027A. Attempt will be made to reindex it.    
    The component 'PDFFilter.dll' reported error while indexing. Component path 'C:\Program Files\Adobe\Adobe PDF iFilter 9 for 64-bit platforms\bin\PDFFilter.dll'.   
    Informational: Full-text retry pass of Full population completed for table or indexed view '[Pirsumim_ext_ck].[dbo].[T_PUBLICATIONS]' (table or indexed view ID '2073058421', database ID '14'). Number of retry documents processed: 1. Number of documents failed: 1.
    Changing the status to MERGE for full-text catalog "Pirsumim_ext_catalog_ck" (5) in database "Pirsumim_ext_ck" (14). This is an informational message only. No user action is required.
    Informational: Full-text Auto population initialized for table or indexed view '[Pirsumim_ext_ck].[dbo].[T_PUBLICATIONS]' (table or indexed view ID '2073058421', database ID '14'). Population sub-tasks: 1
    the same dll worked fine in another computer...
    how can i see more details what is wrong with this dll  ?
    meidad

Maybe you are looking for

  • My key board is not working after my cat sat on it plus I have a small long flashing box

    MY cat sat on my key board during working on a program which adds your signature and now even though I can sign in to my computer  with out any problem once into any of my programs I can not type more than one or two letters with pressing very hard.

  • Evernote: Can I delete the imported file???

    If you are a premium suscriber to Evernote, can you delete the original file (i.e., PDF, Excel, ...) that was imported into Evernote or do you need to keep it for future editing, sharing or such? It seems Evernote copies the imported file and puts it

  • I don't live in Cupertino

    I can't seem to be able to save many of the settings on my new iPT. The time, for example, keeps reverting back to the factory default setting, which is 1 hour ahead of the time where I am. And the selected wallpaper keeps reverting back to the green

  • Disc Drive rejects DVD-RW & DVD+RW discs

    the drive on my macbook accepts dvd-rw and dvd+rw discs but can't read them and subsequently ejects the discs. how do i solve this problem? please help as i have a bunch of these discs.

  • Possible problem installing kdeplasma-applets-plasma-nm

    When doing pacman -Syu kdeplasma-applets-plasma-nm for the new kde network management package does anyone have any problem installing it?  I installed the first released version a few days back which could be installed in parallel with the old kdepla