Copy from safari and paste somewhere words is hard to use

I want ot copy a art clip from safari and then paste it somewhere  I have word but it is very hard to use   I have numbers and the art clip can not be sized
so where can I paste the art clip and be able to put in text and size, color, text, etc  then print

Insert a Shape into Numbers first (from the drop down Shapes menu in the top of Numbers).
Then drag the image from Safari into the Shape you have created (not into a cell in Numbers).
You can then resize the shape and if you click on the shape you can adjust the mask which will control how much of the image you can see.

Similar Messages

  • Copy and pasting - maintaining content integrity when copy from pdf and pasting to word doc

    My firm is currently using an older version of Acrobat to transfer portions of medical report to a word document format. We are only taking select excerpts and not exporting the whole document. As of now, i copy and paste the needed piece to word but the integrity of the transfer is terrible. Many misspelled words, wrong spacing, characters replacing letter, etc...We are curious if this issue could be resolved by upgrading to the latest version of Acrobat. Thanks for your help!

    If you could give the version of Acrobat and post some before and after screen shots it would help us understand the issue (yes, avoid any personal info). Was the original PDF created as a scan? If so, is it clearscan or searchable? There are many issues that are hard to comment on because we don't know how the PDF was produced or what has been done to it in the meantime. It may be that an upgrade would help, but not necessarily. If you have a spare machine available, you could always download and install the trial to see if it would resolve the issue -- I would not install the trial over your current version.

  • I have to paste/special/text when copying from Firefox and pasting in Word or Excel

    When copying data from a table on IE, I just have to paste (ctrl-v), and the data is pasted into appropriate separate cells.
    In Firefox, I have to "paste special" and click "text" to separate the fields. Otherwise, all the data is pasted into a single cell or in the case of Word, one paragraph.
    Is there a setting that can be designated to allow paste as in IE or as within Word or Excel?

    The [https://addons.mozilla.org/firefox/addon/1852/ Dafizilla Table2Clipboard] extension should help with this.

  • Problems when i copy text from Pdf and paste on Word

    In Pdf documente the text is in perfect conditions, but, when i copy the text and paste in WORD document the character change into random crazy character like: "()*"*&!(!*"(!"(!)"( )*"()!*("!&("@*")(!*@"!*@(
    how i fix this??

    I have the same problem when copying the PDF into a Word file. I tried Save as RTF doc. and it is still just symbols.
    It could be a font problem, because it has some weird Gill Sans and Futura fonts. I am sending a picture as an example.
    The option of exporting as Tiff and then applying OCR is interesting but still is kind of slow when i have a 100 pages document. If the fonts is the problem is there any way i could select the whole text and apply it a known font like Arial?
    Thanks for any info!
    Cheers,
    Sebastian

  • Copy from clipboard and paste in Web Dynpro table

    Hi
    I have a client requirement where the client wants to copy the table from some already existing application and paste the data  directly in web dynpro java table.  It is similiar to copy the data from clipboard and paste it directly in web dynpro table.
    I would like to know is it feasible. If yes, please provide some links or guide me on achieving the same.
    Thanks
    Harsimran

    Hi
    I think one way you can do it,
      1 . try to export the table dato to excel sheet.(copy and paste to excel)
       2. Importing the excel data to WD table.
      for more details about reading excel data, there is many blog on sdn just check it.
    Hope will help you
    Thanks

  • Can't copy text or images from webpages and paste into word documents or notepad

    Today suddenly I cannot copy text or images from webpages (I tried many different ones) and paste into my word 2010 document or notepad. What can I do to get this ability back. Yesterday it worked fine. It does not appear to be a problem with word or notepad so I have to assume it is a problem with Firefox

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Copy from Doc1 and paste in Doc2

    HI ALL,
    Requirement:
    My requirement is copy all pageitem from Source Document(doc1) and paste in Target Document(doc2).
    [Note: doc1 contains many pages]
    Trying Code:
    It will paste Ist page only. Not repeated for next process.
    var doc1 = app.documents[0];
    var doc2 = app.documents[1];
    for(i=0; i<doc1.pages.length; i++)
        //var myPages = Pages[i]
        //alert(Pages[i])
        doc1.pages[i].pageItems.everyItem().select(SelectionOptions.ADD_TO);
        app.copy ();
        app.activeDocument = doc2;
        app.pasteInPlace ();
    Kindly check and advise.
    Thanks in advance
    BEGINNER

    Try something like this:
    var doc1 = app.documents[0];
    var doc2 = app.documents[1];
    for(i=0; i<doc1.pages.length; i++)
        if(doc2.pages.length < i+1){
            doc2.pages.add();
        //alert(Pages[i])
        doc1.pages[i].pageItems.everyItem().duplicate(doc2.pages[i]);

  • Cutting object from photoshop and pasting in word

    How do I cut an object from a pic using photoshop and paste just that object on a word doc? Everything i've done so far has given me a square box with white in it? Thanks

    That is expected and inherent how the office apps work. You need to save the files as a PNG or TIFF with transparency and properly import them into Word using the Insert Graphic function.
    Mylenium

  • [solved]How can I copy from urxvt and paste in firefox?

    I can't copy anything from urxvt to firefox,but I can copy from firefox to urxvt.
    I use fluxbox,anyone can help me?

    zen_guerrilla wrote:
    Add these lines to your .Xdefaults:
    URxvt*perl-ext: default,mark-urls
    URxvt*urlLauncher: firefox
    and source it with xrdb ~/.Xdefaults. Then double-click on the url on urxvt, press Ctrl and right click the url. Select 'run firefox' and you're good to go.
    ...or you can just middle-click the link and it'll open in firefox.

  • I used to copy from emails then paste to my word processor, now there is no edit option on firefox. why?

    there isn't an edit option in firefox. therefore i can't copy from email and paste to word processor. why?

    You can find the Copy, Paste, and Cut buttons next to Firefox > Edit (and in its sub menu) and in the regular Edit menu on the menu bar (press F10 if the menu bar is hidden).<br />
    The buttons next to Firefox > Edit are enabled if there is something to do with them, just like with the toolbar buttons.<br />
    You can find the Copy, Paste, and Cut toolbar buttons in the toolbar palette in the Customize window and drag them on a toolbar.<br />
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.

  • When I Copy Data and paste to Word Pad it posts the Data in a Top to Bottom format. When I copy the same from IE it post the data as you see it on the Screen - in a Left to Right Top to bottom format. Why does FoxFire reformat the date.

    You can go to site http://birminghamapa.com/about_us/division_info.asp?DivNO=671 and Copy any Section and Paste to Word and it post a top to bottom Out Put. You go to IE and Copy info it Paste in format that looks just like the page.

    Becaise the digitizer is broken in that area
    Apple will exchange your iPod for a refurbished one for $199 for 64 GB 4G and $99 for the other 4Gs. They do not fix yours.
    Apple - iPod Repair price                       
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens         
    Replace the screen yourself if you are up to it
    iPod Touch Repair – iFixit                  

  • If I cut and paste a word doc in gmail or aol it will not appear when sent to my aol accountt

    For the last few days when I send or receive an AOL email that was pasted from Word no text appears in the email. Using Firefox 20. If I send a email pasted from Word from my Gmail to my AOL no text appears. If I send and receive using Gmail, there is no problem. If I use Firefox 5.1.9 there is no problem with an AOL email.

    Let's start with the assumption that it's most likely to be a temporary glitch.
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    Firefox menu) > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the AOL webmail site:
    Tools menu > Page Info > Security > "View Cookies"
    Here you can remove your individual aol cookies.
    Then try reloading the page and logging in again. Any improvement?
    Microsoft Word has a special way of constructing HTML that preserves attributes unique to Word documents. However, when you paste that special HTML into a webmail editor, it may not be interpreted the same by different sites, all of which want to cleanse dangerous elements from that HTML. Maybe AOL has changed something? Do you know whether the messages appear blank in other browsers?
    As a temporary workaround, if the messages do not contain embedded images or other non-textual elements, you could strip the HTML formatting by first pasting into a plain text editor such as Notepad, then copying from there and pasting into your email. To restore formatting (e.g., bold, italic, underline), you would need to use your webmail program's tools.
    Finally, I'm not familiar with Firefox 5.1.9. Could you double-check that version number?

  • I cannot copy from any website opened in FIrefox and paste into Word since using Windows 7, Office 7.

    I just started using a new Windows 7 computer with Office 7 installed. I can no longer copy from any webpage opened in Firefox and paste into Word.
    I can paste into email. Word to Word is OK. And copy from email and into Word is OK. But not from an opened webpage into Word.
    Any help GREATLY appreciated!

    it sure would be nice if Firefox had technical help that customers could call for help.

  • How do I copy a color from Kuler and paste it to a word document?

    How do I copy a color theme from Kuler and paste it to a word document?

    Unless there is something unusual about the table, it should copy in by selecting in Pages, selecting Copy, moving to Keynote, tapping, seelcing paste.
    If the table structure is copying in, but you can't see the text (is that what is happening?), you might try selecting ghe table and changing the text color using the formatting tool.

  • Why copying from particular pdf files and pasting to Words introduces improper fonts?

    Why copying from particular pdf files and pasting to Words introduces improper fonts?
    I’m wondering copying from particular pdf files and pasting to Words introduces improper fonts! Is there some workaround to avoid this problem?
    Thank you for the help
    Best
    Jamal

    Thank you for the answer.
    if i save it as Word, then the all goes fine.
    my issue here, is why in particular cases copying and pasting from the pdf file to Word is working very well, but in others, it is not!
    what might be the reason?
    best
    Jamal

Maybe you are looking for

  • Áre de Avaliação não contabiliza

    Senhores(as), Preciso de uma ajuda com relação às baixas de ativo imobilizado, o problema é o seguinte: Cenário - Um determinado item, com área principal 01 e áreas de avaliação (reavaliação) 11 e 21. Problema - No momento da baixa, é contabilizado a

  • Remove vertical scroll bar from table control

    hi, i had used table control in my application. i want remove vertical scroll bar from table control. At initial time in table control there is no vertical scroll bar. In my table control lines are dependent on internal table which i was used to fill

  • Upload webpage through Filezilla doesn't work

    Hi I've created a page with Muse, I tried to upload it through ftp to an external hosting, but it doesn't work. Apparently I make eveyrthing correct but when I go to my website the page won't show. Hosting name is netsons. Can anybody help? Thank you

  • Re-setting phone to factory settings

    my son had set up his i phone with an now expired e-mail address, I want to rset the phone to factory ondition and the e-mail and password do not work. please help e fid a solution to shutting off find my phone.

  • R/3  HR to BW exraction

    Hi, Can anyone please let me know the procedure for extracting HR payroll data into BW from both standard and custom tables. Since I'm a beginner to R/3 extraction,I'd really appreciate if people send me links or documents which would help me underst