How to view images in TextEdit documents on Lion, created under an earlier OS

I have a lot of TextEdit documents with pasted pictures ("Pasted Graphic.pict") from my times on Tiger and a PPC Mac. However when viewing these documents on Lion the pictures won't appear. I can very well open "Package Contents" of the .rtfd files and navigate to the .pict files and view them in iPhoto but not in Preview, let alone in TextEdit on Lion.
I am moving all my data from Tiger to Lion and need to be able to view the content of my documents on the new platform. Is there a trick -- a converter perhaps? I have searched online and it seems that .pict is deprecated? Please help.
Thanks in advance,
-martin

Good idea, changing the files to PDF. Unfortunately I can only do that on the old system. I apologize - my question should have been "How to convert TextEdit documents with pictures to use them in TextEdit on Lion" -- I mean I can edit the text and delete the images on Lion but without seeing the pictures I am missing the context of the document's information.
I cannot believe that I'm the only guy here with this problem. Did I paste images into TextEdit in a weird way so that I have problems now? TextEdit is THE text editor on the Mac and it seems strange to me that I cannot easily move it's data from one platform to another.
I skipped Leopard and SnowLeopard - perhaps that's why I'm out of luck now

Similar Messages

  • How do I convert a textedit document to a pdf?

    How do I convert a textedit document to a pdf?

    Choose Print from the File menu and then click on PDF.
    (72892)

  • Unable to view images in my document in the new Maverick Pages!

    Unable to view images in my document in the new Maverick Pages!
    Opened an old doc which had about a hundred placed jpegs in it and when I opened it, Pages said that it wasn't including the background color nor the placed images. Why?

    Hi Suresh,
    Please check that you have crystalreportviewers11 (for version XI) or crystalreportviewers115 ( for version XI R2) folder in your BO installation and your web.xml has correct reference to it. You can copy this folder over in your web application and
    Add an entry in web.xml as follows ( if it doesn't exist)
    <context-param>
      <param-name>crystal_image_uri</param-name>
      <param-value>/<your application name>/crystalreportviewers115</param-value>
    </context-param>
    crystalreportviewers11\115 have images folder which contain all the images for Logo and toolbar. Check the images folder in viewers and make sure that they exist.
    -Aasavari

  • Bridge - How to view image in full screen resolution

    In Bridge - How to view an image in full screen resolution and not as a Preview (Space bar), like in Lightroom (F), Photoshop or ViewNX 2 ?

    The size of the Bridge Preview window will always be the absolute limit of the image display in Bridge.  Maybe I am not following you.  Sorry

  • How to view image size compared to Page size

    In previous versions if you clicked the bottom left onthe frame of an image where the document size is you would get a small popup of an outline of the image size compared to the current page size. I cannot figure out how to see this in the new CS4 version. I've tried everything, help!

    Hello Heiko,
    I don't know, if it is possible, but I would say,
    it's not implemented yet. Maybe you can change the picture size and use then the pictures, that might be a workaround, if you can't change the height and width in VC.
    Best Regards,
    Marcel

  • How to view images from application's path?

    Hello,
    I am using the codes below to view images from an ACCESS database listed as ".\image.png", the images are included in the application's path. I'm able to view the images while running crystal reports alone; However when I include the same report and databse in my VB.NET application, the images don't show. I was told that the report looks for the images in a temp folder, an alternative solution would be to copy the image files to a temp folder before attempting to run the report, but so many things can go wrong with such approach. Do you have a better solution to this problem?
    Thanks in advance.
    Victor
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim myaop6viewer As New aop6viewer
            Dim myaop6report As New AOP6V2
            Dim crConnectionInfo As ConnectionInfo = New ConnectionInfo
            crConnectionInfo.ServerName = (Application.StartupPath & "\AOP6V2.mdb")
            crConnectionInfo.Password = "testaop"
            setDBLogonForReport(crConnectionInfo, myaop6report)
            myaop6report.RecordSelectionFormula = "isnull({image.country}) = false"
            With myaop6viewer
                .CrystalViewer22.ReportSource = myaop6report
                .Show()
            End With
            myaop6report = Nothing
        End Sub
        Private Sub setDBLogonForReport(ByVal connection As ConnectionInfo, ByVal report As ReportDocument)
            Dim mytables As Tables = report.Database.Tables
            Dim mytable As CrystalDecisions.CrystalReports.Engine.Table
            For Each mytable In mytables
                Dim mytablelogoninfo As TableLogOnInfo = mytable.LogOnInfo
                mytablelogoninfo.ConnectionInfo = connection
                mytable.ApplyLogOnInfo(mytablelogoninfo)
            Next
        End Sub

    I tried following your suggestions, but I'm unable to link to the image file from the application, can you please help me link to the image from the application.
    1. Created a formula name test with the folowing data:
    ".\test.png"
    2. In the Gphics Location, entered:
    {@test}
    3. Below is the code in my application
    Imports System.Data.OleDb
    Imports Microsoft.VisualBasic.ControlChars
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.CrystalReports.Engine
    Public Class Form1
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim myaop6viewer As New aop6viewer
            Dim myaop6report As New AOP6V2
            Dim crConnectionInfo As ConnectionInfo = New ConnectionInfo
            crConnectionInfo.ServerName = (Application.StartupPath & "\AOP6V2.mdb")
            crConnectionInfo.Password = "testaop"
            setDBLogonForReport(crConnectionInfo, myaop6report)
            myaop6report.DataDefinition.FormulaFields.Item("@test").Text = "path + picture name" '???????
            myaop6report.RecordSelectionFormula = "isnull({image.country}) = false"
            With myaop6viewer
                .CrystalViewer22.ReportSource = myaop6report
                .Show()
            End With
            myaop6report = Nothing
        End Sub
        Private Sub setDBLogonForReport(ByVal connection As ConnectionInfo, ByVal report As ReportDocument)
            Dim mytables As Tables = report.Database.Tables
            Dim mytable As CrystalDecisions.CrystalReports.Engine.Table
            For Each mytable In mytables
                Dim mytablelogoninfo As TableLogOnInfo = mytable.LogOnInfo
                mytablelogoninfo.ConnectionInfo = connection
                mytable.ApplyLogOnInfo(mytablelogoninfo)
            Next
        End Sub
    Thanks,
    Victor

  • How to retrieve image from a document

    Hi
    I am a beginner to Adobe InDesign SDK (CS4) and was needing some help. Here is the sceneario
    I have a simple InDesign document with an image in it. I am trying to retrieve the image and do some proprietory actions on it.
    I am wondering if there is an InDesign API which can retrieve image on a document. What is the return value from such an API. (e.g does the API return a pointer to the image object or maybe  location of the image on the filesystem ? ). What I am trying to do is once I can get a "handle" to the returned image, I would like to  manipulate it and save it in a proprietory format.
    Any pointers on this would be highly appreciated
    thanks!
    Sam

    Hi,
    You can get the path of the linked image file and then you can manipulate this image.
    I think ILinkUtils and ILink will certainly help.
    You can also check (for better understanding) CHM->PortingGuide->Links Archtecture.
    Thanks.

  • How to view images from Pictures Folder using iPhoto?

    Right now when I click an image in the Pictures folder, the image is automatically opened using Preview. I want to view images directly from my Pictures folder, and have them open to iPhoto. Is that possible?
    I just want to be able to view/sort my photos by Folders rather than by Events, Titles or Photo dates. I can't seem to get them to sort by folders in iPhoto.

    Iphoto is a Photo Database designed to allow you to organise and manipulate you photos without recourse to your files.
    It's not an image viewer, it can only work with photos that have been imported to the database.
    I just want to be able to view/sort my photos by Folders rather than by Events,
    An Event is a folder of images with a fancy icon. You can organize your pics in iPhoto anyway you want, using Albums, folders, keywords and so on. It's far more flexible that using folders in the Finder.
    You can opt to organise the files yourself, rather than have iPhoto do it for you, but I don't recommend it.
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    However, you need to be aware of a number of potential pitfalls using this system.
    1. Import and deleting pics are more complex procedures
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    Always allowing for personal preference, I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organisers.
    If disk space is an issue, you can run an entire iPhoto Library from an external disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're concerned about accessing the files, There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • How to view image by using webcam at other computer.

    I am student. Now I make one project by using LabVIEW software. 
    Now, my question is:
    I have two computer, both computer got install software LabVIEW. And the programming for viewing image by using webcam already finished done.
    Now is, I want to open Webcam at computer B from Computer A. I already search, found that techique "Web Publishing Tools" can do this. Beside this, got another easier technique to do this?       

    There are other ways in which you can transfer images over the network but you will need to do some programming for it. Have a look at the following links:
    Streaming IMAQ Images Over a Network (or Internet)
    Transfer Images Over the Network
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • How to view Images from Filesystem in Apex?

    hello,
    i want to view images from a network share (e.g. \\10.67.125.22\CREATIVES_DE\PRINT\THUMB\2009\06\002259044s01.JPG don´t nedd http access because it´s only intranet) in an image column of a table. unfortunatly i can´t upload them all into apex because i have really much data. i´m talking about serveral terabytes. i also want to link to videos on a network share but apex always inserts "http://ham-v000002:8080/apex/" in front of the link from the database...
    can someone help me out?
    greetings
    Sebastian

    i´m getting closer...
    apex stopped inserting the localhost-string as i put "file://" in the "src" attribute. But now i´m dealing with odd slash-adding from apex.
    the value located in the #THUMB# variable is like this:
    \\10.67.125.22\CREATIVES_DE\PRINT\THUMB\2009\06\002268162s01.JPG
    and here´s what apex returns on "<img src="file://#THUMB#">":
    file:////10.67.125.22/CREATIVES_DE/PRINT/THUMB/2009/06/002268162s01.JPG
    and the same with three slashes "<img src="file://#THUMB#">"
    file://///10.67.125.22/CREATIVES_DE/PRINT/THUMB/2009/06/002268162s01.JPG
    if i just do "<img src="file:#THUMB#">" (which should return the correct path), oralce cuts away the ip-adress:
    file:///CREATIVES_DE/PRINT/THUMB/2009/06/002268162s01.JPG
    i don´t know what´s wrong here...
    greetings,
    Sebastian

  • How do view images attached to a trusted email?

    I recently upgraded to a laptop and Windows 7 and FireFox 4.0. Now I cannot view images attached to a trusted email from Hotmail. Is there some filter or firewall feature I can switch to allow these images to come through?

    To sent to a group you must be using Apple Mail - set in the iPhoto preferences
    You can send it to yourselft and then forward to the group
    LN

  • How to open image in actual size in lion

    Hi All,
    anyone can kindly tell me how to change the default view image in Actual size, i am really mad now, please! can't find it in Preference, LION!!!!
    Thanks!
    Amon

    You might look over the Photos.app apple community support forums for posts related to your question, like this one:
    What is the best way to export a photo from OS ... | Apple Support Communities

  • How to view image file in my JPanel?

    Please help me someone. I have an image in my directory, and I want to get it and show it in my JPanel. How can I do this, please answer me urgently, this is a big problem for me

    Roopa is half right...
    The image is truncated to user space then further still to the components clip bounds starting at x=component.X, y=component.y...
    Maybe the question , in true brit style, is not worded as accurately as required...
    OPTION 1:
    In order to have the entire image visible in the component, you will need to scale it to fit the component's bounds. The Image API provides this funationality...RTFA
    OPTION 2:
    If you need the entire image to be viewed at its original size, you will need to have the label set as a view port in a scrollpane, with the label's extents equal to the image's.... Logical..... if you need code, read the java tutorial.... there's more than one example....
    OPTION 3:
    Search these forums for another million odd answers to the same question...

  • How to view image in sagittal, coronal and axial view in labview

    Hi guys
    Can anyboday help in visualization of images in sagittal, coronal and axial view . For example I have slices of image I want to look into all three plane, how to write code for this.
    I will Appreciate your help
    Thanks 
    Solved!
    Go to Solution.

    Thank you for your reply guys 
    Here I am attaching three axial slices please let me know how we can change index and visualize in sagittal and coronal plane.
    I really apprecite your help
    Attachments:
    slie1.jpg ‏31 KB
    slice2.jpg ‏36 KB
    slice3.jpg ‏44 KB

  • Elements 8 - How to view images by scrolling thru folder of file names?

    After taking a large batch of pictures, I want to place them in a folder and rapidly view the full images one at a time to select which to keep and which to discard.  IN PE-8 how can I display two panes - one pane containing the image file names contained in a folder and the other pane which displays the image of the file name selected?  Using the arrow keys, I want to move through image file names one at a time while displaying the image associated with the file name in the other pane.

      One method of accepting or rejecting is to use star ratings.
    Select the first image and press F12 to view full screen. Press the 5 key to add five stars.
    Press the right keyboard arrow to move to the next image and star or move on.
    When you have finished the batch you can filter by the star rating.

Maybe you are looking for

  • Junk character '#' comes in Project description and WBS description...

    Dear all, When we transfer and release the project from C-projects module to PS, then sometime, a junk character like "#" gets appended to the Project & WBS description, when we retrive the Project in CJ20N. This junk character creates a lot of probl

  • Way to upgrade an iOS Device

    (Written by a french) Hello world ! I don't know where ask this question. So I tell you here. What is the better way to upgrade an iOS Device ? Update or Restore (with backup) ? What is the more clean way ? Have you details on what iTunes do when I u

  • Connecting to my Windows Network

    Hello everyone. I recently purchased a new 24" iMac, and I'm having trouble connecting to my windows network, and my printer. My Windows Vista Home Premium is connected directly to a router, and my printer (HP Officejet J5780) is connected directly t

  • SAPGUI LOGON

    Hi folks, I downloaded sapgui from the SDN-download site. I would like to practice and log on to the system for ABAP. The system is prompting me to put in the description and appl/message server name and currently am not working and don't have a conf

  • Just FYI, new blog post "Deploy BranchCache Content and Hosted Cache Servers Using Windows PowerShell"

    Just FYI, new blog post "Deploy BranchCache Content and Hosted Cache Servers Using Windows PowerShell" at http://aka.ms/le85n3 Thanks - James McIllece