Conversion of files to PDF/A

I have been spending a lot of time lately trying to ensure that an important document can be 'archived', i.e. opened at a later date looking exactly as it should, without relying on external files (e.g. fonts) not embedded in the PDF.  Essentially this means making the PDF PDF/A compliant (specifically PDF/A1b is sufficient for me).  I created the original file (not PDF/A-compliant) for printing with Acrobat 7 Pro (v7.1.0).
There were two problems here:
* the PDF/A standard had only been drafted when Acrobat 7 was released;
* all my efforts to recreate a visually-identical PDF file (PDF/A-compliant) using Acrobat 9 Pro (v9.1.0) from the original source files (MS Word) failed.  There were always visual differences.  E.g. http://forums.adobe.com/message/1931760#426522.
The next option, therefore, was to convert the general PDF to a PDF/A-compliant format. This means flagging it as PDF/A-compliant, embedding fonts, etc.  Critically, it also requires a character-ID to glyph-ID map (CIDtoGIDMap).
I had previously trialled the pdfaPilot plugin (from Callas Software) from within Acrobat 7 Pro, and this also couldn't quite manage.  Nevertheless, it did a better job than the Preflight conversion using Acrobat 9 Pro on it's own, which couldn't seem to fix the CIDtoGIDMap problem(s).
I have just attempted a conversion on the same stubborn file with pdfaPilotServer (standalone application from Callas Software), and this seems to have done the job of making the file PDF/A-compliant (for archiving).
—DIV

In a post above I complained that Callas' pdfaPilot Server did not (by default) set the output intent as sRGB. This seems to have been a case-specific problem, where the sRGB output intent was not specified in the original (non-PDF/A-compliant) PDF.  Although colours were used in the document, pdfaPilot Server opted to set the parameter "Color space of data" as "GRAY", instead of "RGB ".  Having said this, I should point out that this had no apparent ill-effect on the display of the now PDF/A-compliant document.
Nevertheless, the PDF/A-compliant status was lost by inserting an explicitly-tagged RGB object into the PDF document, namely a 'Sticky Note' comment using Adobe Acrobat.  Running pdfaPilot Server over the modified file restored PDF/A-compliant status, and now recognised "Color space of data" as "RGB ".
Alternatively, I could have avoided the need to convert twice by overriding the default settings using a command "--outputintent="<path to sRGB Output Intent file>"".
A key point is that Adobe Acrobat 9 Professional (v9.1.0) was in each case either (i) unable to achieve PDF/A-compliance or (ii) achieved compliance, but in the process altered the appearance of the document (including placement of black text).
While pdfaPilot can be improved in some areas, such as perhaps the colour detection, I especially commend Callas Software for their prompt and helpful attention to technical enquiries.
—DIV

Similar Messages

  • Conversion of .xml, .java, .html etc files to pdf

    Hi All,
    I want to convert any file format to pdf while check-in any new file.
    For that, I have used PDFConverter Component and InBoundRefinary.
    Using this, I can able to convert *.doc, .dox, .xls, .xlsx, .txt* etc files to pdf.
    But I want to convert any file whether it is *.java, .xml, .html* etc.
    How can I do using the same configuration?
    Is there any extra configuration needed to fulfill this ?
    Please let me know.
    Thanks & Regards,
    Vishal Shah

    The file formats wizard will help in defining which conversions are required for corresponding type of the file.
    Content Server --> Administration --> Admin Applets --> Configurations manager --> Options --> File Formats..... -->
    File Formats --> Add
    Add a format 'application/java' with the appropriate Conversion available e.g. OutsideIn Technology
    File Extensions --> Add
    Add the extensions 'java' and select 'application/java' as the Map to Format
    Note: You can avoid adding file format if you have a format defined earlier in File Formats.
    Hope this helps,
    Cheers
    Aparna

  • I am getting an error message when I try to combine three PDF files"Your PDF conversion request fail

    I am getting an error message when I try to combine three PDF files "Your PDF conversion request failed. Try again later" 
    Thank you,
    Lori Jans

    Hi,
    Please let me know if your files are big. complex, or image files?
    If you sill have the same error message then please share your files with us so that we can look at them using below site: 
    https://adobeformscentral.com/?f=qJiclooYWGGNFtWfj8g3wg#
    Thank you.
    Hisami

  • Conversion of Publisher file to PDF

    I have a MS publisher file, 98mb in size which I cannot convert to PDF. Teh error message said I could try to install a windows printer. I did install the printer according to instructions and tried converting the file again wiht the same failure message. Do I need to do something to access the printer for the conversion or is this automatic?

    Thank you. If it does come back where will I find it?
    Buddy Nichols
    W. 423-892-0444
    H. 423-893-8969
    Cell 423-991-3592
    Date: Tue, 19 Nov 2013 14:17:42 -0800
    From: [email protected]
    To: [email protected]
    Subject: Conversion of Publisher file to PDF
        Re: Conversion of Publisher file to PDF
        created by Test Screen Name in Adobe PDF Pack (formerly CreatePDF) - View the full discussion
    Having installed the printer, you must use it. You can't just install the printer then do the same thing you did before.
    Open the file in Publisher, print to the special printer driver. It takes what is "printed" and sends it off for conversion. I'm still not hopeful it will come in under the size limits though.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5856387#5856387
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5856387#5856387
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5856387#5856387. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Adobe PDF Pack (formerly CreatePDF) at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Conversion of .txt file to pdf file

    Hi Experts,
    I want to convert a text file to pdf.
    I was able to create a pdf document but unable to open.
    I have followed the following logic
    1) uploaded the file using GUI_UPLOAD
    2)used the FM GET_PRINT_PARAMETERS to set printer settings
    3)Then  used three function modules in order
           a) RSPO_OPEN_SPOOLREQUEST
           b) RSPO_WRITE_SPOOLREQUEST
           c) RSPO_CLOSE_SPOOLREQUEST
    I was able to see the data which I uploaded with the spool id  created in  'SP01'
    4)Then I used the FM CONVERT_ABAPSPOOLJOB_2_PDF followed by
    5) GUI_DOWNLOAD.
    whatever the file size I upload I was able to get just five entries in the table obatined from CONVERT_ABAPSPOOLJOB_2_PDF
    The error which I got when trying to  open the pdf created is "This file cannot be opened becuase it has no pages".
    could any one suggest some solutions

    check the below code if it helps you.
       DATA:    LV_ARCPAR TYPE ARC_PARAMS,
                LV_PRINT_PARMS TYPE PRI_PARAMS,
                LV_BYTECOUNT   TYPE I,
                LV_RQIDENT     TYPE TSP01-RQIDENT,
                LV_MI_RQIDENT   TYPE  TSP01-RQIDENT,
                LV_TEXT TYPE PRI_PARAMS-PRTXT.   "List Text
       DATA:    LV_GD_BUFFER TYPE STRING.
       DATA :   LT_MESS_ATT TYPE STANDARD TABLE OF SOLISTI1,
                LT_MTAB_PDF TYPE STANDARD TABLE OF TLINE,
                LT_OBJPACK  TYPE STANDARD TABLE OF SOPCKLSTI1,
                LT_OBJTXT   TYPE STANDARD TABLE OF SOLISTI1,
                LT_OBJBIN   TYPE STANDARD TABLE OF SOLISTI1,
                LT_RECLIST  TYPE STANDARD TABLE OF SOMLRECI1,
                LT_DOC_CHNG TYPE  SODOCCHGI1,
                LT_OBJHEAD TYPE SOLI_TAB,
                LV_L_ATTACHMENT  TYPE I,
                LV_L_TESTO TYPE I.
       DATA:  LWA_MTAB_PDF TYPE TLINE,
              LWA_OBJPACK  TYPE SOPCKLSTI1,
              LWA_MESS_ATT TYPE SOLISTI1,
              LWA_OBJTXT   TYPE SOLISTI1,
              LWA_OBJBIN  TYPE SOLISTI1,
              LWA_RECLIST TYPE SOMLRECI1.
       DATA : LV_VAL(1).
       CONSTANTS : LC_LINES TYPE PRI_PARAMS-LINCT VALUE 65,  "Line count
                   LC_ROWS  TYPE PRI_PARAMS-LINSZ VALUE 255,  "Rows
                   LC_TEMP_PRINT_PAART TYPE PRI_PARAMS-PAART VALUE
                   'X_65_255'.
       CALL FUNCTION 'GET_PRINT_PARAMETERS'
         EXPORTING
           NO_DIALOG              = 'X'
         IMPORTING
           OUT_PARAMETERS         = LV_PRINT_PARMS
           OUT_ARCHIVE_PARAMETERS = LV_ARCPAR
           VALID                  = LV_VAL
         EXCEPTIONS
           ARCHIVE_INFO_NOT_FOUND = 1
           INVALID_PRINT_PARAMS   = 2
           INVALID_ARCHIVE_PARAMS = 3
           OTHERS                 = 4.
       IF SY-SUBRC <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
       LV_PRINT_PARMS-PAART = LC_TEMP_PRINT_PAART.
       CALL FUNCTION 'GET_PRINT_PARAMETERS'
         EXPORTING
           IN_ARCHIVE_PARAMETERS  = LV_ARCPAR
           IN_PARAMETERS          = LV_PRINT_PARMS
           LAYOUT                 = 'X_65_255'
           LINE_COUNT             = LC_LINES
           LINE_SIZE              = LC_ROWS
           LIST_TEXT              = LV_TEXT
           NO_DIALOG              = 'X'
         IMPORTING
           OUT_ARCHIVE_PARAMETERS = LV_ARCPAR
           OUT_PARAMETERS         = LV_PRINT_PARMS
           VALID                  = LV_VAL
         EXCEPTIONS
           ARCHIVE_INFO_NOT_FOUND = 1
           INVALID_PRINT_PARAMS   = 2
           INVALID_ARCHIVE_PARAMS = 3
           OTHERS                 = 4.
       IF SY-SUBRC <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
       LV_MI_RQIDENT = P_SPOOL.
       CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
         EXPORTING
           SRC_SPOOLID              = LV_MI_RQIDENT
           NO_DIALOG                = 'X'
           DST_DEVICE               = LV_PRINT_PARMS-PDEST
         IMPORTING
           PDF_BYTECOUNT            = LV_BYTECOUNT
           PDF_SPOOLID              = LV_RQIDENT
         TABLES
           PDF                      = LT_MTAB_PDF
         EXCEPTIONS
           ERR_NO_ABAP_SPOOLJOB     = 1
           ERR_NO_SPOOLJOB          = 2
           ERR_NO_PERMISSION        = 3
           ERR_CONV_NOT_POSSIBLE    = 4
           ERR_BAD_DESTDEVICE       = 5
           USER_CANCELLED           = 6
           ERR_SPOOLERROR           = 7
           ERR_TEMSEERROR           = 8
           ERR_BTCJOB_OPEN_FAILED   = 9
           ERR_BTCJOB_SUBMIT_FAILED = 10
           ERR_BTCJOB_CLOSE_FAILED  = 11
           OTHERS                   = 12.
       IF SY-SUBRC <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
       LOOP AT LT_MTAB_PDF INTO LWA_MTAB_PDF.
         TRANSLATE LWA_MTAB_PDF USING ' ~'.
         CONCATENATE LV_GD_BUFFER LWA_MTAB_PDF INTO LV_GD_BUFFER.
         CLEAR LWA_MTAB_PDF.
       ENDLOOP.
       TRANSLATE LV_GD_BUFFER USING '~ '.
       DO.
         LWA_MESS_ATT = LV_GD_BUFFER.
         APPEND LWA_MESS_ATT TO LT_MESS_ATT.
         CLEAR LWA_MESS_ATT.
         SHIFT LV_GD_BUFFER LEFT BY 255 PLACES.
         IF LV_GD_BUFFER IS INITIAL.
           EXIT.
         ENDIF.
       ENDDO.
       CLEAR:  LWA_RECLIST, LT_RECLIST[],
               LT_OBJHEAD, LT_OBJHEAD[],
               LWA_OBJTXT,  LT_OBJTXT[],
               LWA_OBJBIN,  LT_OBJBIN[],
               LWA_OBJPACK, LT_OBJPACK[].
    Object with PDF.
       "   CLEAR LT_OBJBIN.
       REFRESH LT_OBJBIN.
       LT_OBJBIN[] = LT_MESS_ATT[].
       DESCRIBE TABLE  LT_OBJBIN LINES LV_L_ATTACHMENT.
    Object with main text of the mail.
       LWA_OBJTXT = ''.
       APPEND LWA_OBJTXT TO LT_OBJTXT.
       CLEAR LWA_OBJTXT.
       DESCRIBE TABLE LT_OBJTXT LINES LV_L_TESTO.
    Document information.
       LT_DOC_CHNG-OBJ_NAME   = 'STATUS_REPORT'.
       LT_DOC_CHNG-EXPIRY_DAT = SY-DATUM + 10.
       LT_DOC_CHNG-OBJ_DESCR  = 'Generated File'.               "#EC NOTEXT
       LT_DOC_CHNG-SENSITIVTY = 'F'.
       LT_DOC_CHNG-SENSITIVTY = 'O'.
       LT_DOC_CHNG-OBJ_PRIO   = '1'.
       LT_DOC_CHNG-DOC_SIZE   = LV_L_TESTO * 255.
    Pack to main body.
       CLEAR LWA_OBJPACK-TRANSF_BIN.
       LWA_OBJPACK-HEAD_START = 1.
       LWA_OBJPACK-HEAD_NUM   = 0.
       LWA_OBJPACK-BODY_START = 1.
       LWA_OBJPACK-BODY_NUM   = LV_L_TESTO.
       LWA_OBJPACK-DOC_TYPE   = 'RAW'.
       APPEND LWA_OBJPACK TO LT_OBJPACK.
       CLEAR LWA_OBJPACK.
    Pack to PDF.
       LWA_OBJPACK-TRANSF_BIN = 'X' .
       LWA_OBJPACK-HEAD_START = 1.
       LWA_OBJPACK-HEAD_NUM   = 1.
       LWA_OBJPACK-BODY_START = 1.
       LWA_OBJPACK-BODY_NUM   = LV_L_ATTACHMENT.
       LWA_OBJPACK-DOC_TYPE   = 'PDF'.
       LWA_OBJPACK-OBJ_NAME   ='SPOOL'.
       LWA_OBJPACK-OBJ_DESCR = 'Generated File details'.       
       LWA_OBJPACK-DOC_SIZE = LV_L_ATTACHMENT * 255.
       APPEND LWA_OBJPACK TO LT_OBJPACK.
       CLEAR LWA_OBJPACK.
       CLEAR LWA_RECLIST.
       LWA_RECLIST-COPY = 'X'.
       LWA_RECLIST-RECEIVER   = P_EMAIL.
       LWA_RECLIST-REC_TYPE   = 'U'.
       LWA_RECLIST-NOTIF_DEL  = 'X'.
       LWA_RECLIST-NOTIF_NDEL = 'X'.
       APPEND LWA_RECLIST TO LT_RECLIST.
       CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         EXPORTING
           DOCUMENT_DATA              = LT_DOC_CHNG
           PUT_IN_OUTBOX              = ' '
           COMMIT_WORK                = 'X'
         TABLES
           PACKING_LIST               = LT_OBJPACK
           OBJECT_HEADER              = LT_OBJHEAD
           CONTENTS_BIN               = LT_OBJBIN
           CONTENTS_TXT               = LT_OBJTXT
           RECEIVERS                  = LT_RECLIST
         EXCEPTIONS
           TOO_MANY_RECEIVERS         = 1
           DOCUMENT_NOT_SENT          = 2
           DOCUMENT_TYPE_NOT_EXIST    = 3
           OPERATION_NO_AUTHORIZATION = 4
           PARAMETER_ERROR            = 5
           X_ERROR                    = 6
           ENQUEUE_ERROR              = 7
           OTHERS                     = 8.
       IF SY-SUBRC <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
        REFRESH : LT_OBJPACK, LT_OBJHEAD, LT_OBJBIN, LT_OBJTXT,
                 LT_RECLIST.

  • Automatic conversion from XDP file fo PDF file

    Hello!
    I have an application that creates an XDP file with a certain report.
    I can open the XDP file in Designer 7.0 and then save it as PDF, but I would like to know, how can I automatically produce PDF file from XDP file.
    Is it possible?
    Thanks for your answers,
    Bostjan

    Hi All:
    We have a similar requirement for our product.
    We have existing XDP templates (for use with Form server), but we have a need for another Client using an older version of XML Forms - AcroForms (PDF Forms).
    So, we need to convert these XML forms in XDP files into PDF Forms (AcroForms). We tried File->SaveAs (PDF Forms) from Adobe designer, but it looks like the hidden fields (in XDP files) get messed-up.
    Did you guys find any solution for this? I would appreciate if you can share your experiences and insights in this regard.
    Thanks
    Shashi Velur

  • Conversion of Word file to pdf

    I have Acrobat Distiller 8 settings set to A4 and pdf 1.4.
    When I convert a Word file to pdf using Create file in Adobe Professional 8 the paper size is in inches and the pdf file is in pdf 1.6. The Word files have paper size A4.
    What can I do the get the right settings in the converted pdf?
    Thanks and kind regards,
    Els

    I don't think this is possible with the current version of portal. I've read you can add file type items through API's in one of the next versions.
    Maybe you can then write a script using ghostscript/ps2pdf. I haven't used this product, but it looks promising. http://www.cs.wisc.edu/~ghost/doc/AFPL/index.htm
    Hth,
    Ton

  • Acrobat 9 Pro converting multimedia files in PDF Portfolio

    I am using Adobe Acrobat 9 Pro and it says that it can convert multimedia files in a PDF portfolio
    but when I try to convert wmv files in gives me a conversion error. The user's guide clearly outlines that this program can convert multimedia files - MOV, AVI and WMV files to PDF files within a PDF Portfolio. Am I missing something? Why won't this work?

    You have not indicated what version of AA9 or OS you have. The current version is 9.5.5. You can do updates from the Help menu usually. If that fails, download updates from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows and install them in order.

  • Have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency     When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.     Do I combine them and then copy

    I have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.  Do I combine them and then copy to JPEG 2000 or do I have to save each page separately which is very time consuming Please advise me how to reduce the size and send 10 pages plus quickly by Adobe without the huge hassles I am enduring

    What kind of software do you use for the conversion to pdf? Adobe Reader can't create pdf files.

  • Error converting Pagemaker file to PDF

    Hi there,
    I've been trying endlessly to convert an Adobe PageMaker 7.0  file to PDF. I've followed the process of "click on File, and then Export to PDF"; however, during the conversion process, an error message always pops up:
    "When you create a PDF file, you have to send the host fonts. Please go to the Acrobat distiller printer properties, 'Adobe PDF settings page' and turn off the option "Don't send fonts to Distiller."
    I've searched tirelessly where this option can be found and unchecked, but it seems elusive.
    Can you help with this please?
    Thank you.

    Hello,
    Thanks for posting. Unfortunately, at this time Acrobat.com doesn't support the conversion of Pagemaker files to PDF. For a list of supported formats, please see our help page on converting to PDF:
    http://help.adobe.com/en_US/Acrobat.com/Using/WS4c4da310f3b0910a64131dac123f400852b-8000.h tml
    What you're trying to do is possible with the desktop version of Acrobat; if this is an urgent need and you don't currently have a copy of Acrobat, I would try downloading a free 30-day trial version here:
    http://www.adobe.com/products/acrobatpro/tryout.html
    I hope this is helpful!

  • Error: EXOpenExport() while converting xlsb file to PDF

    I am getting this error while converting .XLSB file to PDF using IBR :Step PDFExport forced conversion failure by conversion engine because of error: EXOpenExport() failed: no filter available for this file type (0x0004). Can anyone tell me how to resolve this issue.
    Thanks in advance.

    Thank you for all your intrest.
    The error message I get is... "an unexpected error occured. PDFMaker was unable to process the request".
    When I then try to convert again, the system opens the ppt, but then does not do anything, and the error message does not show, for all presentations I try to convert.
    I have also tried using the ribbon, but the button does not do anything once I have clicked.
    I can print to PDF, but this provides an output which is not suitable, because it shows as if it each slide was printed on to paper and then put in PDF.
    I have also uninstalled and reinstalled Acrobat to make sure nothing was corrupt.

  • Why am I getting error messages and sometimes no Bookmarks when I convert some MS-Word files to PDF

    Our company produces educational products for business. Essentially they are e-books in PDF format with Bookmarks allowing for ease movement to various areas of the book. The original product is generated in MS-Word and then converted to PDF. These e-books vary from 40pages to 300 pages in length. Businesses use them as reference and problem solving tools. We are using Adobe Acrobat 7.0 and for what we do it serves our purposes very well.
    Recently, with some MS-Word files only, I have gotten error messages while converting the file to PDF. Sometimes, it will not complete the conversion. Sometimes, it will complete the conversion BUT-there are no Bookmarks in the PDF file.
    The main error message I get is:
    "Acrobat PDF maker has detected 'Highlight Changes in Printed Document' has been selected. To create a PDF file with tags, unselect this option from VIEW>MARKUP. Do you wish to continue and create PDF without tags."
    If I don't unselect VIEW>MARKUP  in the MS-Word file I can't complete the conversion to PDF. If I do unselect VIEW>MARKUP I can complete the conversion to PDF but the PDF file has no Bookmarks. Bookmarks are absolutely essential to the user facility with our products.
    Does anyone know my problem is and can offer a solution.
    Thanks in advance
    BizGuru

    BizGuru,
    Somethings to consider.
    --| In Windows - the OS needs a goodly space for 'elbow room' - you don't want to have HDD free space drop below something like 15%.
       Say your HDD is 600GB, 60GB free space is leaving you 10%...
    -| RAM - May not be enough; more is better <g>.
    --| Virtual Memory - if in Windows, open up Task Manager. Look at all the "stuff" there. Most is not required by the OS.
        Most of the listing is "stuff" associated with a full cart of processes associated with things you may not need or use but they suck up resources.
    --| Graphics - Processing images into PDF can be resource intensive. Having a dedicated graphics card with enough ram makes a difference.
    Be well...

  • I used to use the free version of Adobe Reader to convert my publisher files to pdf files. When I was making a booklet for our hockey team, it said I had to buy it. Now I bought it and it won't convert the files. I am ready to throw this computer out the

    I used to use the free version of Adobe Reader to convert my publisher files to pdf files. When I was making a booklet for our hockey team, it said I had to buy it. Now I bought it and it won't convert the files. I am ready to throw this computer out the window!! Can you tell me what is the problem? No it does not exceed 100 M. either.

    Adobe Reader never converted Publisher files to PDF, for free, never. I suspect you use to have the (paid for) Adobe Acrobat. Sometimes people have Acrobat (more than $300 worth) and install Adobe Reader over the top, losing that valuable software.
    That said, if you subscribed to PDF Pack it should do this conversion. What exactly happens now.

  • Not able to convert word file to PDF using Adobe Acrobat 9 Standard

    Hi,
    I am not able to convert word file to PDF using Adobe Acrobat 9 Standard. When I try to convert, it starts the process and in between I am getting this prompt, as shown in figure below and the conversion process stops. The PDF is not created.
    Note: The filename 'Acr85.doc' in the above prompt keeps changing and is random.
    I tried clicking Yes, No and Cancel on the above prompt, but the conversion process just stops and PDF is not getting generated.
    I am able to create PDFs from web pages. No issues with that. Not working only with Word.
    Can someone help me with this.
    Thanks,
    Vinay Jaassiel Kankipati
    Technical Writer

    In MSWord please changes the settings as "Adobe PDF" menu => "Change Conversion Settings" goto Tab Bookmark and clicks the option Convert Word Bookmarks. Now you convert the Doc to PDF you can achieve the Bookmark.
    Hope this help you
    Sudhakar

  • Acrobat XI Pro successfully installed, but it failed in converting word files into PDF, why?

    I just installed Adobe XI Pro through the download assistant, it looks the installation went well, but when I tried to convert word files into PDF (tried many times), it failed. Anyone has the same problems, any solutions?

    Please reply with more information - what your operating system is, do you have Office installed, and what exactly is happening. Is there an error message, does the application crash, and from where are you starting the conversion (using Word and PDFMaker, using Acrobat's Create button, or batch processing).

Maybe you are looking for

  • X100e Hanging and Freezing on Wireless

         There was a different thread addressing freezing and hanging when connected via ethernet; however, I have had ethernet disabled from the BIOS since day one of receiving my system but I found my system to be locking up extremely often particularl

  • Server side include

    htaccess file code lets server parse server side include .shtml as .html with this: AddType text/html .html AddHandler server-parsed .html it makes me happy so i can continue using .html extensions on all pages. however, same server side include stat

  • Manual Running Total won't Reset

    I've created the following formulas to create a manual running total.  However, I can't get the total to reset.  Instead, the total gets added to each time the group appears.  What am I missing?  GROUP 1 HEADER  ================ //placed this in grou

  • Maintaining Schedule agreement - ME38

    Hi, While maintaining Schedule agreement using Trans code ME38, it throws a error message "Error in net price calculation, item 000001 (Please correct)" Can you anybody clarify?????? RP Veluchamy

  • Load html document inside flash

    I have been informed that it is possible to load an html document inside flash, that you use an HTML tag, but I cannot find it in the scripts, can anyone show an example and explain how to make it work or if there is a tutorial for creating this insi