Fitting Picture/Exporting Document

I have two questions:
-I'm using the template, Movie Poster Small. I dragged in a picture and one person on the right is cut off. How can I resize and/or move the picture so that it will still fill the space while not cutting out anything? And is it possible to make this template horizontal instead of vertical?
-If I want to export this poster so that I can 1) continue to edit on another Mac and 2) print an 8x10 picture, what options do I have. Export only gives me PDF, Word, RTF, Plain Text and ePub. There's no .jpg option. I'd like to go to a Walmart or Target and print and frame the poster.

-If I want to export this poster so that I can 1) continue to edit on another Mac and 2) print an 8x10 picture, what options do I have. Export only gives me PDF, Word, RTF, Plain Text and ePub. There's no .jpg option. I'd like to go to a Walmart or Target and print and frame the poster.
If by "continue to edit on another Mac" you mean at the project level, then save your work as a Pages project file. If you mean you want your work saved as an "image" for graphic editing, then save it as a PDF. If you prefer a JPEG (or other image format), then open the PDF in Preview (or other graphic application) and re-save/convert to your preferred format. (E.g., Preview will allow you to re-save your PDF as a GIF, JPEG, JPEG-2000, BMP, Photoshop, PICT, PNG, TIFF, etc. file as you desire.)
ADDED: Oops! I see Walt has modified his response to include the Preview graphic work flow.

Similar Messages

  • Need to convert pictures and documents to PDF

    need to convert pictures and documents to PDF

    Hi BodyWhys,
    Please do below if you are using Adobe Reader:
    1. Launch Reader
    2. Select "Tool" at right pane
    3. Sign in with your Adobe ID and password after clicking "Sign in" under "Tools"
    4. Select "Create PDF" tab
    5. Click "Select File" button
    6. Select your picture or document (please see more information on supported file at http://helpx.adobe.com/acrobat-com/kb/using-createpdf.html#main_Convert_a_file_to_PDF)
    7. Click "Convert" button
    8. Click "View PDF File in Reader" after converting the file
    Please do below if you are using online service
    1. Login to https://createpdf.acrobat.com/signin.html with your Adobe ID and password
    2. Select "Convert to PDF"
    3. Click "Select Files" button
    4. Click "Download" button in progress bar after convert is complete.
    Please let me know if you have more quetions.
    thank you.
    hisami

  • Help with exporting document and generating an enumerated value error

    Can anyone help me figure out why I cannot get this script to export the document and save it for the web?
    I keep getting the same frustrating "Enumerated Value expected".
    here is the script thus far:
    * attempting to create a script to insert names automatically within photoshop cs2. Similar to the PSP.
    tag = app.activeDocument;
    var lee = ["Barb","Belle","Betty","Carmel","Christy","Connie",
    "Debbie","Debra","Denise","Diamond","Dolceluna","Irene","Jacqui"];
    //determine if active layer is a text layer or not.
    if(tag.isBackground == true){
    alert("this is a background layer and cannot be changed.");
    else{
    alert("this is the name layer.")
    for(i=0;i<lee.length;i++){
    tag.activeLayer.textItem.contents = lee[i];
    var options = new ExportOptionsSaveForWeb();
    options.format = SaveDocumentType.PNG-24;
    options.interlaced = false;
        options.PNG8= false;
    var fName = lee[i];
    var newName = fName+'-'+tag.name+'.png';
    alert(newName);
    //EXPORT DOCUMENT KEEPS GENERATING ENUMBERATED VALUE EXPECTED
    // web.matte = MatteType.NONE;
    tag.exportDocument(File(tag.path + '/' + newName),ExportType.SAVEFORWEB,options);
    } // closes for loop
    }// end of else statement

    Yes the guide is misleading. It says 'For this property, only COMPUSERVEGIF, JPEG, PNG-8, PNG-24, and BMP are supported.'
    It really should say 'For this property, only COMPUSERVEGIF, JPEG, PNG, and BMP are supported.'
    But if you look under SaveDocumentType you will not find PNG-8 or PNG-24 listed in the values.

  • In mail, how do I attach pictures or documents as icons that open full size

    in mail, how do I attach pictures or documents as icons that will open full size?

    Try Option + click the picture and choose Show as Icon

  • How to chose either you want to print a picture or document black in white or color?

    How to chose either you want to print a picture or document black in white or color from your computer before printing; regardless of picture being colored or black in white.  
    I bought HP Laserjet Pro 200 Color Mfp m276 yesterday. I am completely new to printers and printing. My question is how to chose either the print out would be color or Black in white. 
    At my school liberary and public liberaries, when i print an image or document, in there printer drop down selection menu, they have the option of Color print or black in white print. I want to make mine same too. I have two printers there which is 
    1.  HP Laserjet Pro 200 Color Mfp PCL6
    2. NPI16FE39 (HP Laserjet Pro 200 Color Mfp m276NW)
    I tried goint to Contol Panel>Drvices and Printers> HP Laserjet Pro 200 Color> printing preferences> and selected "Print in Graystyle"
    than i printed from HP Laserjet Pro 200 Color; by selecting it from drop down menu, but the print out was still coloured..
    PLEASE HELP ME!!
    it may be something to do with printing settings..
    I just want to select between Black in White and color ... before printing the page out (regardless of picture being colored)

    Hi,
    Here's a link to a thread with a similar issue on a different printer that might help.
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • How to set "embed icc Profile" option  to export document as JPEG

    Hi All,
    While exporting the document as jpeg, through File->Export, there is an option "Embed ICC Profile" as figure shows.
    How to set it if I am exporting the document through my program in which I rasterize the document and used 
    the sAIImage->AsJPEG(raster, jpegDataFilter, params);
    I didn't find any option in AIRasterizeSettings or AIImageOptJPEGParams to set this flag.
    plz anyone suggest me how to do so.
    Thanks,
    Rud.

    thanks for you through out help.
    I use the folowing code which executing properly,but there is no effect on JPEG whether the value of jpegparam.s.jpeg.embedICCProfile is 0 or 1.
    /////Start
    ASOptimizationSettings jpegparam;
    jpegparam.fileFormat = asffJPEG;
    jpegparam.s.jpeg.embedICCProfile = isICCProfileEmbeded;
    ASInt32 optID;
    optID = sAIOptSet->GetUniqueOptimizationSettingsID();
    error = sAIOptSet->SetOptimizationSettings(optID, &jpegparam); // after executing this line error = 0
    /////End
    I guess it would  work when we export document as jpeg through AIActionManagerSuite
    not with  rasterizing the layer's art and then exporting them as JPEG  using AsJPEG().
    thanks

  • How do I edit a exported document?

    How do I edit a exported document?

    Sounds like you're pretty new to Lightroom.  Rather than open a new thread for each basic question, I think you need to do some reading.  I suggest:
    http://forums.adobe.com/community/lightroom/lightroom_for_beginners
    http://www.lightroomqueen.com/free-downloads/quickstart/lr5/
    You could even try the Lightroom help.

  • When I export documents as a PDF in Indesign the fonts appear as squares. This has started happening since I updated my operating system to 10.9.4 on my iMac.

    When I export documents as a PDF in Indesign the fonts appear as squares. This has started happening since I updated my operating system to 10.9.4 on my iMac.

    Apple Mail uses Apple's own PDF viewer, and it's ... well, let's be friendly and say not really up to par. Don't use it for anything else than ascertaining there is *something* in your mail. Then use the free Adobe Reader to view your PDF.
    See this recent thread: http://forums.adobe.com/message/4526583

  • Is it possible to reserve a space on the time capsule to use to share files like; music, pictures, or documents?

    There are 4 Mac's in my house and I'd like to back up all of them to a time capsule, i know it is possible to do this. however i would also like to be able to dump files like; music, pictures, and documents onto the time capsule so that the others mac will be able to access these files when they want to. This will stop the need for me leaving my mac on whilst other macs access my hard drive, or passing USB sticks around the house.

    With an ordinary disk you can partition it with Disk Utility to reserve space for various things. With the Time Capsule you cannot partition it because Disk Utility doesn't work on networked drives and AirPort Utility can only format an entire Time Capsule, not paritition it.
    You can simply store the files you want to share on the Time Capsule and turn on file sharing, and it will do what you want. The only downside is that because you can't reserve space, eventually the Time Machine backup(s) on it will reduce the amount of available space to zero. This would eventually happen anyway whether you store your files on there or not, and then Time Machine starts deleting the oldest backups, but if you store your files on there and space goes to zero people won't be able to add files.
    I'm not sure about the "not powered" part. For many months I stored an iTunes library and music on a USB hard drive that was powered off the Time Capsule USB port. Of course, I did this so that the music would be accessible anywhere in the home. I swear that the external drive never used its own power cable. It was a portable bus-powered USB enclosure with a laptop-sized drive in it, though, so it normally does not require a power cable. If the files you need to share aren't too large, you might think about plugging in a USB stick drive which would be very compact, needs little power, inexpensive, and has no moving parts to break or heat up.

  • Can Not send pictures and documents with my webmail, the link is Not visible on Safari Browser

    Hello, i can Not send pictures and documents wit my tele2 webmail, the link to so this is Not visible. I tried Safari, Opera, and Dolphin.

    Safari doesn't support the attaching/uploading of files. If you want to send documents or photos that you have stored on the iPad then you can use the Mail app - if you've set up your email account on it, then you should be able to start in the app that contains the document, and then use that app's functionality to select the document and attach it to an email e.g. in the Photos app you can use the icon of the box with the arrow coming out of it to select and email a picture

  • Graphic Change: Methode "Picture Export"

    Hey Guys,
    i need some help by changing the graphic like colour & so on.
    The core-aspect is that i want plot my noticed Points in my graph in a word file.
    I tried it with the Methode "Picture export" and saved the frozen graph as BMP and it works but i dont like the white background.
    Can someone help me by changing the graphic.
    Thanks a lot

    Hello!
    There is a easy way to change the graphic look by using property nodes.
    -Right click at the graphic on the front panel >>create>>property node>>plot>>plot color
    -The property node appears at the block diagram right click>>change all to write
    -connect the property entrance with an "color box constant" (you can find it by pressing ctrl+space and typing "color box constant") to select the color
    I hope it was helpful
    Best Regards
    Jerry

  • Reg Blocked Export Documents Runtime Error

    Hi..
    I am using the transaction '/SAPSLL/BL_DOC_SD_R3' to see blocked export documents.......
    Now when i run it for a plant and about 40 thousand sales orders... it is going for a runtime error.....
    I need to know for how many records can i run this transaction at one time..  ......
    Regards.

    Gautham..
    The selection screen stuff did not help....
    This is the error which i am getting...
    Runtime errors         DBIF_RSQL_INVALID_RSQL
    Exception              CX_SY_OPEN_SQL_DB
    Possible errors:
    o The maximum size of an SQL statement has been exceeded.
    o The statement contains too many input variables.
    o The space needed for the input data exceeds the available memory.

  • Compliance check for export document

    Hi GTS Experts,
    I need to block the export document by checking some flags. Where do I implement  the logic of blocking  the export doc (any user exits or badi's)  and how do I block the doc?
    Quick help is much appreciated.

    Hi,
    you can use the userextis in the feeder system after mapping:
    Exit SLL_LEG_CDPIR3_002
    Badi:
    badi_ifex_call_sd0a - for sales orders
    badi_ifex_call_sd0b - for deliveries
    badi_ifex_call_MM0a - for purchase orders
    best regards,
    christin

  • Why is there suddenly an error message when trying to download pdf documents online: "cannot export document"

    Why am I recently receiving an error message when trying to download pdf documents from the web? The message reads: "cannot export document" I've updated Adobe and all software updates are current. The first indication of a problem was when I opened a pdf that I thought downloaded, but the file is blank. Now that doesn't even happen. Any help would be tremendously appreciated! Thank you, KB

    I know man what your saying. I should have written it down when it happened last night. I figured if anyone had had the same issue they might know the reason. I'll try doing a test recording today and see if the same issue arises. Meanwhile, if anyone has this happen to them please let me know. Thanks

  • Why is the quality of movies and pictures exported to the external hard drive lowered?

    Why is the quality of movies and pictures exported to the external hard drive lowered?

    Are you speaking of manually moving these files, or using an application to export?
    When you use the the term "export", it usually entails an application performing some kind of file conversion, rather than a simple transfer. It is during conversion to another file format that information may be lost through lossy compression, or by settings of the export.
    Anytime you convert a file to another format, there will usually be some loss or degradation. Tghis can't be helped, as one format may not support every information characteristic the original one did.

Maybe you are looking for