Text file to pdf conversion

I have thousands of ASCII text files that I need to convert to PDF.  I have a trial version of Acrobat 9 pro that handles the batch conversion nicely.  The problem is that the files are not converting correctly.  They are 88 characters per line and 80 lines per page. They are formatted with blank lines for paging purposes.  Most are 3 pages.  I cannot seem to get the pages to break in the correct spot like I can opening the text file with MS notepad.  I tried using Primopdf (free download) and the files convert perfectly.  Unfortunately, there is no batch conversion feature.  I would appreciate any help I can get with this matter.  Thank you.

I did some experiments and it seems that Acrobat uses the paper size specified in Edit-Preferences-New Document and then adjusts the font size so that the longest line fits into that size. So the longer your longest line is, the smaller the font will be. Therefore, I suggest you play around with either the page size or the length of your lines until you achieve what you want.

Similar Messages

  • Setting Font for converting multiple text files into PDF using VB 6.0

    Dear All,
    Am converting multiple text files into PDF using VB6.0. Currently, am unable to control the font face and size for the generated files. Below is the procedure am using for each file;
    Public Sub proc_convert_to_PDF(srcFilename As String, destFilename As String)
    Dim p_AcroApp As CAcroApp
    Dim p_VDoc As CAcroAVDoc
    Dim p_DDoc As CAcroPDDoc
    Dim IsOk As Boolean
    Set p_AcroApp = CreateObject("AcroExch.App")
    Set p_VDoc = CreateObject("AcroExch.AVDoc")
    Call p_VDoc.Open(srcFilename, "")
    Set p_VDoc = p_AcroApp.GetActiveDoc
    If p_VDoc.IsValid Then
    Set p_DDoc = p_VDoc.GetPDDoc
    ' Fill in pdf properties.
    p_DDoc.SetInfo "Title", Format(Date, "dd-mm-yyy")
    p_DDoc.SetInfo "Subject", srcFilename
    If p_DDoc.Save(1 Or 4 Or 32, destFilename) <> True Then
    MsgBox "Failed to save " & srcFilename
    End If
    p_DDoc.Close
    End If
    'Close the PDF
    p_VDoc.Close True
    p_AcroApp.Exit
    'Clear Variables
    Set p_DDoc = Nothing
    Set p_VDoc = Nothing
    Set p_AcroApp = Nothing
    End Sub
    What I need;
    1) to be able to set the font face of the destination file ( destFilename)
    2) to be able to set the font size of the destination file ( destFilename)
    Am using Adobe Acrobat 7.0 Type Library
    Kindly Help.
    Thanks in advance

    We didn't say it doesn't work. We said it isn't supported.
    There are a number of other ways to make a PDF. The one which would
    give the most control is if your application directly printed to GDI,
    controlling the font directly. This could print to Adobe PDF.
    You could look for an application that gives control of font for
    printing.
    You could use a text-to-PostScript system and distill the result. You
    could even look for a non-Adobe text-to-PDF.
    Working in the unsupported and dangerous world you chose, the font
    size for text conversion is set (and this is very bad design from
    Adobe) in the settings for Create PDF > From Web Page. There is no API
    to this.
    Aandi Inston

  • 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

  • Convert a text file to PDF format

    Hi,
    How can I convert a text(.txt) to a excel file using Powershell commands ?
    At the moment I am doing the conversion with VBA, but time consuming, as its a very big file.
    Kindly help.
    MIG.

    There are other ways around the txt to pdf. Without seeing how the txt file looks it makes it a little hard to help but below is a great link that talks about how you can use the com objects.
    http://wiki.coolorange.com/display/powerjobs/Convert+office+documents+to+Pdf 
    If the log file is something you need in excel I would first work on converting the file to CSV and then you can use excel or if its something you can use word with I would rename the file to docx so the com object picks it up. If you can share one of the
    files it would be a big help.
    There is also a dll you can use that is great with working with pdf files below is the link. I you are okay with downloading a third party dll this is a great tool.
    http://sourceforge.net/projects/itextsharp/
    Searching The Forum I found the below link that is exactly what your looking for using the itextsharp dll to create pdf file from text files.
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/d6a6b165-b222-4b37-9021-9e9d639da30d/powershell-and-itextsharp
    Hope this helps

  • , Trouble importing from text file into PDF Acrobat 9.0

    Hey all!
    I'm trying to use the JavaScript found on this Adobe page to insert text into my PDF:
    http://help.adobe.com/livedocs/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.502.html
    this.importTextData("/c/data/myData.txt", 0);
    Replacing the path with my own path, of course.  However, I can't get it to work at all, it just crashes my JavaScript.  I was thinking it might have something to do with the privilege stuff which, admittedly, confuses me a bit.  But my understanding is that if you use the function without arguments, that shouldn't matter, and it will prompt the user for a path?
    this.importTextData();
    However, that still crashes the JavaScript.  I'm not sure what exactly I am doing wrong here?
    NOTE: I have tried running the JavaScript both in a checkbox and on page load.

    Well I was having trouble getting it to work without a path, though that kind of mysteriously started working now despite the fact that I didn't really change anything.  I also assumed that part didn't apply to me because we are on 9, not 8, but maybe it means 8 and on?
    I'm having a bit of trouble wrapping my mind around privileged and non-privileged contexts.
    These methods can be executed only in a privileged context, which includes console, batch and application initialization events.
    What would be the simplest way to execute in a privileged context?  "Application initialization" sounds promising, does this mean when the application is first opened?  If so, how would you execute JavaScript this way?!

  • Having active file links to text files in pdf

    Hi,
    I have a Word doc that has a number of embedded text files that are accessible by double-clicking the text icon. When I convert the Word doc to pdf these will not launch Notepad with the actual text file that is needed. Any suggestions on how to embed the text file so that it is launchable from the pdf? I originally just copied and pasted the icons from the email as they were sent to me. They launch from Word with no issues but will not when converted to pdf. Thank you.
    Brian

    I have tried to embed the mp3 and mp4 files, but the place command will not recognise them (they are always greyed). The only way I have been able to make the sound files play is by linking to the files using a button, but the 'embed all' command on making a pdf doesn't seem to work with this.

  • Save a report (or text file) in pdf format?

    Hi,
    I like to save a kind of log file in a non changeable format like pdf.
    I'm using the DSC module under LabVIEW are there some possibilities?
    Or is there a chance to save text file into a postscript file?
    Thanks for help,
    martin

    Hallo Martin,
    to be able to write to a PDF file you need some extra software that is able to create those files.
    Most of those programs are installing themselves as printer drivers, so if you want to wrate a table into a pdf file you will have to create a report and print it. LabVIEW insrtalls a couple of exaples regarding report generation, online I found an example for "printing" the frontpanel screen into a PDF.
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DF2556A4E034080020E74861&p_node=DZ52084&p_source=External
    Ingo Schumacher
    Systems Engineer Sound&VibrationNational Instruments Germany

  • Unable to convert text file to PDF

    Hi,
    Using Adobe Pro 9 Distiller on Windows 2008 64bit server. So far using Distiller to convert .eps files to .pdf with Standard job options file. I need to convert a .txt file to .pdf and am not able to convert using any of the OOTB job options settings that came with Distiller product installation.
    Below is the Distiller output when I tried with Standard job options settings
    %%[ Error: undefined; OffendingCommand: MBLDxxxx-03.rpt ]%%
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    Can anyone please provide me settings or job options file settings to convert reports in text format to PDF? Thanks in advance.

    Thanks for the quick response. I was able to generate the PDF using the Adobe PDF writer by opening the text file. Not an issue on 64 bit platform. The .NET application using Distiller to convert eps to PDF via Distiller and moves it over to a watch folder. Another application picks it up and bursts the large PDF to individual PDFs. I need to automatically convert txt to PDF and submit it for burst. Looking for ways to leverage Distiller to automatically convert the txt to PDF. Is it possible? Thanks.

  • Error message when combining files for pdf conversion

    I have been combing several files into a single pdf with ease. Then today I try to do what I have been doing all along and I get a message that says an unknow error has occured and to try again later. Well I have tried again later several times and hours apart. Please help me to combine my files again.
    Thank you,
    Lisa

    Hi lisalisame,
    I am sorry for the trouble with Combine tools.
    Please send us your files so that I can help you.  If your files are too big, then just send us small one and I will share how to shre your big files with us using https://files.acrobat.com (clicking "Share Files" icon).
    https://adobeformscentral.com/?f=qJiclooYWGGNFtWfj8g3wg#
    Thank you.
    Hisami

  • Excel File to PDF Conversion

    Is there a way to convert an Excel file to a pdf without loosing the interactivity that has been programmed in?

    No.

  • 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.

  • Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exact

    Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exactly same word file on exporting it from its pdf counterpart?

    I was testing the preciseness & efficiency of Adobe acrobat x professional's doc conversion capabilities. As i have to take a document editing project in future which is going to need lot of pdf to word and vice versa conversions . What I did was I created a test word document converted into a pdf using a pdf maker in my word 2007 , Acrobat did convert the document from word to pdf keeping everything in the source file intact , However when i tried the other way round and attempted to convert the same pdf to word 2007 file format I lost my formatting ?So the font that I used to create the pdf are the ones taken from word 2007 which i believe is using the fonts that are installed in my computer. Any suggestions on how to preserve the formatting of the document after converting it from pdf to word file format?
    Regards
    Mike

  • Save as PDF file as excel file or text file in vba excel

    Hi all,
    I am opening a PDF document fromm VBA excel. After opening document it should save the document as excel file or text file in one folder.
    I am trying to do this with some code but not able to , pls help me thatnks.
    Dim AcroApp As Acrobat.CAcroApp
      Dim Part1Document As Acrobat.CAcroPDDoc
    Set Part1Document = CreateObject("AcroExch.PDDoc")
       Part1Document.Open ("Z:\EG MI Information\MIS\Requests\Req_156\NO.1.pdf")
      Dim app As Object, avdoc As Object, pageview As Object
    Set app = CreateObject("AcroExch.App")
    Set avdoc = app.GetActiveDoc
    app.MenuItemExecute ("SaveAs")
    thanks
    Abhijeet

    Hi,
    In the documentation for the saveAs function it has the following params
    cPath The device-independent path in which to save the file.
    cConvID (optional, Acrobat 6.0) A conversion ID string that specifies the conversion
    file type.
    cFS (optional, Acrobat 7.0) A string that specifies the source file system name.
    bCopy (optional, Acrobat 7.0) A Boolean value which, if true, saves the PDF file
    as a copy. The default is false.
    bPromptToOverwrite (optional, Acrobat 7.0) A Boolean value which, if true, prompts the user if
    the destination file already exists. The default is false.
    In order to get a text file saved you need to specify the correct cConvID.
    See the documentation for the valid convID's - http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/JS_API_AcroJS.88.519.html
    Please note the Acrobat SDK contains all the information and does not require much installing ( as it is a zip file(on windows) and a disc image (on Mac) it just needs extracted)
    Regards
    Malcolm

  • 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

  • Does the pdf conversion to word allow for editable text?

    Once the pdf is converted to a word document can you edit the text within the newly created word document.  The Conversion seemed to have created an image image not a text document.

    Good day,
    How would you rate the quality of the document you were starting with?  Was it a scanned file? 
    Typically, when you convert files from PDF to Word with ExportPDF, the resulting Word document is editable.  When the file is treated like an image, it's usually one of two things. 
    The 'Recognize text' function was disabled prior to the conversion.
    The quality of the original PDF file (typically created from a scanned document) is really poor/grainy and the ExportPDF service simply interpretted the document as an image and not as actual text.
    -David

Maybe you are looking for

  • How to Create a Group in OID Using oracle.ldap.util Classes

    Hi, I've searched hi and low to find out how to do this, but with no luck. Could someone share the code they would use to do this, please? Thank you, Dave

  • Error in Runtime Exception

    Hi all, Iam trying out a scenario for IDOC to RNIF, While Iam testing my Interface i am getting Exception in Runtime Exception... ''Global Usage code does not match with -- Production'' can you plese help me on this. Regards Srinivas

  • Integration of hyperion with plumtree

    <p>Hi,</p><p> </p><p>  I am trying to bring Hyperion portlets into plumtreeand i have few questions:</p><p> </p><p>1. As per the documentation, this feature is supported from 9.3( webanalysis and interactive reporting)installed. is it right? (because

  • Substring Display Problem

    Hi, I have a scenario of where the database has quite a bit of long strings of numerical data, and I am wondering if it is possible that I can just substring it so that I get only the first five values excluding the decimal point when I print it out.

  • File size in LR after cropping?

    When in the Develop module, if I do a little crop, is there a way to see my file size in either megs or megapixels? This is assuming I am going to export the RAW file to Photoshop. I changed on of my Info 2 fields to show Megapixels, but it stays at