PDF/A-1b error

Hi Everyone,
I created a PDF/A-1b from an existing PDF files using Adobe Acrobat (version 9.5.0) Professional Preflight profile "Convert to PDF/A-1b (sRGB) (It is running in Windows XP). The PDF was converted successfully to PDF/A-1b. However when I checked the converted files, some of links no longer works. Then I found out that some of the Named Destinations' Page numbers are gone. I also tried to process the same files in the same version of Acrobat but running in Windows 7 Professional, and output has no problem.
I'm not sure if this is a bug or compatibility problem. Does anyone already encountered the same problem? If you know the answer or solution to this problem, I would really appreciate if you can share it with me. Thanks and more power!!!

Thanks Mark for responding to this problem. We have tried that in Acrobat 10 and we did not encounter the same problem. However, we also tested it in another PC with the same version but it worked fine.
Sorry but I cannot provide the files used as they are confidentials. But I can provide you the procedure and screenshots.
Here's what we did:
1. Open the PDF (non-PDF/A compliant file) in Adobe Acrobat Profesional version 9.5.1. At this stage, I checked the destinations and they are complete.
2. Go to Advanced>Preflight and select Convert to PDF/A-1b (sRGB) profile
3. Click analyze and fix, then save the output file. After that Open again the PDF/A-1b compliant file and checked the destinations and here's what we got.
You'll notice that some of the named destinations loose their links to their pages.
Please note that we already tried to re-install Adobe Acrobat with no luck. We are open with the upgrading as a solution but we are still trying to find a much cheaper way to solve this. If you still need anything and these procedures and screen shots are not enough, please let me know. Thanks so much!

Similar Messages

  • Can't open PDF's on my Mac coming in on MS Outlook 2010. Reinstalled Adobe software 4 x and still get "Adobe PDF Preview Handler" error message.

    Can't open PDF's on my Mac coming in on MS Outlook 2010. Reinstalled Adobe software 4 x and still get "Adobe PDF Preview Handler" error message.

    No. Reader will not damage files. It is only meant to read pdf files. PDF files are frequently damaged when sent as email due to encoding issues.

  • How to fix the .pdf file with error "invalid annotation object"

    how to fix the .pdf file with error "invalid annotation object"

    As long as the PDF opens, then just try saving it to a new file name. There may be a preflight script that would help troubleshoot the issue.

  • I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?

    I have a problem. When exporting from PDF to PPTX error "unable to process the document in the module Save As file is not created." What to do?
    Windows 7 64
    PC

    everything works on a laptop (

  • I bought the adobe expert PDF.  Got error message failed to be converted ?

    I bought the adobe expert PDF.  Got error message failed to be converted when I tried to convert PDF to Word? What did I do wrong?                 

    See if any of the articles here help: http://forums.adobe.com/community/exportpdf?view=documents
    You can also try to contact Adobe Customer Support via http://helpx.adobe.com/contact.html?product=export-pdf
    [topic moved to ExportPDF forum]

  • Pdf Preview Handler Error outlook 2010 Server 2008

    Pdf Preview Handler Error in outlook 2010 32.bit and Server 2008 64.bit. Using Adobe X. Registry app id correct. Turned on previewer in outlook in trust center. Repaired adobe installation. All to no avail. Any thoughts or fixes. Please Help

    Hello i got nearly the same problem. Selecting the .pdf attachment in outlook. error code says that no preview can be showed, because the needed preview isn't installed.
    Server 2012 R2 as Terminalserver, Outlook 2013, newest version of adobe reader XI.
    I've already checked the following:
    - outlook>options>trustcenter>trustcenter settings>attachment handling .. the box disable preview is clear .. furthermore outlook>options>trustcenter>trustcenter settings>attachment handling>attachment and documentpreview .. all
    boxes including pdf preview handler are filled.
    - adobe reader XI>edit>presettings?>e-mail-account ... outlook is standart.
    - Registryentry: "Change the AppID value to {534A1E02-D58F-44f0-B58B-36CBED287C7C}"
    - also i repaired the adobe installation and i reinstalled it a few times.
    - even checked the access-rights on the temp. directorys outlook uses for attachments and the users have full access.
    i have no more clue what it can be..
    so may you have the solution for me or at least some tips.
    Thanks,
    Nikolai

  • My Adobe Reader XI 11.0.09 fails to open pdf's. Error message - "because the associated helper application does not exist." Can anyone help me?

    My Adobe Reader XI 11.0.09 fails to open pdf's. Error message - "because the associated helper application does not exist." Can anyone help me?

    Okay. I will try this again. I did remove and reinstall earlier, but will
    do it now.
    regards, Mike
    On Wed, Oct 15, 2014 at 12:55 PM, Sabian Zildjian <[email protected]>

  • Submitting a PDF form and Error Message

    One of my users received the following error message when submitting a PDF form: "An error occurred during the submit process. The server has an invalid SSL certificate." Can anyone tell me what this error is and how do I prevent it?

    I have had the same error - we are behind a webfilter which is very tight
    can you please advise the domains i need to whitelist?
    many thanks
    Bruce

  • I open pdf with this error "uno dei numeri non è compreso nell'intervallo"

    Hi, i open my file pdf with this error"uno  dei numeri non è compreso nell'intervallo". Wath this error? This error occurs in other computer  whit release 8 and 9 of Acrobat Reader.

    Lo fa anche a me, ma non ho trovato una soluzione

  • I downloaded acrobat reader dc. after download completed, I could not open many PDF files. Error read: "could not open this file because its either not a supported file or because the file has been damaged". I opened a new user account and moved these fil

    I recently downloaded acrobat reader dc. After download was complete, I could not open PDF files. Error read "Adobe acrobat reader DC could not open this file because its either not a supported file or the file has been damaged". Any suggestions?

    HI davidd92392148,
    Is this error occurring for all PDF files that you try to open? There is an issue where all file icons can change to the PDF icon after installation, so is it possible that the files you're trying to open have been affected by this issue (and aren't actually PDF files)? Please see Application, file icons change to Acrobat/Reader icon.
    If that document isn't the key, then please tell us more about these files. Where are they stored? Did they open in previous versions of Reader?
    Best,
    Sara

  • Export into pdf raise an error?

    Hai to all,
                 I'm using Crystal Report 11.5, Asp.net2.0-C#.
    I dynamically bind some records to the report document. Now i write the code to export the data into pdf file.
    BindEveryThing();
                    MemoryStream oStream; // using System.IO
                    oStream = (MemoryStream)
                    boReportDocument.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);
                    Response.Clear();
                    Response.Buffer= true;
                    Response.ContentType = "application/pdf";
                    Response.BinaryWrite(oStream.ToArray());
                    HttpContext.Current.ApplicationInstance.CompleteRequest();
    The problem is after the above code reached
    i'm getting two errors as
    Adobe Reader cannot open CA2V0915.pdf because 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 wasnt correctly decoded
    Threre was an error openning this document Acrobat cannot open this file because there is a modal dialog open.
    Experts please help me solve this problem>
    Thanks in advance.

    Hi Ted Ueda
                    Thanks for your response. Actualy this error raised whenever i select the PDF format file so, i checked my temp folders there is no pdf files, this error is raise during file creation then how can i open it by notepad format.
                   My real problem is write the code for export the records into PDF. Whenever i click this button suddenly it raise this error.
    This is my sample code
    Load();
                    ExportExcel vwPage = (ExportExcel)vwExport;
                    MemoryStream oStream; // using System.IO
                    oStream = (MemoryStream)
                    boReportDocument.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel);
                    vwPage.Response.Clear();
                    vwPage.Response.Buffer = true;
                    vwPage.Response.ContentType = "application/vnd.ms-excel";
                    vwPage.Response.BinaryWrite(oStream.ToArray());
                    HttpContext.Current.ApplicationInstance.CompleteRequest();

  • Save to PDF in TextEdit - Error While Printing

    When I try to save a text file to PDF I receive the error message - "Error while printing".  This only seems to be happening to text files I open or create in TextEdit.  It works fine if I log in as a different user.  I've run repair permissions and also deleted a couple of com.apple.print plist files in my user library, but the error remains.
    Is there anything else I should try short of reinstalling TextEdit?
    Thanks in advance for any advice!
    Rick

    On OS X 10.8.2, with TextEdit, I can open or create text documents and export to PDF without any issue.
    Here are the two preference tabs and settings that work for me. You can single click on the images for a larger version.
    New Document
    Open and Save
    PDF documents on OS X are created with binary content, which is the junk you observe.

  • Crystal Report 11 PDF report display error in IE9, Chrome and Firefox 4

    Hi,
    We have developed a Java EE application using Crystal Server 11.0 (Copyright © 2004 Business Objects) to generate PDF reports. All working well for the past few years on IE6 and IE7 under Windows XP Pro until we started to upgrade to Windows 7 and IE9.
    When trying to run the reports it will have the error message as follow:
      File does not begin with '%PDF-%'.
        LocalEWH3zy-d@i4
    I also tested on Chrome and Firefox 4 under Windows XP and it got the same error message. It seems like the PDF generated by the aged Crystal Server have some issues with the latest browsers.
    Thanks.
    -Rong

    Hi Ted, thank you for your response, but the previous post is actually the result of IE6, which is working fine. I confused myself alone the way.
    Here is the result of Chrome. It says "Information is needed before this report can be processed". The Content-Type is PDF, but the browser is looking for something before accepting this PDF file. The PDF file itself is not in the response stream.
    Thanks.
    -Rong
    HTTP/1.1 200 OK
    Set-Cookie: VIEWINGCOOKIE=RCOOKIE=21502&apstoken=HHSBOCRDEV.MCGOV.ORG%4036895Jdmt8DE9K7cjit6v36893Juxw5UPgLytArc9W&promptonrefresh=0&language=en_US
    Content-Type: application/pdf
    Transfer-Encoding: chunked
    Date: Thu, 06 Oct 2011 14:20:17 GMT
    Server: Apache-Coyote/1.1
    bd
    A�=�6Information is needed before this report can be processed.�A� � A�  pl�Enter p:����  ������ ���B� � A� � A�Iapstoken�HHSBOCRDEV.MCGOV.ORG@36895Jdmt8DE9K7cjit6v36893Juxw5UPgLytArc9W�B �
    0

  • How do I password protect a pdf file - getting error messages?

    I'm trying to protect a pdf file (i.e. a tax return printed to PDF) with password to open and password to modify. However I'm getting an error message in a pop up window saying..."The file may be read-only, or another user may have it open. Please save document with a different name, or in a different folder." I'm using WIN 8.1. and I'm using Adobe Acrobat Pro XI (student / teacher version). This is a standalone PC so I can't imaging someone else is using this file. Also I've tried renaming and saving to a different folder (from the folder the original file is saved). I've also looked at properties of the PDF file and its not tagged as read only. Please advise if I'm missing something. Thanks for your help.

    Thanks for responding...I'm getting the same message that I got at first..."The file may be read-only, or another user may have it open. Please save document with a different name, or in a different folder."
    The next day I emailed the file to my work PC and encrypted it with no problems. I have WIN 7 and am using Acrobat 8.0 there. So the problem seems to be with my new PC here at home (i.e. WIN 8.1 and Acrobat XI). Frustrating. I'm betting its some obscure setting in WIN or Acrobat, that is way over my head. Please let me know if you have any ideas. Thanks again.
    Phil

  • Word 2013 (Windows 7 64-bit) - Embed PDF as Icon Error

    We have a process where we embed PDFs into a table in a Word document as an icon.
    This worked for us in Word 2010, but as soon as we upgraded to Word 2013 we started getting an error message.
    "The program used to create this object is Package.  That program is either not installed on your computer or it is not responding.  To edit this object, install Package or ensure that any dialog boxes in Package are closed."
    Nothing has changed except uninstalling Office 2010 and installing Office 2013.  Acrobat is still there(fully updated XI pro). Acrobat is not open when the attempt to embed is made.
    I've tried altering every option I could find that might make this process work, but nothing does the trick.  All software is fully updated as far as I can tell.   It feels like Office 2013 is not keen on the idea of working with PDFs.  The
    Acrobat Add-In seems to only promote converting word docs to PDFs, and I found little to no settings referring to PDF embedding or any embedding for that matter.
    Does Word 2013 disallow this feature unless you're using Windows 8 and the Windows Reader app?  
    Any advice would be fantastic.  Thanks.

    Hi,
    Please try to insert some PDF files from  Insert tab --> Object --> Create New --> Adobe Acrobat Document
    In addition, make sure Adobe Reader is the default application to open the PDF files.
    If the issue persists, please try repair or reinstall the latest version of Adobe reader and check this again.
    Karen Hu
    TechNet Community Support

  • Report not rendering charts in pdf (A generic error occurred in GDI+)

    I've found the following exception stack trace in the Report Server log:
    ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: A generic error occurred in GDI+. ---> System.Runtime.InteropServices.ExternalException:
    A generic error occurred in GDI+.
       at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
       at Microsoft.Reporting.Chart.WebForms.Chart.Save(Stream imageStream, ChartImageFormat format)
       at Microsoft.ReportingServices.OnDemandReportRendering.ChartMapper.GetImage(ImageType imageType)
       --- End of inner exception stack trace ---;
    I've got no idea what this is, any help would be appreciated. I don't know what could potentially cause this, so I don't even know how to start looking for a fix.
    Other info:
    SSRS 2012 BI
    Win Server 2008 R2 (Running on Hyper-V)
    The pdf report(s) renders and is saved to the location it is meant to, but devoid of any charts. A data driven subscription controls the rendering.

    Hi,
    This is a known issue with Windows GDI+. To resolve the issue, please install the hotfix for youR Windows Server 2008 R2 from:
    http://support.microsoft.com/kb/2495074
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Unable to Query Table

    Hi Folks, I'm stuck in weird situation. User complaints fetching data from table A is timing-out ( as per application standards). I decided to collect latest statistics(dbms_stats) on index used by query which is running for more than 12 hours. Ideal

  • Problem/ bridge with stack of images...no play button

    Hello, The play button next to the number on my stack does not appear. I cannot view the preview for the slideshow. The black circle also does not appear as I hover with my mouse. Thanks for any help

  • Windows Application in Flash

    Hi all ...can we create windows application in FLASH? I am creating an accounting application for my home use and i want it to have a very cool UI. So can we use Flash to create the front end of my application. This application needs to connect to DB

  • OSD reference image starts perfect, then begins to degrade resulting in BSOD during OSD

    SCCM 2012 R2 on Server 2008R2. We create our thick reference images in MDT after Patch Tuesday with a build and capture. We don't change our SCCM Deploy Windows TS so the package ID stays the same and we simply overwrite the old .Wim file each time.

  • Out put types not appearing for HUs

    Hello All, Can anyone help me in explaining how to make use of the button "F6PrHU" in LM18 screen for RF. I tried to use it to print my HUs, but I get message as "Print option is not activated". Moreover none of the out put types defined in print pro