How do I (or can I) convert an embedded smart object into a linked smart object

If I start with an embedded Smart Object (S.O)., can I easily convert in into a linked type of S.O.? I have not seen this feature available in the tooling yet. Please advise.

Since an embedded smart object is, well, embedded, there's no way to just convert. You'll have to point a link somewhere.
If you want to keep the smart object as is, open it and "Save As" to a new location, then link to that (Place Linked). Then delete the old.

Similar Messages

  • How can I convert a PDF/A file into a PDF file with Acrobat Pro X?

    How can I convert a PDF/A file into a PDF file with Acrobat Pro X? I'd like to modifiy the file which I have only as a PDF/A.

    There's two answers if you want to modify the file:
    You can temporarily turn off PDF/A Mode in your preferences, so they don't open as read-only. The problem would be if you do something to the file that violated the PDF/A standard, so you should always run a Preflight check afterwards to make sure.
    If you want to remove the PDF/A header tag, use Preflight again - it's on the Print Production Panel in Acrobat X Pro (which may be hidden, use the options menu on the Tools Pane to show it). There's a profile called "Remove PDF/A information" - choose this and press Analyze and Fix. Nothing else about the file will be altered but when you save and reopen it all the editing tools will become active.

  • How can I convert a secure pdf document into word?

    How can I convert a secure pdf document into word?

    Hi,
    Please refer to below mentioned article:
    http://forums.adobe.com/docs/DOC-1515
    ~PRanav

  • Can you convert your desktop site plan into the phone & tablet version w/o re-creating the pages?

    Can you convert your desktop site plan into the phone & tablet version without re-creating the landing pages? This seems too extensive to have to re-design each page?

    Cwsnell,
    On your nav bar there is a shorcut to other pages.
    The most effecient way I have found to do this from the phone layout,
    click on the page icon shown above
    type in the name of the page (and select the desktop version as indicated by the icon of the monitor)
    select all on that page (CTRL A / Command A) and copy (CTRL C / Command C)
    revert back to the phone layout page and paste (CTRL V / Command V)
    then resize, delete what you dont need, make any other edits and your done!
    There is not a way to copy a page entirely over.  The mobile version should have less information and less imagery to enable fast load times.
    -SiteSpot

  • Convert an embedded smart object to a linked smart object

    Hey guys,
    love the new "linked smart object" functionality. However, I can not figure out how I can convert (or export) an existing embedded smart object to a linked smart object.
    I have a huge photoshop file with several embedded smart objects that I would like to break down into a lightweigt photoshop with with links to the varios smart object photoshop files.
    Is there any way to do this?
    Thanks,
    Philipp

    Thanks a lot guys.
    I am just now putting a document together with linked smart objects and I'm noticing that the file size of the PSD file still increases quite a bit. I thought the hole point of this was to have lightweigh psd files?
    I currently have 11 1920x1080 linked smart object files in the PSD and the file size is already at 140MB. Any ideas why this is happening?

  • How can I convert an array off byte into an Object ?

    Hi folks...
    I�m developing an application that comunicates a PDA and a computer via Wi-Fi. I�m using a DataStream ( Input and Output ) to receive / send information from / to the computer. Most off the data received from him is in the byte[] type...
    How can I convert an array off byte ( byte[] ) into an Object using MIDP 2.0 / CLDC 1.1 ?
    I found on the web 2 functions that made this... but it uses a ObjectOutputStream and ObjectInputStream classes that is not provided by the J2ME plataform...
    How can I do this ?
    Waiting answers
    Rodrigo Kerkhoff

    There are no ObjectOutputStream and ObjectInputStream classes in CLDC. You must know what you are writing to and reading from the DataStream. You should write the primitives like int, String to the DataOutputstream at one end and read those in exactly the same sequence at the outher end using readInt(), readUTF() methods.

  • Help - Can I Convert/import a PDF back into an InDesign doc?

    Long story short: This is a document I originally created and the original was lost. The client now wants to make changes and re print. I would like avoid having to build the entire doc from scratch. I have the original Hi-res PDF that I retrieved from the printer.
    Question:
    1) Is there any way to convert/import this doc back into an editable Indesign Document?
    Steve

    Sorry Kids- was just having a bad day! To Kath: you are absolutely right -didn't even think about it, & checked it in MS Word with that word in wrong usage, just flew through! To Jongware: Sorry Bud, but plenty of help out there to solve that issue! To Scott: great link, had fun reading that one! Just got my second & third AAS degrees from local community college (Print & Graphic Design(updated to digital) at 53. And I was appalled at how many of our HS grads are not only receiving their diplomas but getting into college and cannot read at all! So I guess there will be much need for good proofreaders for the immediate future at least, Damn, must still be having that Bad Day relapse!! Have a great day all & sorry again for anyone I might have insulted, not my intention, if I were perfect, I wouldn't need to be here now would I? Les G

  • Beginner: Can't convert a hello.class file into a jar file: HELP PLEASE!!!

    Hi, I created a hello.java file, converted into a hello.class file by using the java 2SDk compiler. The problem is that the hello.class file is in a directory I created: C:\JavaBuilder\hello.class
    I have a problem converting the hello class file into a jar file. I don't know which approach to take. I've looked at tutorials...but I keep getting more confused each time I view the tutorials on creating jar files. Please can someone help..by taking me through a step by step process. Please be explicit and do not leave or assume that I know any details because I'm a new born beginner. Thank you very much, I seriously appreciate it.

    Hi i did as you suggested, only with these exceptions:
    jar -cvf hello.jar C:\JavaBuilder\hello.class
    I did this and got the message: "adding : C:\JavaBuilder\hello.class (in=1150) (out=708) (deflated=38%)"
    The problem is that when I tried to execute the jar file...by typing: " java -jar hello.jar" I received the error message: "Failed to load Main-Class Manifest attribute from hello.jar" Is there any way to correct this problem? please help, thank you.

  • Beginner: Can't convert a hello.class file into a jar file. Please Help!!!

    Hi, I created a hello.java file, converted into a hello.class file by using the java 2SDk compiler. The problem is that the hello.class file is in a directory I created: C:\JavaBuilder\hello.class
    I have a problem converting the hello class file into a jar file. I don't know which approach to take. I've looked at tutorials...but I keep getting more confused each time I view the tutorials on creating jar files. Please can someone help..by taking me through a step by step process. Please be explicit and do not leave or assume that I know any details because I'm a new born beginner. Thank you very much, I seriously appreciate it.

    Hi!
    first of all, you should use an upper-case character for the first letter of your classes...
    To answer your question :
    1) you must create a directory named "meta-inf" in your directory "C:\JavaBuilder"
    2) then,you must create a file named "manifest.mf" in this directory
    it's like a property file and it must contain this :
    Main-Class: hello
    (don't forget to type <enter> after "hello")
    3) in the directory "C:\JavaBuilder", you can enter the following command :
    "jar cvfM hello.jar meta-inf\manifest.mf hello.class"
    (check jar.exe is in your path)
    4) you can run your jar by the command :
    "java -jar hello.jar"

  • How to convert server specific date string into client specific date object

    Hi developers,
    I have a very complex issue to convert the server date string format "EEE MMM dd HH:mm:ss z yyyy" into java.util.Date object and find the difference of the client machine date to represent the elapsed time
    The problem is the server time zone and client time zone are not unique and when I try to covert the server date which is in string format to date format using SimpleDateFormat class , I got the server time as 3:30 hours appended to it. The server time zone is in IST and Client time zone format is GMT+5:30 , the appended time of 3:30 hours created the confusion in calculating the elapsed time between the server started time and client requested time
    I went through all the sites but none of them were useful
    If any help to solve the above issue is appriciated
    please send the response with the same subject line
    Advance Thanks

    Why don't you just subtract from the server time the 3:30 hours (consult api of java.util.date) before comparing with the client date? Hard to see where's the problem...

  • Acrobat X does not convert figures in Word docx that are linked visio objects correctly

    Acrobat X trial does not convert figures that are linked visio objects correctly.
    I have a Word 2007 document with a figure that is a linked Visio Object.
    Acrobat 9 converts the page with the figure correctly.
    Acrobat X givcoverts the page with a blank figure and a play button and selecting the play button gives an all black figure.

    Can you please share the word/visio file having issues in Acrobat X? Also please let us know the OS details on which you tried this file?
    -Vishal/Adobe.

  • How can I convert an audio file (speech) into a text?

    Hello everybody!
      Can someone explain how I can convert a garageband file (voice speech) into a text? My Mac is a Mac OS X 10.5.8 version, so I don't have programs such as mountain Lion. I thought to use googlevoice. Is this option available? If yes, how can I use it?
    Thanks.

    Hello, I only find google voice available for Abdroid!?
    http://www.ehow.com/info_10033225_google-voice-system-requirements-android.html
    Some possibilitities, not sure if they have 10.5.8 compatble versions anymore...
    http://atmac.org/speech-to-text-dictation-software-for-os-x
    Some reviews of later Dragon Speak...
    http://www.finetunedmac.com/forums/ubbthreads.php?ubb=showflat&Number=22962

  • How can I convert the old AppleWorks files into a modern useable format?

    I've been using Mac computers for many years. The most important application (to me) was AppleWorks. But now I have learned that if I upgrade
    to Lion all my Appleworks files will be lost.  I have searched in many places for the "How to convert AppleWorks files to some format that WILL
    be supported by Apple.  I see no information on the Apple website and when I speak to a support person, I am always told that AppleWorks is
    so very old, it was not included in their training so they cannot tell me anything.  The little bits of advice I did get caused all my 20,000 AppleWorks
    files to be moved into my LaCie terrabyte external storage file, and at the same time the old files remain in my Macintosh Hard Drive. But in both
    places, those files cannot be read any more, and the nicely organized work I had done, was all gone. I mean - my AppleWorks files were always
    grouped by folders into special interest sections.  Now those folders don't exist and everything is in disarray - and unreadable. The titles of each
    file is now greyed out.  I have tried
    to make the transfer in Bento3 but mostly in iWork06.  I was told by Apple staff NOT to buy a higher iWork such as 09 because they are too
    far removed from the old AppleWorks to be able to do anything with it.  So I've stuck to iWork06 with no success.  Also, I went to my favorite
    privately owned Apples store and found all their instruction manuals and DVD application files MISSING. Their shelves are empty. I was told
    the new way is to order off the internet but....I'd far rather go into a shop and see all they offer for sale.  If I had gone there to buy ONE item,
    I'd drive away with THREE items, because getting my hands on items was the important way to understand what the value and purpose
    of that item is.
    To summarize: I have installed iWorks06 with no written information about it.  I have iWork08 with an instruction book which never never
    mentions AppleWorks, so I have not installed iWork08.  I have Bento3 installed, but no instruction book.  So I haven't learned or tried anything
    because it too never speaks of AppleWorks transfer.  Some of my AppleWorks files are extremely important to me. Not just personal or
    social but BUSINESS!  I won't be able to answer the tax man should he come a-knocking on my door.   HELP!!

    So what kinds of files are they? Word processing docs, from the painting Appleworks app, or spreadsheets?
    This is how I've handled it:
    Anything word processing: should be able to import them (drag them in or import) into Pages. Worked here.
    Spreadsheets: Used File > Open to open an AW spreadsheet. Needs a few adjustments, but I was able to tailor Numbers to get my spreadsheets the way I wanted them. Just experimented for a while with a non-essential spreadsheet until I figured out what to do.
    Painting: That is the one I used the most (and continue to do so): Cannot be read by any iWork. If your doc is a finished product, simply save it as a .pdf or .jpg and then you can drag it into Pages. If it is not, then you are out of luck. I am keeping a partition with a bootable Snow Leopard system with Appleworks on it in order to be able to keep creating my stuff because I've not been able to find a somewhat equal substitute.
    So, keeping SL on a partition and/or an external drive is one option if necessary.

  • How can I convert a pdf or .doc into a url

    I want to link a pdf file to a word on a website. I think the easiest way would be to link a url address but I do not know how to get a url address from a pdf or I do not know where the url address can be found. Can anyone help me with this?

    Hi, Chartla2012.
    I would suggest you speak to the IT department or service which is hosting your website. Your question is not exactly related to our CreatePDF service.
    You can include links in PDF files. Those links can go to any Internet-hosted content, including Word files. In this way, you could have a user open a PDF file in his browser and click on a link in the PDF which will in turn open a Word file.
    Dave

  • How OTI File format can be converted to Hexadecimal Format

    ota format now we have to devlop it in hexa format N the format which we can use to deliver by sms thrue smsc

    -I already read entirely those threads, but nothing about stereoscopic 3D AVCHD movies through USB port, on Panasonic TVPlasma3D.
    (Also, Sony said me that is not possible to play 3D videos on your 3DTV through USB port).
    I tried to made a H.264 videoclip, with .MP4 extension, at 960x1080p side-by-side layout, but nothing was displayed, and black screen.
    I think that just the AVCHD movies, with .MTS extension, that comes from Panasonic consumer camcorder "HDC-SDT750", can play the 3D videos via HDMI cable, not USB port.
    But not the exported videos from PremierePro via USB port.
    I seen this tutorial from David K Helmly:
    http://www.youtube.com/user/dhelmly#p/a/u/1/_YtF0c2bmkw
    Dave export the video from PremiereProCS5 as "MPEG2-bluray" format with "Match Source Attributes (HighQuality)" Preset, and build the Bluray Disc in EncoreCS5, with the footage as MPEG2 with .m2v file extension:
    1) Anyone tried to play correctly in 3D, those MPEG2-.m2v side-by-side files, in Panasonic3DTV, with BlurayDiscReader?
    2) Why MPEG2.m2v side-by-side?
    3) The official standard stereoscopic 3D format, is not the .MVC (MultiViewCoding) for Bluray3D Disc?
    I am confused!
    Help!
    Horsepower0171.

Maybe you are looking for

  • Select option in FPM form UIBB

    Hi Experts, how can we implement  select option in FPM form UIBB ? I need to pass multiple values in FPM FORM UIBB and that will not be Low High kind of it will be just multiple, So if there is any work around please help me. Thanks in Advance. Best

  • Flash .swc won't display

    I've got a head-scratcher here. We're updating an older Flex 3 project (3.6 SDK) and have (mostly) succussfully migrated the project to FB4.5 but we're sticking with the 3.6 SDK. One particular element of this project is a masthead which we publish a

  • Syncing Failure on Restored, "Click Wheel" iPOD

    I have restored my iPOD and I'm trying to re-sync it. It stops 10 minutes later, at 2 Gigs (I'm trying to sync 36.) The computer reads "Syncing iPOD, do not disconnect" but it's not checking off songs anymore. I have tried this several times and it a

  • Plugin help please

    im getting p/o'ed with this i want to "plugin" invigorator(its a plugin to us 3d models,in my case from cinema 4d) and i cant see to get it working...so i was just wondering where do u put those kinds of plugins because ive tried alot of them and non

  • Does the TRASH folder go into Time Machine?

    So i've been able to backup time machine the first few times, but after that it says "the backup is too large for the backup volume". I have one folder "excluded" where i add and delete very large files (sometimes up to GBs). I'm wondering if i delet