Navigation buttons getting error in Accessible PDF

In InDesign cs6 I have created 2 internal navigation buttons, one is "Go to destination" and one is "Go to Previous View". After exporting as an interactive pdf (yes, all the correct boxes checked or unchecked) and running a full check, I get these error messages:
2 element(s) that are not contained within the structure tree. (How to Add Tags)
Inaccessible digital signature
Inaccessible form field
I have been creating accessible pdfs for about a year but have never had to make one with this type of button. I have no idea why this is happening and have searched everywhere for an answer. Can anyone help? Please!

Sorry for the delay in responding, you've probably solved this by now.  But just in case not, or for others searching for this answer. 
Strangely enough Navigation Buttons are considered "Form Fields" and need to be tagged in the proper reading order the Tag Panel under a Form tag. They also need tool tips which explain their purpose to the user.  The Tab Order also needs to be set in the Forms Task Pane.
Here is a link that may help.
http://www.adobe.com/content/dam/Adobe/en/accessibility/products/acrobat/pdfs/acrobat-xi-a ccessible-forms.pdf

Similar Messages

  • Getting error: Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser..  I just purchased the Adobe Acrobat Pro today on may MAC.

    Getting error:  Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser.  I just purchased and installed Adobe acrobat pro for the Mac today.

    Hi Tbeirne,
    If you just want to save a pdf opened in Safari to your machine use the save as option from within the Reader plugin window. Just click on any of the buttons highlighted in below screenshots to Save a pdf at any location on your machine.
    or
    To summarize the issue, if you had opened an Internet PDF in a browser plug-in, you must use the save feature in the plug-in, not the Safari File > PDF Export, or File > Save As...
    Please let us know if this solution works for you and you are able to save and view PDFs files locally.
    Regards,
    Shashi

  • Unable to combine files on acrobat 8 getting error message "no PDF file was created beacuse Acrobat encountered an unidentified error"

    unable to combine files on acrobat 8 getting error message "no PDF file was created beacuse Acrobat encountered an unidentified error" Please help

    A lot of the time the files can not be combined because of incompatible fonts, or at least font sets that could not be resolved. Maybe that will give you some direction to look at.

  • Getting error while opening pdf on server

    Dear All,
    I am working on jdeveloper 11.1.1.4.0.
    I have a use case where on click of link , generating a dynamic pdf. The pdf i am arranging with the help of itext through backing bean. It is generating as well downloading the pdf.I have used filedownloadlistner to call the generate and download pdf methods.
    On integrated weblogic server the pdf is working fine, but when i deploy on server while opening pdf getting error :
    *"Adobe Reader could not open 'test.pdf' beacause it is either not a supported file type*
    *or because the file has been damaged (for example, it was sent as an email attachment and*
    *wasn't correctly decoded)."*
    I am not able to get the root cause for the problem. The sample code to generate and download pdf is :
    // Generate PDF
    private void generatePDFFile(FacesContext facesContext,
    java.io.OutputStream outputStream) {
    try {
    System.out.println("In Generate PDF................");
    Document document = new Document(PageSize.A4);
    PdfWriter.getInstance(document, new FileOutputStream(FILE));
    document.open();
    addMetaData(document);
    addTitlePage(document);
    document.close();
    System.out.println("End of PDF......................");
    facesContext = facesContext.getCurrentInstance();
    ServletContext context = (ServletContext)facesContext.getExternalContext().getContext();
    System.out.println(context.getRealPath("/"));
    String FILE = "test.pdf";
    File file = new File(FILE);
    FileInputStream fdownload;
    //BufferedInputStream bis;
    byte[] b;
    System.out.println(file.getCanonicalPath());
    System.out.println(file.getAbsolutePath());
    fdownload = new FileInputStream(file);
    int n;
    while ((n = fdownload.available()) > 0) {
    b = new byte[n];
    int result = fdownload.read(b);
    outputStream.write(b, 0, b.length);
    if (result == -1)
    break;
    outputStream.flush();
    } catch (Exception e) {
    e.printStackTrace();
    Download PDF
    private void downloadPDF(FacesContext facesContext, java.io.OutputStream outputStream) {
    try {
    facesContext = facesContext.getCurrentInstance();
    ServletContext context = (ServletContext)facesContext.getExternalContext().getContext();
    ExternalContext ctx = facesContext.getExternalContext();
    HttpServletResponse res = (HttpServletResponse)ctx.getResponse();
    res.setContentType("application/pdf");
    outputStream = res.getOutputStream();
    System.out.println(context.getRealPath("/"));
    File file = new File(FILE); // FILE = 'test.pdf'
    FileInputStream fdownload;
    // BufferedInputStream bis;
    byte[] b;
    fdownload = new FileInputStream(file);
    //bis = new BufferedInputStream (new FileInputStream(file));
    int n;
    while ((n = fdownload.available()) > 0) {
    b = new byte[n];
    int result = fdownload.read(b);
    //outputStream.write(b, 0, b.length);
    outputStream.write(b, 0, b.length);
    if (result == -1)
    break;
    outputStream.flush();
    outputStream.close();
    fdownload.close();
    } catch (Exception e) {
    e.printStackTrace();
    Any help will be appreciated.
    Thanks
    Kanika

    If the pdf file don't open on the server where you created them, they won't open on the client side either.
    The code you are using should be refactored to use different file names for the generated files. In a multi user environment (which every web application is) you overwrite the file generated with each new request, even before the file is loaded by a client. This will corrupt the file a client is loading and you get the error you see.
    Next I would look into org.apache.commons.io package (http://commons.apache.org/io/) which has utility classes which allows easy handling of streams without looping over the data.
    Timo

  • IPhoto v.8.1.2 can't use the Facebook photo upload button - get error

    Everytime I hit the Facebook button down at the bottom of iPhoto and try to log in, I get an error that states, "An error occurred with iPhoto Uploader. Please try again later."
    Have no clue what the problem might be. Did make sure iPhoto was set up to receive incoming connections in the Firewall. Any suggestions or know what's up here?
    Using iPhoto v.8.1.2 ('09) and Leopard 10.5.8, PPC

    My problem is identical. Did you ever resolve it?

  • Getting error while printing PDF from ABAP Report

    hi everyone,
    I am trying to print PDF form from a report. But the output i get is an error msg on the Paper
    ERROR: limitcheck
    OFFENDING COMMAND: PDF Parser: Damaged PDF file, failed reading trailer STACK:
    thanks.

    Some additional information:
    In the defaulttrace, I can see this:
    Service XMLFormService: Native process (PID=15892) E:\usr\sap\PEP\JC00\j2ee\os_libs\adssap\XMLFormService\bin\XMLForm.exe terminated abnormally with error code 128
    Processing exception during a "Render" operation.
    Request start time: Fri Mar 06 10:11:55 CET 2009
    com.adobe.ProcessingException: XMLFM Exception during render: org.omg.CORBA.COMM_FAILURE
    Exception while connecting to <SERVER-IP>:3533
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method

  • Getting Error 'Save As PDF Form' in Acrobat XI FormsCentral

    I am trying to 'Save as form as PDF Form' in Acrobat XI FormsCentral, and I am getting the error. When I click Yes, nothing happens.

    Hello George,
    Thank you for your response. I was attempting to save a form created in FormsCentral as a PDF Form, but I was getting the error.
    I have since determined that the file gets saved to AppData\Local\Temp, but could not write there. I added the path to 'Windows Trusted Sites' under Preferences - Security (Enhanced)

  • Getting errors printing to PDF with Acrobat 8 in Leopard

    I get the following error when trying to print to PDF in Acrobat 8 under 10.5:
    "No %%BoundingBox: comment in header"
    What does this mean and how do I fix it?
    I have updated to 10.5.4 and Acrobat 8.1.2 with the same results. The error remains the same in the PDF print queue, though the job actually disappears now that I upgraded Acrobat. The jobs remained in the queue before, they simply stopped the queue but remained.

    When do you get the error, exactly? This doesn't sound like an Acrobat
    error. Are there any clues (like a title bar, something active in the
    doc) what is putting out the message?
    Aandi Inston

  • Keep getting error not vaild pdf how can i open the file

    Error msg says not a valid PDFhow can iI open

    Hi,
    Would it be possible for you to share the problematic pdf with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • "Error while generating pdf" error come when clicking on "Print Version "

    Hello ,
    When we execute Query in the Portal there is a 'Print version' button.
    When you select it, it opens up print dialog and click OK
    It is supposed to send 'pdf' stream to  Web browser client on end user but it is not able to generate the pdf .
    getting ' Error while generating pdf '
    I am working on BI 7.0 .
    The same is running fine in the Q Environment .But in Production we are getting this error .
    Thanks ,
    Rahul

    Hi,
    I think this is an ADS error. This is a reason why pdf's are not working. We had the same issue.
    You can check your installation:
    Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool
    SAP Note Number: [937697|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393337363937%7d]
    Exceptions: Prerequisites for messages in the area BI Java
    SAP Note Number: [1224043 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31323234303433%7d]
    Solution in our case was to update the SAPADS package to 7.00 17.1
    Regards
    Andreas

  • Error while generating PDF ( BEx Web Analyzer )

    Hi,
    Is there any limit to the number of pages we can print using ADS? We always get
    " Error while generating PDF" Error when we try to print reports with more than 500 lines.
    Thanks
    Niveda

    Great. It worked.
    Points assigned.
    Niveda

  • Create Notification Navigation Button not working in Order Objects Tab

    Hi Gurus,
    I am having an issue in Order --> Objects tab. I want to create notification for additional  technical objects for the order. When I enter the technical object details and press enter, a "Create Notification" navigation button gets activated for that line item. But when I press that button, nothing happens. On the other hand if a select multiple line items and then press "Create Notification" button at the bottom of the line items, I am able to create notifications for the selected line items.
    Can someone help me suggest what can be the problem or suggest a Note which might restore the functionality of the "Create Notification" navigation button at the line item level.
    Thanks in advance for the help.
    Best Regards
    Vikas Hali

    Vishal,
    I dont think the Notification Create Button from line item is pretty much dependent on the Customization Settings or any sap note concerning this has not been as yet brought into my notice. In my system, this is working appropriately. The problem with this which i can think of is either an authorization issue or you should raise an oss for this.
    Regards,
    Usman

  • Navigation buttons faulty rendering

    I started to experience weird rendering of navigation buttons
    so I tried to re-install FF. I found out that while there is blank, fresh Firefox installation, everything is okay,
    but once I install any of Add-ons, the navigation buttons get faulty rendering (e.g. on mouse over)
    I don't know what's wrong?

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • How to get the page navigation buttons back at the bottom of the page?

    After upgrading to Acrobat X I discovered that there is only one option for the page navigation buttons - at the upper left. I'm mystified as to why they put them there. Most users are right-handed. With the buttons at upper left it's awkward to reach up there, across the page, with the mouse cursor for every page turn (yeah, I know you can use the PgUp/PgDnkeyboard keys, but that requires taking your hand off the mouse every page turn).
    What I really want is to be able to put a copy of these buttons back down at the bottom center of the page, which was an option in previous versions. Is there some way to get those back at the bottom?

    Hi terpenoid,
    Have you tried Read Mode yet ( under the View menu)?  It displays a nivagation bar at the bottom of the PDF with next/previous page, zoom in/out, etc.
    Hope this helps,
    Dimitri
    WindJack Solutions
    www.windjack.com
    www.pdfscripting.com

  • I would like to combine my word files to a pdf and i get errors for pdfmaker

    i would like to combine my word files to a pdf and i get errors for pdfmaker

    is it 32 bit or 64 bit. you can check it by following the steps mentioned below
    In the program in which you want to verify the version, click the Microsoft Office Button, and then click Program_Name Options.
    Click Resources, and then click About.
    To locate the About Microsoft Program_Name dialog box in programs that do not use the Ribbon user interface,  click About on the Help menu.
    Thanks,
    Vikrantt Singh

Maybe you are looking for

  • Cross reference + GREP + excluding text

    I would like to know if anyone has a solution to the following problem. I have a paragraph style which I use to label tables within my document. In the paragraph style I have set up numbering (under Bullets and Numbering) so that each heading appears

  • CS6 was working fine until App Manager failed

    I got a message to run updates on April 18; I obeyed meekly, but the process hung for some unknown reason.  Since then, I have been playing ring-around-rosy with Adobe Support and they seem not to be able to read my chats nor understand on the phone.

  • Color Munki and Photosmart C510a

    Hello, I do not know how to set my new Photosmart C510a with the Color Munki color management results. I have made sure the setting are for Photoshop CS5 to control the printing.  I think I entered the correct info on the printer but have found that

  • Can I swap a regular film release for an extended version?

    I know now to wait until the 'extended edition' of a film is released, but I feel cheated for having purchased the theatrical release. As in the case of The Desolation of Smaug. I would simply like to swap this purchase of for the Extended edition (a

  • Usage of PreparedStatement

    It is indicated in most documents that can be found online that it is a better practice to use PreparedStatements everywhere instead of statements for many reasons I won't state here again. Although, since PreparedStatements are pre-compiled on the s