Paste Special - unicode text equivalent

When using Excel, I could copy tables from PDFs or Web Pages, then use "Paste Special" and "unicode text" to paste into a new document. By doing this, all data would go into appropriate columns. I can't figure out how to do this type of copy/pasting with Numbers.

(1) You are in a Numbers dedicated forum so, Excel behavior doesn't matter here !
(2) *_Help & Terms of Use_* which every one is supposed to read before asking here claims that we must search in existing threads if the question to ask was already answered before.
Yours was answered several times.
To be short : use my good old huge AppleScript
set the clipboard to the clipboard as text
Yvan KOENIG (VALLAURIS, France) jeudi 3 février 2011 22:38:47

Similar Messages

  • Copy a table in Safari and paste special, as text, to an Excel worksheet

    I am attempting to write Applescript code to copy a table in Safari and paste special, as text, to an Excel worksheet.
    When I perform the operation manually, all the rows of the Safari table are pasted into Excel in a single column, i.e. after all of the data in a row of a table is pasted vertically into Excel,the next row is pasted in the next open cell below in the same column, as I need it.
    When I use the applescript line..."paste special on worksheet format text" Excel pastes the table data in rows AND columns , like the table looks in Safari, but I do not want it pasted this way.
    Any ideas on how to get my Applescript code to perform the same manual operation?
    Thanks!

    I do not know what Excel you have, but to copy a table from a Safari's page, you could use the table tags of the page's source to get the table you want.
    That is, use text item delimiters.
    deivy

  • Most compatable file type to use when copying and pasting specially formatted text into html pages?

    Hello,
      I have a simple web site at http://www.psychicmeatloaf.com which is an online poetry journal site. I use files people send me (mostly .doc or .docx) and cut and paste the text from those files into html pages in an older version of Dreamweaver and some of the text has special formatting (like this page: http://www.psychicmeatloaf.com/Chang-poetry.htm ). The best way I have found to maintain the special text formatting is to open the .docx files and "save as a web page" in Word and then open the web page from Dreamweaver and then "Preview the page" in Explorer and copy and paste from the preview into an html page in Dreamveaver. Even using this method, some text will not maintain it's special formatting and for those I just save the page as a .jpg file and use that, because I have no other choice.
      My question is, is there a better way and is there a better file type to work from other than .docx?
    Thanks a milliom,
    George

    neophyte weaver wrote:
    The best way I have found to maintain the special text formatting is to open the .docx files and "save as a web page" in Word and then open the web page from Dreamweaver and then "Preview the page" in Explorer and copy and paste from the preview into an html page in Dreamveaver.
    That's a lot of steps to get to a single end that could be done with a simple copy & paste of the text into code. Like Photoshop and Fireworks, Word writes some very bulky and dirty code. I wouldn't recommend it for direct copy by the method described above.
    I personally copy the text and paste it into code view. It takes a little more work, but I don't get dozens of lines of inline styles added with it and using a preformatted post div (saved and hidden in the code (<!--post block code goes inside-->), I can quickly put title, date, byline and links up with a cut & paste.
    That's just my $0.02 worth
    Also, since nearly EVERYONE will use a different formatting in a Word doc, putting a bunch of differently formatted posts into a page will make it look like one of those ransom notes made of cut out text from different newspapers and magazines.  Better to keep everything in a single format (your format) so it doesn't become an eyesore.
    Message was edited by: Curtis_E_Flush

  • "Paste special" suddenly isn't working

    All of a sudden, when I "paste special -- unformatted" text from one document into another, it's not picking up the text attributes of the text box I'm pasting it into. This is a BIG deal for me, as I'm constantly plugging e-mailed info into charts I have already set up. If I have to reformat every time and re-do tabs, it's going to take up a lot of time. How can I get "Paste Special" to work again??
    Edited to add: I'm running Freehand MX on Windows XP. (It's a work computer.)

    There was a similar issue on the Mac sometime in my hazy past.
    The solution at that time was to clear the system clipboard by going to the Finder and copying any unformatted text – a filename will do.
    Then copy the text you want to bring into FreeHand.
    I have no idea if this will work for you on a Windows machine. Good luck.
    Judy Arndt

  • Cannot type/paste normal international text when non-Unicode in CS6

    Hello,
    In all versions of DW (up to CS3 which I have used) I had no problem pasting / typing HTML or text with international characters in Design View when the page is using a non-Unicode, yet international encoding (like Windows - Greek or ISO - Greek).
    Now, DW CS6 auto converts all international chars typed/pasted in Design View to html entities (unless Page Encoding is Unicode).
    For example, when the document has an encoding of:
    <meta http-equiv="Content-Type"  content="text/html;  charset=windows-1253">
    [ This is equal to Modify / Page Properties / Title/Encoding / Document Type (DTD): None & Encoding: Greek (Windows) ]
    ...in the past I was able to type/paste greek characters/text in Design view and they were retained as such (simple text) in Code view (and this is what we need now as well).
    Yet, in DW CS6 such international chars/text (typed / pasted in Design view) are auto-switched to "&somechar;" entities which is not what should happen; this messes up all text. Design view shows the text correctly, but html source (Code View) does not retain international characters themselves, although it should, as long as the html page is using a proper encoding/charset that allows compatible international text to be retained (e.g. greek encoding is compatible with greek characters). I repeat that this was working correctly at least until DW CS3.
    Directly typing/pasting in DW CS6 design view correctly (i.e. retaining the original chars in code view) works ONLY when using Unicode.
    However, if we type/paste greek text (with html tags or not) directly in Code view, then DW CS6 retains chars/text properly and Design view displays everything properly too. Consequently, as a work-around, we can use the Code View to type/paste international text/html when not using Unicode (UTF-8) as the Page Encoding. But this makes our life more difficult.
    So, has CS6 dropped support for typing/pasting international text/html directly in Design view, for non-Unicode international encodings?
    Or something has changed and we need to configure some setting(s) so that the feature works properly? (I haven't been able to find any setting that might affect this behavior. I also played with Document Type (DTD) settings but I found these did not affect the described behavior.)
    Please advise. This is very important.
    Thanks,
    Nick
    Message was edited by: JJ-GR

    Thanks for the reply.
    As I have already mentioned, typing/pasting in Code View works properly.
    However, in previous versions of DW, pasting/typing in Design View was working fine, whatever the page encoding.
    I agree that pasting in Code View is not really a big deal. But having to do all editing/typing in Code View definitely is! What is the point of using a WYSIWYG editor, if it can't produce correct source code (except in Unicode pages)? If we are going to do all editing in Code View, then we could simply use notepad (just an exaggeration) or other programming-oriented tool.
    I hope other people can confirm the problem and suggest solutions or Adobe fixes it.

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

  • Using the paste options randomly misses out text, don't use it and use the 'Paste Special...' option instead (MS Outlook)

    Also there seems to be no obvious way to report Office bugs.  This is leaving little room for improvement.  Not sure if there has been any planning on this front???
    For example, [MS Outlook] using the paste options randomly misses out text, (don't use it and use the 'Paste Special...' option instead).  But how do I communicate this to the Office team without knowing at least one of the team personally (which I
    don't)???

    Hi,
    Do you have this issue when pasting in other programs?
    If you are pasting something into Outlook, some formats and images may get lost, especially when you choose the Paste Options as Keep Text Only.
    Once you have this issue again, please try with "Keep Source Formatting". This may keep the Sour Formatting and you may not get the text lost.
    If you have any feedback when using our products, I suggest you press Ctrl + Alt + 7 or Ctrl + Alt + 8 to submit it. Microsoft will always listen to users' voice and make the products better and easier to use.
    Regards,
    Melon Chen
    TechNet Community Support

  • Automatically copy only the unicode-Text from a Word-Document into FM8

    In my daily work I often have the problem to copy and paste text from a  Word-Document or other documents into my FrameMaker documents.
    The common way is to copy it in Word and "Special Paste" it in FrameMaker 8 as unicode. But this is not as confortable as to shortly hit Ctrl-v on the keyboard.
    I would like to have a new menuitem to special paste only the unicode text from the clipbopard. Is there a way to make such a makro and to put it in the menubar with a Key-Trigger?
    I read something like that in http://www.rzg.mpg.de/from_external/Frame6_Handbuch/Setting_up_FrameMaker.pdf (german), but I actually don't know what to chage for my case.

    Rather than create a new menu item (possible, I gather, but fiddly) I would recommendchanging the default “paste” behaviour.
    In the MAKER.INI file there is a line beginning
    ClipboardFormatsPriorities=
    Change this to put UNICODE TEXT as the first item.
    Ctrl-v will then paste Unicode text by default. You can still access the other options, should you need to, by using Paste Special.

  • MS Word - macro/shortcut icon for "Paste Special"

    I am always after streamlining my working process so I cut out unnecessary steps. The solution I'm looking for is to create an icon along my toolbar that I click ONCE that will give me instantly the ability to: 
    Paste special > Unformatted unicode text
    Anybody know how I can achieve this?
    Thanks,
    FP 

    Press Alt+F11 to activate the Visual Basic Editor.
    Select Normal in the project explorer on the left hand side.
    Select Insert > Module.
    Copy the following code into the module that appears:
    Sub PasteUnformatted()
    Selection.PasteSpecial DataType:=wdPasteText
    End Sub
    Switch back to Word.
    Select File > Options.
    Click either Customize Ribbon or Quick Access Toolbar.
    Select Macros in the category dropdown on the left.
    Select the macro in the list of commands below - it will be listed as Normal.Module1.PasteUnformatted or similar.
    Add it to the list on the right. Note: for the ribbon, you can only add a custom item to a custom tab, so you may have to create a custom tab first. You can always add a command to the Quick Access Toolbar.
    You can rename or modify the custom button.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • How to write a unicode text in pdf file

    Dear Friends,
    I am a beginner in acrobat pdf plug-in development. I was trying to write a unicode text (Tamil text) into pdf file.
    Using same api I am able to write english text in time-roman, areal etc fonts. But I am not able to write tamil texts.
    The code is as below:
            memset(&pdeFontAttrs, 0, sizeof(pdeFontAttrs));
            pdeFontAttrs.name = ASAtomFromString("Latha");
            pdeFontAttrs.type = ASAtomFromString("TrueType");
            pdeFont    = PDEFontCreateFromSysFont(                                        \
                            PDFindSysFont(&pdeFontAttrs, sizeof(pdeFontAttrs), 0),    \
                            kPDEFontCreateEmbedded);
            pdeText = PDETextCreate();
            PDETextAdd(pdeText, kPDETextRun, 0, (ASUInt8 *)buffer, _tcslen(buffer),
                                    pdeFont, &gState, sizeof(gState), NULL, 0, &textMatrix, NULL);
            PDEContentAddElem(pdeContent, kPDEAfterLast, (PDEElement)pdeText);
            PDPageSetPDEContent(pdPage, gExtensionID);  
            PDPageReleasePDEContent (pdPage, gExtensionID);
    KIndly assume that PDEGraphicsState and PDETextMatrix are set properly set, I am not pasting entire code to avoid complexity.
    Thank you,
    Safiq

    Dear lrosenth,
    I went through some codes/suggestions in internet and I found that I need to have cmap file and cid font file for the respective font since pdf doesn't support unicode fonts directly.
    Can you help me to know where can I get cmap file and cid font file for tamil language font Latha(TrueType) microsoft font.
    Regards,
    Safiq

  • Lost the paste and move text function in Pages '09 also suddenly can't open .doc or .docx files

    A few days ago I lost the ability to open .doc or .docx files in Pages '09 version 4.3.
    Today I find that I can not paste or move text within Pages.
    I updated everything yesterday and still no luck.
    Help....

    A Google search using the terms <document "could not be opened" iwork"> turns up two possible solutions:
    Pages '09 refuses to create/open existing doc after Lion upgrade
    Re: The document “navidad.numbers” could not be opened.
    The first discussion's solution is to delete/reinstall/update iWork. The second is to edit the underlying code within the document and remove any Unicode characters.
    I recommend you go with solution no. 1. Use Yvan Koenig's script to delete iWork completely (see below), then reinstall and update iWork before attempting to open a Word document. Then let us know how you went.
    Go to https://public.me.com/koenigyvan
    Choose For iWork > iWork '09 > uninstall iWork '09.zip
    Download Uninstall iWork '09.zip, decompress it, open it in AppleScript Editor and click the Run button

  • Problem displaying Unicode text.

    Hi guys,
    I am new to I18N. i want to display some unicode text using java program. But i always get "???"..any idea??
    public class I18N {
    public static void main(String[] args) throws Exception {
    String street = "\u65E5\u672C\u8A9E";
    System.out.println(street);
    if i use unicode value equivalent to english chars, it works fine..i know there is some problem in loading the corresponding fonts..but not able to nail the problem.psl help..examples appreciated.

    For example if you have a MS-OS check this site
    http://www.hclrss.demon.co.uk/unicode/fonts.html
    or you could simple try every font you can find on your system.

  • Paste special...

    I am an Excel user for many years. As I mentioned that I just started using Numbers today. One question is about Paste special in Excel "Paste ...". From there I can paste a text in csv format back to worksheet from a wizard, which helps me to walk through what delimiter such as , or tab being used in clipboard text.
    Today I tried to copy a block of csv text from my web banking (when I tried to save my statements as csv, it displays statements in a block of csv page so I can select all and copy them) and paste them to Numbers. There are only two options available: "Paste" and "Paste and Match Style". I cannot find any way to get my text to a table in Numbers in right columns.
    The alternative way I had to do is to save the text to a text file with csv extension and open it in Numbers. I am not sure if there is way in Numbers so that I can directly paste csv text to cells?

    --
    --[SCRIPT csv2tsv]
    Enregistrer le script en tant que Script ou Progiciel : csv2tsv.xxx
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:
    copiez vos données depuis la page source
    menu Scripts > csv2tsv
    le presse-papiers contiendra des valeurs séparées par TAB
    que vous pourrez coller où vous voulez.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    (* à vérifier avec Snow Leopard *)
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    +++++++
    Save the script as Script or Application Bundle: csv2tsv.xxx
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:
    copy datas from the source page
    menu Scripts > csv2tsv
    The clipboard will contain TAB separated values
    which you may paste where you want.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2009/09/09
    on run
    set enTexte to the clipboard as text
    set enTexte to my remplace(enTexte, ",", tab)
    set the clipboard to enTexte
    end run
    --=====
    replaces every occurences of d1 by d2 in the text t
    on remplace(t, d1, d2)
    local l
    set AppleScript's text item delimiters to d1
    set l to text items of t
    set AppleScript's text item delimiters to d2
    set t to l as text
    set AppleScript's text item delimiters to ""
    return t
    end remplace
    --=====
    --[/SCRIPT]
    If you want, I may enhance it so it would paste directly where the cursor is located in a table.
    Yvan KOENIG (VALLAURIS, France) mercredi 9 septembre 2009 11:21:46

  • How do you paste special in Keynote?

    I want to group items and then paste special as an image???

    if you mean embedding a font - Keynote does not have this feature
    a work around is to use Arial font which is installed on all PC and Mac machines
    if you mean placing text on the slide - click on the text button in the tool bar
    if you mean something different,    post back

  • Preserve formatting using paste special doesn't work.

    First off, I'm using a Mac.
    I'm currently watching a Total Training tutorial that says I should be able to paste formatted text from Microsoft Word 2008 to Dreamweaver CS3 using the Paste Special command, but I am unable to get this to work. Is this a bug with Word 2008 or Dreamweaver CS3? What's the fix?
    Thanks!

    I don't have Word 2008 to test, but using Word 2004 with both Dreamweaver CS3 and CS4 on a Mac offers only limited choices with Paste Special (Shift+Cmd+V). The only options are Text only, Text with structure (paragraphs, lists, tables, etc), and Retain line breaks. The other options are greyed out.

Maybe you are looking for