How to use ConvertWord.exe in LC Designer?

I download the setup files (trial version) & installation is successful. And using ConvertWord.exe for converting my sample word doc into pdf format file. However, the generated PDF is not getting opened, as Adobe Reader says "it is either not a supported file type or because the file has been damaged ....". Following is the command executed in the command prompt:
C:\Program Files\Adobe\Adobe LiveCycle Designer ES4>ConvertWord.exe in="C:\test\RESUME.doc" out="C:\test\resume.pdf" error="C:\test\error.log" log="C:\test\log.log"
I even reviewed the error & log file, generated from above command. But didn't found any error details in the log files. Please suggest on where the issue is expected.

This is the Adobe Reader forum; you better ask in http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es

Similar Messages

  • How to use runtime.exe to activate the native file coping commands

    How to use runtime.exe to activate the native file coping commands.(It might include using process(), and such.. but how?

    Why would you want to do this? It's harder than copying the file in Java (by reading the file and writing it to a new file) and you'll need to write new code each time you want to port your code to a new OS.

  • How to Use java.exe

    I am embarassed to ask this question but I am very new to the using java.exe.
    Does anyone know of a document that outlines specificaly how to use java.exe. I have compressed my program into a jar file and am trying to run it from it's own directory. Whenever I try to run anything in the command promt I recieve this message:
    Exception in thread "main" java.lang.NoClassDefFoundError:
    What does this mean? How should I set up the files /class path to fix this problem ?

    Go to the New to Java forum and click on the FAQ. I think "setting up your classpath" is approximately number 1 on the list there.

  • How to use jdb.exe

    I want to know how to use jdb.exe program
    i want to use debugger so how i use this jdb.exe
    plz reply me
    byeee

    I would suggest looking at the debugger in eclipse. www.eclipse.org
    It is GUI based, much simpler to use and in many ways more powerful.

  • How to use r3du3dexe.exe ?

    Hi,
    Anyone know how to use this .exe ?
    When I pass it a CAD file it creates a u3d file but its only a few kb in size and doesn't appear to have any content.
    I am trying to automate the creation of u3d files and the pdf files that they are embedded in and was hoping this would help.
    Thanks,
    Scott

    I would suggest looking at the debugger in eclipse. www.eclipse.org
    It is GUI based, much simpler to use and in many ways more powerful.

  • How to use Template manager in Adobe Designer

    Hi,
    I am new to WebDynpro. I am trying to import templates in Webdynpro Adobe Designer.
    In the Interactive Form Designer, there is a Menu called "Tools", which has option "Template Manager".
    When I select a template there is only a buttion Set Selected as default after i click it but nothing happen!! Can anyone please let me know how to use the Template Manager?
    Thanks.
    Edited by: bo wang on Jan 15, 2008 9:34 AM

    Yes, here you dont have option of using standard template. In this case, just right click on the Project name shown in WD perspective on the left hand side of screen and check the Projectlocation in Properties --> Info.
    go to "Projectlocation"\src\configuration\Components. Here you can find the XDP file. Open this XDP file, in this XDP you have File option. Select the template, and save the file.
    This change will appear in WD.
    With regards,
    Amit

  • How to use CCMDELCERT.EXE

    Dears,
    has anyone tried to use ccmdelcert.exe with SCCM 2007 to change current Duplicated GUIDs on PCs generated in the "Computers that may share the same SMS Unique ID" report...
    please explain how?
    appreciate your assistance
    M.Zakaria

    Worked like a charm.  Our image process has resulted in some conflicts, and the server was rejecting new clients (Client=No, Approved=N/A).  I also deleted the SMSCFG file.  Thanks for the post.
    net stop ccmexec
    ping -n 20 127.0.0.1 >NUL
    ccmdelcert.exe
    del c:\windows\SMSCFG.ini /F /Q
    ping -n 3 127.0.0.1 >NUL
    net start ccmexec

  • How to use java2idl.exe

    Hi
    I am trying to use the java2idl program that comes with the Oracle 8i database and
    can find no information on how to use it.
    (appart from the 5 line help when you run it).
    Could someone please tell me how to use it and what files to run it on to generate the .idl file.
    Thanks
    Gavin.

    The idl2java, java2idl, and java2iiop tools developed by Inprise for their VisiBroker for Java product (release 3.2) are distributed with Oracle8i.The documentation can be viewed or downloaded from http://www.inprise.com.

  • How to use Decode Function in Webi / Designer - BOE XI 3.1

    Hi All,
    I have a SQL query which needs to include in the webi report.
    Below is the query :
    SELECT
    SECURITY.SEC_CUSIP_NO "CUSIP", 
    SECURITY.STY_SEC_TY_CD "SECURITY TYPE",
    SECURITY.SEC_DERIVED_DESC_TX "SECURITY DESCRIPTION",
      SECURITY.sec_dep_teleg_de "FED DESCRIPTION",
      SEC_STND_PR "STANDARD/FACTORED PRICE",
      SEC_STND_PR_EFF_DT "STANDARD/FACTORED PRICE Date",
      SECURITY.SEC_YIELD_PR "YIELD PRICE",
      SECURITY.SEC_YIELD_PR_DT "YIELD RICE EFFECTIVE DATE",
      STND_PR_VND_VENDOR_CD "PRICE SOURCE",
      SEC_MATURITY_DT "MATURITY DATE",
      SEC_ISSUE_DT "ISSUE DATE",
                 CASE WHEN SECURITY.STY_SEC_TY_CD IN ('BA','CD','CDD','CDE','CDM','CDV','CP','CPD') THEN
                    (position.PSN_AVAIL_PAR_VL + position.PSN_COLLAT_PAR_VL) * (SECURITY.SEC_STND_PR) / 100
                 ELSE
                    (position.PSN_AVAIL_PAR_VL + position.PSN_COLLAT_PAR_VL) * (  (  SECURITY.SEC_YIELD_PR * DECODE (SECURITY.SEC_PRIN_FT, 0, 1, SECURITY.SEC_PRIN_FT))) / 100
                    * DECODE(SECURITY.STY_SEC_TY_CD, 'AMP', DECODE(NVL(SECURITY.SEC_MULTIPLIER_UNIT_VL,0), 0, 1, SECURITY.SEC_MULTIPLIER_UNIT_VL), 'MMP', DECODE(NVL(SECURITY.SEC_MULTIPLIER_UNIT_VL,0), 0, 1, SECURITY.SEC_MULTIPLIER_UNIT_VL), 'AMPT', DECODE(NVL(SECURITY.SEC_MULTIPLIER_UNIT_VL,0), 0, 1, SECURITY.SEC_MULTIPLIER_UNIT_VL), 1 )
                 END
            ) "MARKET VALUE"
    FROM SECURITY SECURITY
       ,   position position
    WHERE STND_PR_VND_VENDOR_CD = 'VT'
    AND SEC_MATURITY_DT > SYSDATE-1
    and SECURITY.sec_sys_id=position.sec_sys_id
    I could create a report which has selected objects and defined where condition from the above query. I have also created a variable for 'when' & 'then' condition but stuck at else part which contains 'DECODE' function.
    Please suggestions how to write the same at the report or designer level.
    Thanks,
    Rameez Shaikh

    Hi Rameez,
    Looking at the query you can create the object directly in the universe, either create two objects one for inner decode and use it in outer case logic. In report it is nothing but nested if logic. For eg.  If(a=b;1;(if(a=c;2;3))
    Thanks
    Gaurav

  • How to use ifrun60.EXE in forms 6i in forms 10g ?

    I know If end user is going to run forms by double-clicking icons on his/her desktop (MS Windows operating system),so ..... creating a shortcut and point it to run the IFRUN60.EXE (Forms 6i executable) , will be good idea.
    "Target" will then look like this:
    C:\orant\BIN\ifrun60.EXE form_name.fmx scott/tiger@orcl
    that happened when we use Forms6i .... but when we use Forms10g ..... how we do the same ?
    as friend say to me , we suppose here to deploy the forms to web , but I want to deploy them to Local Network or at least to only my computer ...... so is there anyway to turn my computer to server and than deploy my forms ? or any solutions else ?

    In order to deploy forms successfully,not just to web,also to your local host.
    In your install oracle 10g directory:
    like C:\DevSuiteHome_1\forms\server\default.env
    So you have to configure "default.env" or create your file like "your.env" file,in the file,you have to set the path for running the form.
    If you set parameters correctly,you can put the URL into your IE or firefox.
    For example:
    I have an application "app".
    http://app:port/forms/frmservlet?config=default.env(If you use default.env)
    http://app:port/forms/frmservlet?config=your.env(if you use your define env).

  • How to Use Altiverb IR in Space Designer?

    Hello, how can I use Altiverb Impulse Responses in Space Designer? Do I need to convert them? How? SD doesn't load the .C files, does it

    It's my understanding that the Impulse Responses in Altverb are coded in a way that they can only be used within Altverb.
    Which makes perfect sense. They certainly don't want people copying Altverb's IR responses from their friends hard drive, to use within Logic (or any other DAW) for free, right?

  • How to use  jdb.exe tool

    i've come across the JDB.EXE tool provided by the JRE in some books., but could not practically implement it. how can i use this tool in order to debug my programs.
    i tried this utility by typing "jdb" at the prompt and strat running the program using the "run" command. i need a way to utilise this tool efficiently.

    Search the web. There are plenty of tutorials on the JDB, or Java Debugger.

  • How to use opentype font in output designer

    I have to use Kaufmannstd.otf font for my document but I am not able to add that in Presentment target. Any Idea?

    The presentment target will dictate what fonts can or cannot be used.  Type 1 fonts (such as open type) are typically available in a postscript presentment target.  If you are set for pdf, the fonts will only show up in the font setup if they are in fact embeddable.  Perhaps the Kaufmannstd font is not an embeddable font.

  • How to use Distribute on Web Application Designer 3.x

    guys i am trying to Distribute a report on the portal , which has already got its selection parameters, instead of bookmarking it , i want to distribute it, what actions i need to distribute it, i tried it few times but it doesnt work.
    " right click on the template click distribute and follow steps, when i schedule it, i dont receive any e-mail or anything?
    any thing i have to do before i am able to distribute the web template?

    Hi Stefan,
    Thanks for your early response.
    As you suggested i have added the image to MIME Repository successfully.
    Now i have to add the new icon to exsisting template.
    Stefan my problem here is
    I have to add new icon but i donot need to change the icon.
    you are giving the procedure how to change the exsisting icon but my problem is i have add new icon with out replacing any one exsisting in the template.
    Thanks in Advance
    Pedamarla

  • How to execute a .exe file in java(Jsp) without using a process ???

    Hi All ,
    How to execute a .exe file in Jsp without using a process ??? ...
    Is it Possiable ????

    itsdhanasaraa wrote:
    But as this a web application ... By using Runtime i'm getting some probs ..
    Let me guess, you want your web application to run a program on the client and to your surprise that's not working?
    Ain't gonna happen.
    its taking more time to execute .... that's y is there any other option to execute .exe file other than Runtime.getRuntime().exec("filename");Write proper English and you may be taken more seriously.
    1) it's not "taking more time to execute", whatever that's supposed to mean.
    2) there's no other way to execute something. Not that you should every use even that way anyway
    3) whenever you start thinking of executing external programs from Java, start thinking of not using Java in the first place.

Maybe you are looking for