There's a way to convert doc file to OTF ?

please give me example if it can be implement.

the FM isn't help.
It's for spool and i'm talking about convert doc file to otf.
Eliram.

Similar Messages

  • Is there a quick way to convert mpg files for use in imovie?

    Prefferable a way I can select a group of files to import into imovie, which is not much of a hassle to do.
    thanks

    Get MPEG Streamclip (which is free).
    It has a batch mode so you can do a lot of clips at a time and let it run.
    If they are MPEG2 files you may also need the Apple QuickTIme MPEG2 Playback COmponent ($20). MPEG Streamclip should tell you if you need it.
    I usually use FILE/EXPORT TO QUICKTIME/Apple Intermediate Codec, but you could also use DV, h,264, etc.
    Drag your completed clips to a new folder in Movies/iMovie Events. (Or to multiple folders if you want to make multiple events)
    Or if you want to store them on an external drive which is formatted as Mac OS Extended (journaled), drag them to a folder inside a Folder at the top level called iMovie Events.
    Start iMovie and it should recognize the new folders as new events and it will start generating thumbnails.

  • Is there a free way to convert a pdf file to a microsoft word file?

    Is there a free way to convert a pdf file to a microsoft word file?

    Adobe does not offer a free PDF to Word conversion. You may want to check out our ExportPDF service though. It's quite inexpensive: https://www.acrobat.com/exportpdf/en/pricing.html

  • How to convert .doc files to .docx in a sharepoint library programmatically.

    Is there any possibility to Convert .doc files to .docx in a sharepoint document library.
    I have thousands and lakhs of .doc files and I need to automate to convert those .doc files to .docx with an automation script or powershell script or doing it programmatically.
    Can someone help me get through this.
    Thanks
    Gayatri

    Hello Gayatri,
    You can convert files from doc to docx using following options
    Option 1 
    in bulk using  Office File Converter (OFC) and Version Extraction Tool. Please refer below url for reference - http://technet.microsoft.com/en-us/library/cc179019.aspx
    Option 2 - PowerShell
    please refer url -http://blogs.msdn.com/b/ericwhite/archive/2008/09/19/bulk-convert-doc-to-docx.aspx
    Convert DOC to DOCX using PowerShell
    I was tasked with taking a large number of .DOC and .RTF files and converting them to .DOCX. The files were then going to be imported into a SharePoint site. So I went out on the web looking for PowerShell scripts to accomplish this. There are plenty to
    choose from.
    All the examples on the web were the same with some minor modifications. Most of them followed this pattern:
    $word = new-object -comobject word.application
    $word.Visible = $False
    $saveFormat = [Enum]::Parse([Microsoft.Office.Interop.Word.WdSaveFormat],”wdFormatDocumentDefault”);
    #Get the files
    $folderpath = “c:\doclocation\*”
    $fileType = “*doc”
    Get-ChildItem -path $folderpath -include $fileType | foreach-object
    $opendoc = $word.documents.open($_.FullName)
    $savename = ($_.fullname).substring(0,($_.FullName).lastindexOf(“.”))
    $opendoc.saveas([ref]“$savename”, [ref]$saveFormat);
    $opendoc.close();
    #Clean up
    $word.quit()
    After trying out several I started to convert some test documents. All went well until the files were uploaded to SharePoint. The .RTF files were fine but even though the .DOC fiels were now .DOCX files they did not allow for all the functionality of .DOCX
    to be used.
    After investigating a little further it turns out that when doing a conversion from .DOC to .DOCX the files are left in compatibility mode. The files are smaller, but they don’t allow for things like coauthors.
    So back to the drawing board and the web and I found a way to set compatibility mode off. The problem was that it required more steps including saving and reopening the files. In order to use this method I had to add a compatibility mode object:
    $CompatMode = [Enum]::Parse([Microsoft.Office.Interop.Word.WdCompatibilityMode], “wdWord2010″)
    And then change the code inside the {} from above to:
    $opendoc = $word.documents.open($_.FullName)
    $savename = ($_.fullname).substring(0,($_.FullName).lastindexOf(“.”))
    $opendoc.saveas([ref]“$savename”, [ref]$saveFormat);
    $opendoc.close();
    $converteddoc = get-childitem $savename
    $opendoc = $word.documents.open($converteddoc.FullName)$opendoc.SetCompatibilityMode($compatMode);
    $opendoc.save()
    $opendoc.close()
    It worked, but I didn’t like it. So back to the web again and this time I stumbled across the real way to do it. Use the Convert method. No one else seems to have used this in any of the examples but it is a much cleaner way to do it then the compatibility
    mode setting. So this is how I changed my code and now all the files come in to SharePoint as true .DOCX files.
    $word = new-object -comobject word.application
    $word.Visible = $False
    $saveFormat = [Enum]::Parse([Microsoft.Office.Interop.Word.WdSaveFormat],”wdFormatDocumentDefault”);
    #Get the files
    $folderpath = “c:\doclocation\*”
    $fileType = “*doc”
    Get-ChildItem -path $folderpath -include $fileType | foreach-object
    $opendoc = $word.documents.open($_.FullName)
    $savename = ($_.fullname).substring(0,($_.FullName).lastindexOf(“.”))
    $word.Convert()
    $opendoc.saveas([ref]“$savename”, [ref]$saveFormat);
    $opendoc.close();
    #Clean up
    $word.quit()

  • Problems converting DOC files in watched folder

    Hi, <br /><br />Have a couple of issues with PDFG: <br /><br />We have managed to configure PDF generator and can view the AdminUI screens. However, when we place a word document in the IN folder, the OUT folder log displays the following message: <br />-----------<br />Failed to process job <file> <br />Error Code  1 009 <br />Reason : The service to convert the document could not be looked up. <br />-----------<br />The watched folder as well as services are on local drives. <br /><br />We get the same error when we use the AdminUI > 'create PDF' section to upload a doc/text file. However, we can right-click on a word document and convert it into a PDF. <br /><br />Both the JBoss and MySQL services are running. <br />We also notice that the JBoss service takes a long time (> 1 hr) to start up. <br /><br />Our only requirement is to convert DOC files in watched folder to PDFs. <br />Is there any way to speed up the service startup time? <br /><br />Regards, <br />Nagaraj

    Hi Chris,
    - Yes. PDFG was installed on machine having an Office2003 install.
    - Yes. The same user credentials were used for Office and PDFG.
    - PDFG is not the only application installed. However, both memory/processor utilization were < 50% throughout the JBoss service process. The JBoss service stays on the "starting" mode for a long time.
    - We have installed JDK 1.4.2_08
    Regards,
    Nagaraj

  • Is there an easy way to convert from a String with a comma, ie. 1,000.00 to

    Is there an easy way to convert from a String with a comma, ie. 1,000.00 to a float or a double?
    thanks,
    dosteov

    Like DrClap said: DecimalFormat. However, make sure you understand the Locale things, as explained at http://java.sun.com/j2se/1.3/docs/api/java/text/DecimalFormat.html (which refers to NumberFormat as well) and use them explicitly. Like
    public class FormatTest
      public static void main(String args[])
        try
          // see NumberFormat.getInstance()
          DecimalFormat fmt = new DecimalFormat();
          Number num = fmt.parse("1,000.01");
          System.out.println(num.doubleValue());
        catch(ParseException pe)
          System.out.println(pe);
    }most likely seems OK on your system, but may print "1.0" (or even fail) on some non-English platforms!
    When performing calculations, also see http://developer.java.sun.com/developer/JDCTechTips/2001/tt0807.html
    a.

  • There is NO WAY to convert .jar to .sis... read here.

    I have seen a post here:
    http://forum.java.sun.com/thread.jspa?threadID=709899&tstart=0
    I just want you to know, that it is NOT possible to convert .jar to .sis file.
    .jar file - designed for Java (J2ME)
    .sis file - designed for EPOC (Symbian)
    There is no way to convert either of them, at least for now.
    So stop asking for the program (in the above post), and stop giving your email address.
    ----> Brush ur teeth ;-)

    Check out iLife 06. "Photo-casting" is now available via iPhoto and .Mac.

  • Using Muse, I was wondering if there is a way to convert a website that is already built into a mobile website.

    Using Muse, I was wondering if there is a way to convert a website that is already built into a mobile website. I have no idea how the website was originally built. My client is asking me to build a mobile site for his current site without touching his desktop site. His site was originally built in Dreamweaver I think but he have no way of finding the files and lost contact with his original designer. We don't want to start a new site from scratch with a new domain because he is afraid of losing his seo work.
    In other words. My client site was build in Dreamweaver or something else. I am not a programer and was going to use muse to make his mobile site. So the question is how do I link a muse made mobile site to his desktop site?
    Thank you.

        as62467 We appreciate your G3 question! Let's see how we can help. What you are able to adjust is the USB connection mode by going to the home screen and selecting'recent apps' (in the touch keys bar), settings,storage, the menu (the 3 tiny dots) and tap usb pc connection. If you do not want the software to try and install choose either the internet connection or camera option. Let us know if this helps.
    SheritaH_VZW
    Follow us on Twitter

  • Need to find a way to convert mts files to aFinal Cut compatible format --

    I hired someone to shoot something for me recently and he used AVCHD. However, he only copied the mts files and did not save the entire folder structure, which unfortunately is what Final Cut requires (at least that's my understanding of it). Basically I need to find a way to convert mts files into a Final Cut compatible file format.
    Any ideas out there? Thanks in advance.

    Forum search is your friend. The usual answer you'll find is ClipWrap, transcodes .mts to whatever flavor of ProRes you want.

  • I can not open adobe files. mainly ones that end in doc. I purchased the 19.99 to convert .doc files

    I can not open adobe files that end in .doc. I purchased the 19.99 to convert doc to pdf and I still cant open. I get an error reading.

    Hi,
    Which Adobe Service did you purchased?
    If you have purchased CreatePDF please visit: https://createpdf.acrobat.com/SignIn.html
    Sign in with your Adobe ID and password, and then convert your word doc into PDF.
    Please let me know if that works.
    If you have Adobe Reader, you cannot convert .doc file to .PDF by drag and drop.
    ~ Aditya

  • How to convert .doc file into .rtf file in Java?

    Hello All,
    I want to convert doc file into rtf format in java and for the same i am not getting any help so pls suggest some solution for that.
    Thanks and Regards
    only1Vinay

    MS-Word formats (DOC) are notorious for not being standardized from one version to another, so what ever you get will be version specific. If you must do the conversion, I suggest you do a MS-Script in Word to do it or one of the .Net languages. As stated the Word format from version to version is not standardized.

  • Is there any easier way to edit imovie files that have been exported as mov file then added to FCE 4?? As every move I make has to be rendered and takes forever??? Also my recording is going out of focus without me touching the camera, why has this happen

    Is there any easier way to edit imovie files that have been exported as mov file then added to FCE 4?? As every move I make has to be rendered and takes forever??? Also my recording is going out of focus without me touching the camera, why has this happened any idea what causes this??
    iMovie '08, Mac OS X (10.5.8), FCE 4

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • After saving a pdf as Excel workbook the numbers remain text and cannot be used in calculations. Is there a better way to convert into real digital numbers?

    After saving a pdf as Excel workbook the numbers remain text and cannot be used in calculations. Is there a better way to convert into real digital numbers?
    I have tried to convert the pdf to Word instead but same difficulty with numbers: look like numbers but not usable for calculations

    Excel has a 'text to numbers' function, I would use that.
    Convert text to numbers. Microsoft Excel.

  • How to convert Doc file into image

    hello frnds
                     Can any body guide me how to convert doc file into image and show into swf loader.
    actually i have to convert doc files into swf files in runtime so that i have to use this flow.
    is it possible to convert doc file into byte array and than convert into image.
    Thanks And Regards
        Vineet Osho

    You can convert any DisplayObject to byeArray using this function ImageSnapshot.captureBitmapData().getPixels()

  • Is there any simple way to create ods files (OpenOffice Calc)?

    Is there any simple way to create ods files (OpenOffice Calc) using ResultSet (from java.sql)?

    Mabe, you can create CVS files (plain text) Ej...
    ====test.cvs=====
    1, "aaa"
    2, "bbb"
    3, "ccc"
    ===============
    Using a "BufferedWriter"

Maybe you are looking for

  • Flash chart  2d line

    I have a chart with like ten series and i would like to display the serie name when you mouse over one point. In chart attributes, in the custom XML there's this line <text><![CDATA[{NAME}, {VALUE}]]></text> in the resulting XML file the data is some

  • Generics bug in Sun compiler?

    The code show compiles using the oracle compiler, but when executed generate a NoSuchMethodError. Apparently, this doesn't occur when run under Eclipse, presumably compiled byJikes. Is this a known bug? (Compiled using 1.6.0_21) public class Bug  {  

  • Processing CDATA in ra.xml on WebLogic 9 beta

    There appears to be a bug in processing           the config-property beans on WebLogic 9 beta           if the property value contains CDATA, i.e. (see below).           When the app server calls setConfiguration() in the           resource adapter,

  • I reset my password but my iphone isn't recognizing it.

    can anyone help?

  • Unexpected Sort Order in Column

    Hi, I would like to put at the end of my view, documents with titles beginning with a special character like ~ or { but it goes always at the top of the view. I was expecting that  ~ or { comes after the letters and numbers. Do you know why or can yo