Convert Word 2003 to PDF from command line

I've had a good look through these forums, but can't get a definitive answer to this question:
Can I use Acrobat Pro to convert a Word 2003 doc to PDF using the Windows command line?
We have an automated report generation process which creates a Word doc. This tends to have lots of TIF images so the Word doc can end up being >15MB. The batch process, run from the command line, then converts the doc into a PDF using PDFCreator (http://sourceforge.net/projects/pdfcreator/).
The problem is that the PDFs are then >15MB, which is too big to email to customers (that's also part of the batch process).
However, if I take the same large Word doc and save it as a PDF in Acrobat Pro, then the PDF is only about 2MB. So Acrobat is doing some more compression than PDFCreator. I've tried all the options on PDFCreator, but I can't make the PDF as small as the Acrobat version.
Any idea how I can get Acrobat Pro (or Distiller?) to convert a Word doc to PDF from the command line?
Thanks,
Johnny

> Can I use Acrobat Pro to convert a Word 2003 doc to PDF using the Windows command line?
No.

Similar Messages

  • Can I convert Word 2003 to PDF using Command Line

    Hello All,
    We have a document generation tool which generates documents in Word 2003 format. The document generation is initiated by the user and the process of generating document is on a remote server. The word file is sent back to the user in word format.
    We would like to convert this doc file to PDF/A format. And we would like to do it programatically, may be using command line arguments. Is it possible?
    Realistically, it is not possible that all the users will have Adobe writer installed in their desktops. In this case, it is possible that Adobe writer is installed in a server and the documents can be converted remotely using command lines?
    Your support on this will be very helpful for us.
    Thanks & Regards
    Irfan

    > Can I use Acrobat Pro to convert a Word 2003 doc to PDF using the Windows command line?
    No.

  • How to open an online pdf from command-line

    Hi,
    I'm trying to get my application to open a pdf file from an url like http://xxxx.dk/xxx.aspx?CID=xxx
    it work from inside adobe reader so the pdf file is a functionel file, but when i try to open it from command line like: AcroRd32.exe /n /A "pagemode=none" "http://xxxx.dk/xxx.aspx?CID=xxx" i keep getting an error telling me "There was an error opening this document. The filename, directory name, or volume label syntax is incorrect"
    does anyone have an idea of what i need to do? i could also make a public test if someone needs to see the issue "live"

    it works with the browser, so no problems there.. i just wanted the pdf file to open in adobe reader instead of browser window, as it opens from a windows application.. but perhaps i need to look more into merging a embedded pdf viewer in the application instead..

  • Acrobat 9 - Use Optimize PDF from command-line or batch

    one can use the functionality optimize pdf from the command line or a batch script?
    thanks

    I found the solution. With the batch sequence i create the pdf optimization, and use the plug-in Autobatchtool (from the partner evermap) to run this batch from command-line. Thanks for you help

  • Combine two or more pdf as one pdf from command line

    Hi,
    I have to combine two or more pdf file as one pdf file from command line.
    Is it possible.
    Thanks,
    Ansaf.

    Acrobat has a rich SDK, but not using the command line - declared obsolete by Adobe several decades ago (but taking a long time to die). To be fair, implementing thousands of APIs via command line would make for a rather complicated command line. Use OLE. BUT NOT ON A SERVER!!

  • How to convert a word file into PDF in command line ?

    Hi,
    I want to convert a word (excel, powerpoint, ...) into a PDF using a windows command line.
    The command :
    c:\> acrodist toto.ps
    is working file and the output is a PDF file (toto.pdf)
    But if i try with a MS office word file it is not working
    c:\> acrodist toto.doc
    The output in the console is:
    %%[ Error: undefined; OffendingCommand: ÐÏࡱá ]%%
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    If i do a right clic on the file with the mouse and select in the context menu the option convert to PDF it is working fine :-\
    How can i convert that kind of file with a command line ?
    Thanks for your help
    Xav

    >But, from the windows explorer, if i do a right clic on the word document, with the context menu, i can directly convert to PDF
    This is equivalent to using the PDFMaker facility in Word - that is,
    the Acrobat button. Which is also the same thing that is done when you
    use File > Create PDF > From File in Acrobat.
    What it does is print to a PS file *and* do a lot of additional
    processing to write stuff about links, tags etc. into the PS file.
    >(no tmp PS file is used, cause the links are still working).
    This isn't true, but it's certainly the case that you won't get links.
    There seems to be no API, via any mechanism, still less the "obsolete"
    (Microsoft's view) command line, to use PDFMaker from your program.
    Aandi Inston

  • Converting Doc files to PDF using command line ?

    Hello,
    I need to automate the process of converting (in command line) word files to pdf.
    Is Acrobat distiller Server the right product ? or is there another product from Adobe that would allow me to reach this goal ?
    NB : currently using pdfcreator in command line but have some stability problems now...
    thanks a lot
    Florent

    Acrobat Distiller Server can only convert Postscript to PDF. You may look at this product:
    http://www.adobe.com/products/livecycle/pdfgenerator/

  • Apply Quartz filter to a PDF from command line

    Hello
    I'm trying to apply a quartz filter to a PDF document via the command line. I know it's possible with Python and there's a script at /Developer/Examples/Quartz/Python/filter-pdf.py that does just that. The problem with this is that the script is Python 2.3 and my OS X 10.5.8 is running Python 2.5 - so I'm getting the error message:
    +<Error>: The function `CGPDFDocumentGetMediaBox' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. Please use `CGPDFPageGetBoxRect' instead.+
    I don't know Pyton but I checked the file and I grep'ed the Developer folder to see if I can find where CGPDFDocumentGetMediaBox is being used, but no matter what I changed, I didn't manage to get the script working.
    So I guess my question is one of the following:
    How can I update the developer example to a new, functioning version?
    or how do I get rid of the deprecated functions that script is using?
    or is there any other way to apply a quartz filter to a PDF via the command line? (I've read that SIPS is able to accomplish this, but I couldn't find out how..)
    Thank you for any help!
    Cheers

    There a quartz filter printer hidden in OS X which makes applying a quartz filter to a PDF file on the command line a piece of cake. This is the syntax:
    +/System/Library/Printers/Libraries/./quartzfilter inputfile filterpath outputfile+
    So if I wanted to convert big.pdf to small.pdf it would go like this:$
    +/System/Library/Printers/Libraries/quartzfilter big.pdf /System/Library/Filters/Reduce\ File\ Size.qfilter small.pdf+
    The "Reduce File Size" filter isn't that great though when it comes to reducing the file size for printing. Jerome Colas wrote a nice article about quartz filters though: http://discussions.apple.com/thread.jspa?messageID=6109445&tstart=0
    You can also create your own with the ColorSync utility in Mac OS X. A Quartz filter is nothing but an XML, so you could also generate one on the fly if necessary.
    Resource: http://macscripter.net/viewtopic.php?id=25916

  • Acrobat 9 Pro - Problems converting word 2003 to pdf

    When I print word to pdf, the resulting pdf document has missing text and paragraphs.  The only way I seem to be able to fix this is to uninstall and reinstall the original software.  It is driving me mad.  I have done this about 20 times now.
    Can any one PLEASE help.

    Hi there
    It doesn't seem to matter how I do it, whether it is creating pdf by file print method or convert to pdf.
    It also happens when I print as pdf through MYOB.
    Windows XP Professional with SP3, Word 2003 with SP3 as part of Microsoft Office Pro 2003 and Acrobat 9.0 Pro Extended - Version 9.4.5.236.
    Am getting pretty desperate.  Would really appreciated your help.
    I have attached a page for your reference.  All the coloured rectangles should contain text as per the first.
    Kind regards
    Nikki

  • Convert Word 2003 to PDF?

    Hi,
    We are looking to convert Word to PDF but our Word files are in the 2003 format. This link says that only Office 2007 and 2010 are supported for conversions: http://help.adobe.com/en_US/livecycle/11.0/Services/WS92d06802c76abadb76c48dfe12dbeb3e281- 7fe7.2.html
    Is there any hope for us? Is there a work-around? Is 2003 supported but not listed?
    Thanks!

    In LC ES4 only 2007 and 2010 is supported.
    You can open the doc of 2003 in office 2007/2010 and save it.
    Now this will become compatible to LC ES4.
    You may see some cosmetic issue in this conversion due to change in office 2003 to 2007.
    -Vijay

  • Converting Word (2003) to PDF?

    I need to convert a Word file (2003) to PDF.  How do I do this?
    I have both Reader and Acrobat on my computer.  I tried Acrobat but it downloaded the file as another Word file not the PDF I need. 
    Thanks.
    Steven
    Oregon

    A PDF printer is a virtual printer that is installed when you install Acrobat (not Reader). Instead of printing to a physical printer, it creates a PDF instead.
    So you would do exactly the same thing that you would do to print the document but you would select the PDF printer instead.
    Another thing to look for is in the toolbar of Word you "should" see a little PDF icon (maybe two). You could click on that to create a PDF as well.

  • Abobe v8: Problems with converting from word 2003 to PDF

    I use one of those free conversion tools, since i am a student. My problem is that i have a word document with a unique page margin. When i convert from word 2003 to pdf everything gets converted except the page margin which is much bigger then it's supposed to be. Do anyone know how i can fix that?, any help are appriciated.
    Kindly Erik

    You cannot fix anything in Reader. If you have a problem with the tool
    used to create your pdf, please ask in their forum.
    Mike

  • Generating UDT from command line or C# code

    Hi,
    I want to write an application which is capable of generating UDTs and hence use the newly generated UDTs in C#. Right at the moment I can only generate the classes via the wizard in Visual Studio ("Generate Custom Class.."), but i know that e.g. for C++ it is possible to generate these types from command line - with OTT.
    I appreciate any help, finding a way to automatically generate the user defined types in C# (without manually mapping it).
    BR

    Hi Sathish,
    did you find a solution for this? I am looking for the same thing. I want to write a program(perl, batch script, etc.) which could automatically convert pdf to excel without any manual intervention.
    I have the acrobat javascript which could achieve this, but it can only be executed in arobat consolt.  I need it to be able to get executed in a script to automate the processing.
    thanks
    Warren

  • How to batch convert Word files to pdf

    How do I batch convert Word files to pdf using Automator

    Here is a drag/drop AppleScript solution that uses the command-line LibreOffice capability to convert MS Word (.doc, .docx) files into PDF. Drag/Drop a single file, or a folder of Word documents, and it will write the respective PDF back to the original file location. When it is done, an OS X Notification will slide out onto the Desktop and provide the count of processed files.
    Save this AppleScript as a Desktop application that remains open after running. If you ignore the latter, the notification will not show when it is done. Tested on Mavericks 10.9.5.
    property name_extension : {"doc", "docx"}
    global fileCnt
    on open of finderObjects
        set fileCnt to 0
        repeat with i in (finderObjects)
        if folder of (info for i) is true then
            tell application "Finder" to set temp to (entire contents of i)
            repeat with j in (temp)
                process_files(j)
            end repeat
        else
              process_files(i)
        end if
        end repeat
        display notification "Processed Files: " & fileCnt with title "Word2PDF" subtitle "Processing Complete"
    end open
    on process_files(fname)
         set cmd to "/Applications/LibreOffice.app/Contents/MacOS/soffice "
         set cmdArgs to "--headless --convert-to pdf:writer_pdf_Export --outdir "
         tell application "Finder"
              set nameExt to name extension of fname
              set outDir to do shell script "dirname " & POSIX path of (fname as alias)
              if name extension of fname is in name_extension then
                   try
                        do shell script cmd & cmdArgs & outDir & space & POSIX path of (fname as alias)
                        set fileCnt to fileCnt + 1
                   on error errorMessage number errorNumber
                        display alert "Processing Error: " message "[ " & errorNumber & " ] " & errorMessage
                        error number -128
                   end try
              end if
         end tell
         return
    end process_files

  • 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

Maybe you are looking for

  • Trying to deactivate PRE8 on one computer, to register on another

    Greetings, all. I got a new computer, and when I loaded PRE8 on it, I was told that I exceeded my allowed installs of PRE8 per my license.  One of the options it gave me was to deactivate PRE8 on one of my other computers, and it had to be verifiable

  • Need Detailed instructio​ns to install new hard drive & upgrade from Vista Home to Win7 Enterprise

    Hi folks, I have this laptop machine: Lenovo 3000 G530 4446-23U Laptop Computer - Intel Pentium Dual-Core T3400, 2GB DDR2, 160GB HDD, DVDRW, 15.4" WXGA, Vista Home Basic I need to install another hard drive and I also want to upgrade to Win7 Enterpri

  • Creation of push buttons in report program

    hi guys, I have rquirement like  in selection screen i need  one paramenter  like vbeln  and  i need two push buttons ?  can we create pushbuttons in selection screen? if possible can anyone please help me on these? thank you

  • Authorizations to Create/Display table entries

    Hi All,   One of our requirement is to restrict the user from changing the entries in the table, however allow to create/display entries in the table, can this be achieved using authorization groups(Authority check objects) without writing any code i

  • Cheaper RAM for iMac G5

    I was searching and searching for cheap RAM for my iMac. It seems most places sale RAM for Macintosh computers but charge up the butt for it. Mac comps, or atleast the iMac G5, use what should be cheaper CAS3 memory. While searching I found most plac