Coverting JDT files to PDF

I need to convert JDT files to PDF.I heard that Live cycle PDF has that functionality.I need to get some more information on how to convert JDT files into PDF.Any input relating this will be highly appreciated
Thanks
SK

Hi,
What application is creating the jdt files? It is not on the list of supported file formats for PDF Generator, so I don't think you will be able to convert those files.
Daniel

Similar Messages

  • How to convert XML file to PDF

    Hi there,
    Does anyone know by any chance, how to covert XML file to PDF? Thanks

    Hello,
    You can convert most of the files in PDF by using the Print menu.
    Open the file you want to save in PDF and choose in the menu bar File > Print....
    You will see a will the Print window and at the left, click on the PDF button.
    Choose in the menu “Save as PDF...”
    Insert the name and you can also set security settings (like a password) and click on the “Save” button.
    Hope this will help.
    EDIT : (oups, dsimagry posted as the same time of me)

  • Live cycle ES2 can covert Frame maker file into PDF??

    Hi All
    good day!!
    I have read that live cycle can covert farme maker files into pdf .
    is it true . we are using live cycle ES2 and we are going to upgrade FM 8 (unix) to FM 11 .
    can we convert frame maker files into pdf using Live cycle ES2????
    you response highly appiciate!!
    thank you
    ramesh babu

    Possibly, but ES2 is only specified to convert FM7.2 & FM8 files. FM11 might work, but you would have to test it and it's most likely not supported by Adobe in this mode. See: http://www.adobe.com/products/livecycle/pdfgenerator/formats.html
    If you only need to create PDF output from existing FM files, then Datazone's DZbatcher or Omni Systems fmbatch (part of the mif2go product) utilities may suffice.

  • Covert multiple FM files to pdf siumtaneously?

    Hello All,
    I have about 2000 files of FM6.0 on my hard disk which has to be conerted to pdf for different reasons. I found that there is a possibilty to convert these fm files to pdf online with "Create Adobe PDF online" by uploading each file one by one. But is there any possibility to convert all these files in the same folder at once and save under the same name but just in pdf format (should not combine the files)?
    Any help in this regard will be highly appreciated.
    Thanks in advance,
    Venkat

    Create a new, empty book file (File > New > Book). You can store it anywhere; however, it might be convenient to store it in the folder with the files you want to print.
    Add the documents to the book and save the book file. I would not add all 2000 documents, but only a managable number, maybe 50 to 100. Try only 10 the first time to make sure everything works as you want it to.
    Then print the book file (File > Print Book). In the print dialog, select Adobe PDF as the printer, select Generate Acrobat Data if you want bookmarks, hyperlinks, etc., clear Print to File, select Save Book As Separate File for Each Document, and click Print. FrameMaker will then create a PDF for each file in the book. Once that is finished, delete the files from the book file, add another set, and repeat. As you become more comfortable with the results, you can increase the number of files in the book. I do not know if Framemaker has a limit to the number of files that can be in a book.
    Van

  • Converting a File to PDF and Keeping the Files Original Date

    I've got Acrobat Pro XI and I'm using the Action Wizard to covert a folder of TIF files to PDFs.  The action works but, I'm needing for the newly created PDF files to have the same date on them as the original files.  Can anyone help with this?

    You can set the date on the file (not with Acrobat but specialist tools may exist), but the creation date shown in Acrobat properties is stored in the file is defined to be when the PDF was created, not the original file.

  • While saving a file, I have converted all my files to Pdf.  The only way to restore previous is to delete Adobe.  Does anyone have a soution?

    While saving a file, I have converted all my files to Pdf.  This made everything inaccessible, even Explorer.  I had to delete Adobe to get back to some of the previous files.  I tried to restore system to previous, but I kept getting a pop up message that said I did not have enough shadow space.  Does anyone have a solution?  Greatly appreciate your help.

    Application, file icons change to Acrobat/Reader icon

  • When saving photoshop file in PDF, my document changes, how do I solve this?

    Hello everybody,
    Im trying to save my CS6 files as PDF documents. When I save my files as PDF some texts or images disappear or deform.
    Is there anything i'm doing wrong?
    Is there a setting I need to change for saving my files so they don't change?
    Thank you for your help!

    Hi,
    Which operating system and version of photoshop cs6 are you using?
    You can find out the exact photoshop cs6 version by going to Help>System Info from within photoshop and looking at the very first line that says Photoshop Version.

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

  • My adobe reader once installed changes all of my files to pdf files...Why?

    Adobe reader once installed changes all of my files to pdf files...why?

    http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • I just read the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already

    I just watched the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already have done this! I am a subscriber!  Arrrrhhhgggg!

    Hello Kathie,
    Please let me know what exactly are you trying to do using Adobe online service.
    You might try accessing the same service for some other PDFs and check.
    Have you signed up correctly at "https://cloud.acrobat.com/" using your Adobe ID credentials.
    If the same message pops up, then please visit Contact Customer Care as they could let you know if there is any problem with your account.
    Hope to get your response.
    regards,
    Anubha

  • How to open a file (*.html,*.pdf) in new browser using servlet

    Dear Friends,
    I am having some files (*.html,*.pdf) in local drive , im getting the path whichy includes dir name + file dynamically, im using the following code
    response.sendRedirect(response.encodeRedirectURL(file))
    this is displaying the file in same window, now i want open in new window is there any method except java script like window.open("URL");
    Thanks in advance....
    Thangavel

    Hi Balu !
    Thanks for u r reply ,
    this is html code ok
    <a onclick="view()" >View </a>
    im callinig view function in java script
    function view()
    window.document.formname.submit()
    so it will submit the action URL which given in form ok
    filename contains full path ok
    in server side im sending as i told previously encoderURL(file) ok
    but im given target="_blank" as per ur suggestion in anger tag like
    <a target="_balnk" onclick="view()" >View </a> tag
    it is opening in new window the content which is displaying in jsp but not file
    pls give ur valueable suggestion .....
    Thanks in advance...
    Thangavel

  • How do I convert a Finale Notepad file to ".pdf?"

    I have created a music notation score and in the online "help" from Finale, they suggest if you want to save a file as .pdf you have to purchase Acrobat.
    I did.
    When I tried to follow the directions below I cannot find the "postscrip" (*.ps) file that I "Print to File" with.  Here is what Finale instructs. I am using WIndows 7 if that helps. (I've tried naming the document a unique name and doing a "search" but it will not locate anything.
    There’s more than one way to create a PDF, but this method will give you more control over the results. See your Adobe Acrobat manual for full details.
    Open the file in Finale. 
    Choose File > Print. The Print dialog box appears.
    From the Destination popup menu, choose File. 
    Click Save. The Save dialog box appears.
    Give the file a name (you may wish to save it to the Desktop for convenience) and click Save. 
    Quit Finale and return to your Desktop. 
    Drag the PostScript Listing (*.PS) file to your Acrobat Distiller or launch the Acrobat Distiller and open the file. The Acrobat Distiller creates a PDF of your file in the same location and the same name before the period as your PostScript file.

    Hi, gfrerichs.
    Reader X cannot create a PDF file - it can only view and print existing PDF files.
    In order to create a PDF file (for example, print a webpage as a PDF, as you mentioned), you can purchase our CreatePDF service. This service includes a CreatePDF Printer which can print web pages to PDF.
    Or you could purchase Acrobat, which can also convert webpages to PDF.
    Dave, Adobe

  • Error when trying to convert excel files to pdf

    I'm getting the following error when trying to convert .xls and .xlsx files to pdf, using the "Create PDF" option:
    Error message from the primary converter:
    ALC-PDG-010-012-PDFMaker reported an error while printing the document.
    Word, Powerpoint and Text files convert without any issues. Also I'm able to opent the excel files and convert them to pdf using the acrobat option in excel.
    Livecycle Version: 10.0.2, GM
    MS Office Version: 2007
    Any help would be appreciated. Thanks in advance.
    Regards,
    Suhail N.

    It is always difficult when you need to convert multiple xls files to pdf or multiple sheets to pdf. If you have a single file to convert then the best method would be to copy your data to doc file and then convert it into PDF . If you have multiple files to convert then it is really difficult to convert all the files manually. Then the better method would be to use converter tool to convert excel to pdf . By doing this you can convert many files in just few seconds.

  • How do I maintain bookmarks in multiple documents when exporting a book file to PDF?

    I am using a book file to organize 10 individual indesign documents. Each document has its own set of bookmarks and links, and their are links that go to other documents within the book as well. How do I (using CS3) print my book file to PDF while maintaining all the interactive components? I want my complete list of bookmarks to appear within the bookmark pane, and I want all of the interactive links in the document to work when they are clicked in the PDF. Doing this for one document is simple, set the preferences to enable the bookmarks and links. However, none of these PDF export settings seem to work when printing the entire book.
    Help!

    I had it open, just wasn't looking in the right spot. Found it... thanks a bundle. This has made my day... as long as the bookmarks work when I export.
    Thanks!

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

Maybe you are looking for