How to save picture in a WORD doc as a jpg image?

I have a WORD doc file where there is a picture that I want to crop and then save as a jpg file for further editing.  When I tried to open this doc file in PSE, I got an error message saying PSE could not open this type of file (doc).  But in WORD I am not able to save as a jpg. Thanks.

Try saving your document as a web page (File>Save as Web Page)
to your desktop and then inside the folder named after your document should be the
picture file, which can be opened in photoshop elements.
MTSTUNER

Similar Messages

  • I have converted a pdf file but it has been saved as a jpg, how do I save it as a word doc?

    I have converted a pdf file but it downloaded as  a jpg not a word doc, how do I save it as a word doc?

    Hi moi person,
    Please provide us more information about the product you are using.
    Also let us know your workflow how did you already tried to convert the PDF document into a word document.

  • How to save and edit a Word template and excel??

    How to save and edit a Word template and excel (extension. doc and. xls) in an XE database, which can be opened to allow the document and record all changes made by the user of the palicacion.
      or where it a clear tutorial on this topic.?
    I appreciate your attention and collaboration.
    good day ...

    You should not expect to do this in Oracle. But by .net, it can be fine
    http://www.codeproject.com/Articles/36432/Edit-Microsoft-Word-Document-From-Your-Application

  • How to save picture from an iPad on someone else computer

    how to save picture from an iPad on someone else computer.

    Why don't you save pictures to Dropbox?
    You don't have to save it on someone's computer
    http://i1224.photobucket.com/albums/ee374/Diavonex/b90c9d4d.jpg

  • How to save pictures from my iphone to my laptop?

    I dont know how to save pictures from my iphone to my laptop..

    Hi, do you know if this task can be programed to be executed automatically each time you conect your iphone to the laptop just like he digital cameras do?
    Regards

  • HT4559 I have "Pages"on my iPad. How do I convert/transfer my Word Docs.?

    I  must download the work I have done on my Home computer to my iPad. I have "Pages"on my iPad.
    How do I convert/transfer my Word Docs.?

    Turn on iCloud on the iPad. The on the computer go icloud.com. log in and go to iWorks. The go yo Pages. Then right click on the gear icon the upper right and select upload. After it is uploaded to iCloud, it will also appear in My Documents in Pages on the iPad.

  • How to save info in a meta-data of a jpg file?

    hi, i need to know how to save info in a meta-data of a jpg file:
    this is my code (doesn't work):
    i get an exception,
    javax.imageio.metadata.IIOInvalidTreeException: JPEGvariety and markerSequence nodes must be present
    at com.sun.imageio.plugins.jpeg.JPEGMetadata.mergeNativeTree(JPEGMetadata.java:1088)
    at com.sun.imageio.plugins.jpeg.JPEGMetadata.mergeTree(JPEGMetadata.java:1061)
    at playaround.IIOMetaDataWriter.run(IIOMetaDataWriter.java:59)
    at playaround.Main.main(Main.java:14)
    package playaround;
    import java.io.*;
    import java.util.Iterator;
    import java.util.Locale;
    import javax.imageio.*;
    import javax.imageio.metadata.IIOMetadata;
    import javax.imageio.metadata.IIOMetadataNode;
    import javax.imageio.plugins.jpeg.JPEGImageWriteParam;
    import javax.imageio.stream.*;
    import org.w3c.dom.*;
    public class IIOMetaDataWriter {
    public static void run(String[] args) throws IOException{
    try {
    File f = new File("C:/images.jpg");
    ImageInputStream ios = ImageIO.createImageInputStream(f);
    Iterator readers = ImageIO.getImageReaders(ios);
    ImageReader reader = (ImageReader) readers.next();
    reader.setInput(ImageIO.createImageInputStream(f));
    ImageWriter writer = ImageIO.getImageWriter(reader);
    writer.setOutput(ImageIO.createImageOutputStream(f));
    JPEGImageWriteParam param = new JPEGImageWriteParam(Locale.getDefault());
    IIOMetadata metaData = writer.getDefaultStreamMetadata(param);
    String MetadataFormatName = metaData.getNativeMetadataFormatName();
    IIOMetadataNode root = (IIOMetadataNode)metaData.getAsTree(MetadataFormatName);
    IIOMetadataNode markerSequence = getChildNode(root, "markerSequence");
    if (markerSequence == null) {
    markerSequence = new IIOMetadataNode("JPEGvariety");
    root.appendChild(markerSequence);
    IIOMetadataNode jv = getChildNode(root, "JPEGvariety");
    if (jv == null) {
    jv = new IIOMetadataNode("JPEGvariety");
    root.appendChild(jv);
    IIOMetadataNode child = getChildNode(jv, "myNode");
    if (child == null) {
    child = new IIOMetadataNode("myNode");
    jv.appendChild(child);
    child.setAttribute("myAttName", "myAttValue");
    metaData.mergeTree(MetadataFormatName, root);
    catch (Throwable t){
    t.printStackTrace();
    protected static IIOMetadataNode getChildNode(Node n, String name) {
    NodeList nodes = n.getChildNodes();
    for (int i = 0; i < nodes.getLength(); i++) {
    Node child = nodes.item(i);
    if (name.equals(child.getNodeName())) {
    return (IIOMetadataNode)child;
    return null;
    static void displayMetadata(Node node, int level) {
    indent(level); // emit open tag
    System.out.print("<" + node.getNodeName());
    NamedNodeMap map = node.getAttributes();
    if (map != null) { // print attribute values
    int length = map.getLength();
    for (int i = 0; i < length; i++) {
    Node attr = map.item(i);
    System.out.print(" " + attr.getNodeName() +
    "=\"" + attr.getNodeValue() + "\"");
    Node child = node.getFirstChild();
    if (child != null) {
    System.out.println(">"); // close current tag
    while (child != null) { // emit child tags recursively
    displayMetadata(child, level + 1);
    child = child.getNextSibling();
    indent(level); // emit close tag
    System.out.println("</" + node.getNodeName() + ">");
    } else {
    System.out.println("/>");
    static void indent(int level) {
    for (int i = 0; i < level; i++) {
    System.out.print(" ");
    }

    Hi,
    Yes, you need store data to table, and fetch it when page is opened.
    Simple way is create table with few columns and e.g. with CLOB column and then create form based on that table.
    Then modify item types as you like, e.g. use HTML editor for CLOB column
    Regards,
    Jari

  • How can I change a picture on a word doc (.doxc) to .jpeg

    First of all, I'm very computer illiterate....very!  So, you'll need to be as elementary as possible so I can understand what you're talking about!
    I have saved pictures from websites onto a word doc.  I'll see a picture of something I want to put in my idea book, so I copy it, then paste it on a word document.  I believe the format(?) is .docx?  I need to upload one of them onto a forum so I can ask a question how I can get a finish like the one in a picture.  It's' not uploading.  I can't get it over to iphoto either.  I believe I need to change it to a .jpeg format to be able to do this.  Is there a way to change it to .jpeg from word?
    Thank you.
    It's asking what operating system I'm using...I have no clue!  This is how lost I am when it comes to computers!

    Control-click it and see what options are presented. If none of them will do what you want, go back to the website and drag that photo to the desktop, or press the Shift, Command, and 4 keys, drag to enclose it, and if needed, use Preview to convert the png on the desktop to jpeg.
    (125782)

  • I apply to jobs online and need to provide my resume, which is in Word on Dropbox, but when I hit "Browse" to find Dropbox or any other repository all I can pull are photos. How can I get to my Word doc?

    I need to attach a Word doc when online forms require it.  When I Browse for a file, all the iPad and the iPhone allows are photos or videos. I have these docs in Dropbox and Skybox but I cannot get to them from Browse. How can I do this?

    Take a look at the iCab Mobile browser for the iPad. It allows document uploads if you configure it properly in the settings. iCab Mobile also works with DropBox.
    You may have to download the documents to the iPad and upload from there, but it might be worth a look here.
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    This is copied from their website.
    How can I upload any file (not only photos) under iOS 6?
    Unlike the web engine of iOS 5.x and older, the web engine of iOS 6 has now basic upload support as well. But it only supports uploading photos and videos from the photo album. And this will only work under iOS 6.
    The upload capability of iCab Mobile works under all iOS releases and supports uploading photos videos and all other file types. It can even scale down photos before uploading to save bandwidth.
    But iCab's own custom upload capability has the disadvantage, that because of several iOS restrictions, it can not work on all web pages. Therefore under iOS 6, iCab Mobile provides a switch in the settings where the user can choose, if iCab should use the upload capability from the iOS (only photos, works with some more web pages) or the capabilities of iCab (photos and all other files, can't work on all web pages).
    So if you need to upload other files than just photos, make sure that you set the option "Upload files via" in the settings to "iCab Mobile".
    This is a link to the FAQ on the site.
    http://www.icab-mobile.de/faq.html

  • How to save Charts to a word document using LabVIEW Report Genereration toolkit?

    I just started using the LabVIEW Report Genereration toolkit, but I can't figure out how to save Waveform Charts (one dimensional data versus time, instead of Graphs) to a Word document. Can somebody give a suggestion? Thanks!

    Nina,
    In MS Word, you have 2 options when you select Insert Object:
    Microsoft Excel Chart
    Microsoft Graph 2000 Graph
    If you select Insert Picture, you can choose Chart. This is the same chart as when you select Microsoft Excel Chart.
    To insert this chart, you will use Word Insert Graph.vi. This VI calls Word_Insert_Chart.vi, that uses ADO object Graph.Chart and its properties and methods.
    From the Microsoft Help:
    Create a chart by using Microsoft Graph
    When you create a chart by using Microsoft Graph, a chart and its associated data are displayed in a table called a "datasheet."
    Zvezdana S.
    National Instruments

  • How can I get back my Word docs now that Pages will not open them?

    How can I retrieve my Word docs now that Pages will not open them in Mavericks.  I have a brand new iMac with my evolving manuscript for a book transsferred from my now defunct MacBook Pro by external drive.  Pages tells me that "PowerPC apps are "no longer supported" and Mavericks will not open Microsoft Office, though it is still in Applications.  Would really appreciate ANY help!

    You will have to have an app that will open them first, you can upgrade to Office for Mac 2011 which is an Intel based app then open the docs and retry. Your docs were created with extremely old version of Office for Mac, version 2004!
    Another possiblity is  using a web based compatible MS Office for Mac app and see if it will open your doc and then save it, then attempt to re-open in Pages.

  • How do I get a MS Word doc from my mail's inbox to Pages so I can change it?

    How do I get a MS Word (or MS Excel) doc from my mail inbox on the iPAD to the Pages (or Numbers) app so it can be changed or modified?

    From the iPad manual (http://support.apple.com/manuals/#ipad) :
    Open an attached file: Tap the attachment to download it to iPad and then open it. If iPad doesn’t support the format of an attached file, you can see the name of the file but you can’t open it.
    Open an attached file with a different app: Touch and hold the attachment, then choose an app. If you don’t have any apps that can open the attachment, you can view it, provided it’s a file type that iPad supports.

  • How to save a invoice in Word Format

    Dear  Sd Gurus
    Please tell how to save a invoice in any format like word format other than the printed stationery .This saved document will be used for mailing to the customer.
    No interface with internet or EDI .
    Hope for a reply soon
    Satish Kullu

    Hi Satish,
    First, your SAP system must be configure by the basis people in order for you to send an external mail. 
    Whether it can send pdf or other file format will depends on the Mail Server you are using.
    The basis people must also maintain the conversion parameters so that SAP knows how to convert the billing documents to be send as a pdf file or other desired format specified by your company.
    Finally, you have define the IMG in Maintain Output Determination for Billing Documents (Output type MAIL) 
      Reward points if this helps.
    Regards
    Karan

  • Save as pdf or word doc with password

    I can't seem to create a pdf or a word .doc from my (applework) document which has a password.
    That is I want the pdf or word doc to have a password - the same one hopefully as my original but I can't find how to do it!
    Any tips please?
    Gordon

    You may be able to set a password for the file at the system level.
    Open the Disk Utility in the /Applications/Utilities/ folder and create an encrypted disk image without putting the password in your keychain. Move the file to the mounted image, and then throw away the copy directly on the hard disk followed by choosing Secure Empty Trash in the Finder.
    (22615)

  • How to convert pdf file into word doc

    i have a pdf file that a need to convert into word doc. how can i?

    Hi assiri,
    You can either use Adobe Acrobat for the purpose or purchase the Adobe PDF Pack.
    Using PDF Pack : Please check the KB : http://helpx.adobe.com/acrobat-com/kb/using-pdfpack.html
    using Adobe Acrobat : Please check : http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe- acrobat-xi-convert-pdf-to-microsoft-office-word-tutorial_ie.pdf

Maybe you are looking for

  • IMovieS not compatible with iPad 2

    I've purchased this app, however when trying to install the latest update it says it's incompatible with this iPad. I've deleted the app but can't reinstall. Any ideas??

  • Power Plane Problem: Only one layer as an option.

    Dear all, I try to use Create Power Plane tool as usually, but for some reason bottom layer is already selected and it can not be changed. I am using dual layer board, so there should be also top layer. I can draw traces and everything except the pow

  • How to stream data from TDS3000?

    Hi there, I would like to stream data from my scope into Labview for further analysis. Hardware: Tektronix TDS3014C Software: Labview SignalExpress 2.5.1 + Tektronix Extensions I don't exactly know when the interesting transient signal appears, there

  • Work flow( step by step procedure)

    workflow for release procedure of purchase order

  • User Defined Metrics problem

    Hi. I have strange problem with Grid 10.2.0.5. When I create UDM based on sql quary. When I create UDM paste username and password and click "test" button UDM returns value but when I schedule UDM to run every 5 min UDM did not return any value. Any