Adobe 3D Reviewer: "renaming"doesn't work!

Hello,
I'm an applied scientist doing numerical modeling and visualization. In the research group we used Acrobat 3D as a better way to communicate with colleagues and our clients. I just downloaded the trial version of Acrobat 9 Pro extended and had to uninstall Acrobat 3D.
I use Acrobat to export vtk files (visualized in Mayavi2) in 3D pdf.
Once the 3D pdf is created, I'd like to rename the different layers or entities in the 3D reviewer (as I was doing in Acrobat 3D with 3D toolkit). So I use the 'rename' option, enter a new name, and try to 'save back in pdf'.. unfortunately it doesn't work. The layers are not renamed in the pdf file.
Furthermore, if I check the properties of a layer or entity in 3D reviewer, its name hasn't change either.
Does anyone had encounter this problem before or has any idea on how to fix it?
Thanks,
Guillaume

- [Rocket Jay]:
Thanks for your answer.
In order to rename an entity, I "Right-click the entity in the Model Tree and choose Rename.
Type a name, and press Enter. "
Unfortunately the new name isn't exported back to the pdf file when I 'save back in pdf'.
Just to be sure, once you rename an entity by right-clicking, typing and pressing enter, check in the entity properties if the name as been updated. In my case, it has been updated.
- [pierre tager]:
renaming and saving back to pdf was working well with Acrobat 3D, I'm surprise this 'updated' version can't!
This feature was particularly useful for scientific modelling. Indeed, when you have to deal with a large number of units and properties within a model, you absolutely need to know what you're visualizing using the model tree.
Is there any chance that this feature will be updated in the product?

Similar Messages

  • Firefox sent an update but it wouldn't download because it said it came through an e mail improperly coded or tried to use adobe acrobat and that doesn't work. what do I do

    firefox sent an update to my imac but I couldn't download it because it said it came through an email improperly coded or tried to use adobe acrobat and that doesn't work. what do I do??

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
     Cheers, Tom

  • Adobe Flash 11.4 doesn't work on firefox

    I am currently using windows 7 and firefox 14.0.1
    After updating to the latest version of adobe, which is 11.4, anything that requires flash doesn' work. I have tried this on internet explorer 9 and google chrome, which worked perfectly. So, the issue here is that adobe flash 11.4 doesn't work on firefox; also, the browser worked fine before the update. Any help would be appreciated.

    Well, for example: youtube.com, it would say an error occurred; otherwise, those that requires flash would display a white box instead.
    For C:\Windows\system32\Macromed\Flash:
    These are the files within it:
    -FlashInstall- text doc.
    -FlashUtil64_11_4_402_265_Plugin app
    -NPSWF64_11_4_402_265.dll app extension
    C:\Windows\syswow64\Macromed\Flash:
    -FlashPlayerTrust folder
    -FlashInstall text doc.
    -flashplayer.xpt file
    -FlashPlayerPlugin_11_4_402_265 app
    -FlashPlayerUpdaterService app
    -FlashUtil32_11_4_402_265_Plugin
    -mms.cfg
    -NPSWF32_11_4_402_265.dll
    Thanks for your reply to my issue.

  • Adobe premiere element 12 doesn't work without administrator right

    adobe premiere element 12 doesn't work without administrator right.
    I have these 2 messages after i had selected a New project:
    Premiere elements debug event
    premiere elements has encountered an error
    [..\Src\Core\Preferences.cpp-347]
    Microsoft visual C++ Runtime library
    Runtime Error
    Programm:C:\Program Files\A..
    This application has requested the Runtime to terminate it in an unusual way

    then start as administrator.
    if you want to automate that: http://technet.microsoft.com/en-us/magazine/ff431742.aspx

  • My seriel number for getting adobe premiere elements 12 doesn't work, how can i do ?

    Hi!
    I bought a canon camera in November and a pack of lightroom 5 and adobe premiere elements 12 were with the camera.
    Then i have 2 serial number and when i put the premiere element serial number for getting the app, it doesn't work, the error message says that " we can not validate this serial number please contact the customer service"
    But it's the right number and i don't know what to do...
    Help please

    Did you get a disc for the software?  Are you sure you are installing version 12?
    See if the following helps: Error unable to validate serial number | CS6

  • Check in dialog with Adobe Drive 4.2 doesn't work

    Hi,
    we are currently implementing a custom check-in dialog using Adobe Drive 4.2.
    The dialog looks like the example given in discussion "Custom check in dialog".
    To build the SWF, I use Flash Builder 4.5 with Adobe Flex SDK 4.0.0 (flex_sdk_4.0.0.14159A).
    I have created a new Flex Project with Application type "Web" and added a MXML Modul with name "CustomUI" and option "Do not optimize (module can be loaded by multiple applications)".
    After compiling the project I extract the "CustomUI.swf" and copy the file in the "resources" folder of my Custom Adobe Drive adapter.
    I implement the "IGetCustomCheckInUIHandler", "ICanEnableCustomCheckInUIHandler" and "IGetCustomCheckInUIContextInfoHandler":
    "IGetCustomCheckInUIHandler" sets the module url like
    response.setModuleURL(Thread.currentThread().getContextClassLoader().getResource("resource s/CustomUI.swf"));
    "ICanEnableCustomCheckInUIHandler" enables the custom ui dialog with
    response.setCanEnable(true);
    "IGetCustomCheckInUIContextInfoHandler" adds some context data like
    Map<String, Object> contextInfo = new HashMap<String, Object>();
    contextInfo.put("key1", "test1");
    response.setContextInfo(contextInfo);              
    (Also hidding the "IGetCustomCheckInUIContextInfoHandler" in "IRemoteHandlerFactory" doesn't work.)
    Right click on an checked out asset in Windows Explorer and click on "Adobe Drive 4/Check in..." does following:
    1. "IGetCustomCheckInUIHandler" called
    2. "ICanEnableCustomCheckInUIHandler" called
    3. "IGetCustomCheckInUIHandler" once more called
    4. "IGetCustomCheckInUIContextInfoHandler" called
    5. The default check in dialog is shown (with no custom ui extension), the default dialog hangs (OK/Cancel doesn't react on click, the dialog is freezed). Only the close button (X in the right upper corner) works.
    How is it possible to provide a custom ui check in dialog?
    Thanks

    Hi again.
    I found where the problem was (at least in my case).
    To go to the point: go in the "properties" of your flex project. In the menu, go in "Flex Build Path" and then in "Library Path". Then, the option "Framework linkage" is with the default value in a new flex project.
    So here is the trick : with Flex 3 (so Adobe Drive 3), the default value is "merged into code".  Bug in the Flex 4 (so Adobe Drive 5), the default value is "Runtime Shared Library".
    And because the module is ran independently (with no link with the flex code that load your module), the flash player crashes because it doesn't find your libraries (like ICustomCheckinUI).
    I discovered this problem running the Custom UI from the windows explorer (not with Bridge) and using the Flash Player Debug version, and watching the error log files of the Flash Player.
    So in the end, when I checked "merged into code" in the Framework Linkage option, all my dependencies of my flex module were merged into my final module swf, and no more flash crash.
    Sorry for my bad english and hope it helped.
    Guillaume
    (edit : screenshot at http://www.hostingpics.net/viewer.php?id=276932flexbuildpath.png )

  • Adobe hosted videophone example doesn't work?

    What can be going wrong for me when others claim this is working??
    I've tried using the Adobe hosted videophone example at http://labs.adobe.com/technologies/cirrus/samples/
    It works fine for me when I have two machines on the same LAN both connecting to the service with firewalls operating.
    It does NOT work when one of the machines has a different connection to the Internet, hence diff IP address
    I checked that UDP outbound and inbound is permitted in each firewall.
    Even when I turn firewalls OFF on both machines the app only works when both machines are on the same LAN.
    We have tried this from net connections in USA and UK: in both locations, the videophone app works fine between machines on the same LAN, but fails to work when machines are on a separate Internet connection; and, it goes without saying, we can't connect the videophone app internationally.
    Now all of this is with the Adobe hosted example. We downloaded the sample code and followed the instructions in this article and set up our own working examples, both in a web-hosted Flex version and a desktop AIR version. Again, similar results: our own web and AIR versions work just fine when talking locally over a LAN, but both fail when two machines are connected to different Internet connections and this is regardless of Firewall settings.
    This is REALLY frustrating and we wonder what we can be missing?!

    Thanks for the helpful pointers, Michael. It seems that we likely are running into NAT or firewall issues.
    However, that leaves me wondering what on earth Cirrus can be useful for in the real world? I guess it is just possible that it might be useful in a large corporate campus where you can run multiple instances of an app on machines behind the same firewall; but for anything that is designed to be deployed on multiple end-user machines across the Internet it has no usefulness that I can see. In the real world, there is a huge mix of router and firewall configurations that the developer can have no control over: the P2P capabilities need to handle this without requiring end users to do nasty config work.
    Adobe seems to have dropped the ball here: on the one hand, AIR apps can be easily installed and updated with a single button click; but if the new P2P capabilities are to work it seems we have to get end users to do nasty editing of configuration files to tunnel through NAT/firewall.
    This is just not a subject that most Flex and AIR developers will have experience of so we really need some easy step-by-step instructions or better tools to enable us to make use of these capabilities in the real world!

  • Downloaded adobe flash but it doesn't work/run ??

    see above

    What is your operating system & version?
    What is your web browser?
    You downloaded Flash Player, but did you also install it?
    What exactly means "doesn't work/run"?

  • Adobe Media Encoder CS5 doesn't work anymore (WHY? WHAT's WRONG?)

    The system I use is Adobe Production Premium CS5.
    I have often used Adobe Media Encoder CS5 started from the export of a film sequence in Adobe Premiere Pro CS5.
    On the 31st of December 2013 my computer crashed and dumped more or less at the end of a process of Adobe Media Encoder CS5. There was no complete output.
    Since then this program Adobe Media Encoder CS5 cannot start up anymore.
    It stops at the start-up saying that the program does not work anymore and that there will be looked for a solution. But then it finishes saying that it will be reported if a solution becomes available in the future.
    I have tried the following:
    - Run Adobe Media Encoder CS5 (exe) from directory C:\Program Files\Adobe\Adobe Media Encoder CS5 => same problem.
    - Stop security control AVG while not online with internet => run Adobe Media Encoder CS5 => same problem.
    - Reinstalled complete Production Premium CS5 suite => same problem.
    - Removed complete directory C:\Program Files\Adobe\Adobe Media Encoder CS5 and then reinstalled Adobe Premiere Pro CS5 => the full directory C:\Program Files\Adobe\Adobe Media Encoder CS5 with contents was there after the install, but subsequent running of Adobe Media Encoder CS5 => same problem.
    - Removed complete contents of D:\mediacache\database\Media Cache and D:\mediacache\Media Cache Files => same problem.
    What more can I do ??????
    I would be very grateful for a solution.
    Regards, Arie de Jong, Rotterdam

    Hi Jim,
    Thank you very much for the suggestions for a solution. First I considered
    re-installing Win 7 Pro, because I did not have a fall-back point
    predefined. So I could not try to reload a previous system environment. But
    for your information the following.
    Yesterday my son suggested that there could be some corruption in a control
    file of Adobe Media Encoder, because re-installing that program did not
    give a solution. Obviously that then would have to be a file which is not
    affected by a program re-install.
    What he then did for me is to remove directory
    Users\owner\ AppData\Roaming\Adobe\Adobe Media Encoder    (he actually
    renamed it to hide that directory for Media Encoder).
    Thereafter we ran program Media Encoder from Premiere. The result was that
    a new directory ......\ Roaming\Adobe\Adobe Media Encoder with proper
    control files was automatically generated and the problem was solved.
    Regards from Arie de Jong

  • Adobe Flash CS5.5 doesn't work on my Mac OSX 10.7

    Hello there!
    I have been reading some blogs, forums, etc. to try to figure out how to make flash work on my mac. So far, I have not succeded. I just purchased Adobe Creative Suite 5.5 Web Premium mainly to use Flash... but I can't use it. What can I do?

    Do you receive an error message when trying to install or when you try to open the software?

  • Adobe Updater Preferences Button Doesn't Work!

    I'm trying to disable the annoying Adobe Updater (which pops up only to show no updates are available).  All the instructions I've found say to click on the Preferences button, but when I do nothing happens.  The "Remind Me Later" button does work.  When I just close the window, I get a box that says:
    "The updating process is not complete.  Quitting now will cancel the update in progress.  Click Continue to continue the updating process.  If you would like to resume the updating process at a later time, click Quit."
    No updates are being installed.  Along with the Continue and Quit buttons, there is also a checkbox to select "Resume the download when the computer restarts."
    I uncheck that box and click on Quit, but the Updater still pops up ocassionally and when I reboot.
    Any help much appreciated!!!

    I just fixed this problem on an old PC of mine. The problem looks like it is caused by the Adobe Updater stuffing up when you do actually need an update. To fix:
    1. Close any Adobe applications
    2. Open Task Manager (you may need to check the "Show processes from all users")
    3. Highlight and hit End Process for anything called AdobeUpdater.exe and AdobeARM.exe, confirm you definitely want to terminate the process.
    4. Open an Adobe program
    5. Check for updates from within the program.
    Once I did this it downloaded and installed the update fine. The next time I rebooted and got the correct screen where I can set preferences to only check once a week and it all seems to work fine now.
    (I only use Adobe Reader but I'm guessing as the symptoms are exactly the same the answer is likely to be exactly the same, maybe if you have multiple apps installed you may need to do the check from every app until you find the one with the stuck update).
    Hope this helps others as I've not seen anyone post a fix even though this has been around since at least 2009!

  • Adobe Creative Suit CS6 doesn't work for maganed account

    Hi everyone,
    I have a big problem for our company.
    We're using Active Directory system and Open Directory system. We have tried to upgrade our Adobe Application from Adobe CS5.5 to CS6.
    But When install finish and join managed account we didn't run this Applications. Because computer had a error message "You don't have permissions to use the application "adobe_licutil"
    I don't know How to solve problem?
    Actually CS6 works for standart users but we use active and open directory. We had a permissions problem.
    Who want to help for this problem.
    Thank you

    Hi everyone,
    You must allow this patch from Open Directory.
    Applications/ Utilies/ Adobe Application Manager/ P6/ adobe_licutil
    or
    Applications/ Utilies/ Adobe Application Manager/
    I have tried and worked.
    Best Regards

  • My adobe premiere elements editor doesn't work

    I recently purchased Adobe Photoshop and Premiere Elements as a package. My Photoshop works fine, but my premiere isn't working. The organizer allows me to import photos and videos, but it won't allow me to do any edits. I have windows 8.1 with my PC. Any ideas as to what i can do to let the editor for premiere work?
    Thanks

    Beanz718
    Premiere Elements 13 on Windows 8.1 64 bit.
    How far do you get into Premiere Elements 13....Can you Sign In and see the Welcome Screen and/or one of the workspaces?
    a. Do you import source media into the Premiere Elements Editor, and the program freezes and crashes when you try to do that
    (if so, what are the properties of your source media?)
    or
    b. Is it that you cannot import any file into the Premiere Elements Editor- you cannot get beyond Video and New Project in the Welcome Screen
    or
    c. Is it that you can import source media into the Premiere Elements Editor, you start to edit the source media on the Timeline, then the program freezes or crashes
    (if this is the case, what are you doing in the Timeline when this happens?)
    Above I have taken for granted that you are importing into the Premiere Elements Editor with one of the Add Media choices like Files and Folders. Are you instead importing into Elements Organizer 13 and trying to switch from there to the Premiere Elements workspace for video editing?
    For whatever is happening, are there any error messages associated with the event? Have you checked the Computer/Manage/Event Viewer/Windows Logs and its Applications for error or warning messages?
    Bottom line, please supply more details so that we can plan troubleshooting strategy for your issue.
    Thank you.
    ATR

  • Adobe E-mail Service doesn't work

    I'm trying to send ONE photo to a friend.  The HTML Email dialog box appears requesting verification.  Is this really necessary?  Anyway, I'm supposed to receive an email with a "Sender Verification" number.  I never get an email.  I press "Resend e-mail"  I never get a repsonse.  I do not want to use the only other option offered through "Preferences/Sharing" which is Windows Live Mail.  Why has Adobe made this so difficult and how can I send this one photo?

    This problem has been fixed with Elements 13 as you can setup your yahoo/gmail or other service providers' id with Elements and then send email using that email id. You can download Elements 13 trial and try that feature once.
    Regards,
    vaishali

  • Adobe Dreamweaver FTP connection doesn't work with german "Umlaut" like "ö" in the severadress

    Hi
    Today I tried to establish a FTP connection to the serveradress "ftp.möbelverwandlung.com", but I get the error message that the program couldn't connect to the host. As Dreamweaver works perfectly with other serveradresses and I managed to establish a connection to "ftp.möbelverwandlung.com" with other programs, I think that the problem is the german "Umlaut" "ö". Did anyone recognize the same problem and does someone know a solution?
    Thank you very much for your help

    Here is the English translation of your previous post -
    Hello Maximilian,
    I got a even looked at my provider. Usually there must pay the original domain for the agreed period and agree a new. However, they show a accommodating for so short "duration" of a few hours like you. Try to contact your ISP phone support.
    MfG
    Hans-Günter
    Anyhow, I think you have covered the options!

Maybe you are looking for

  • To cancel a request with stat

    Hi, Is it not possible to cancel a Travel Request in the status "Request Recorded/To be Settled". When I try to cancel such a request through PR05, system gives the following message *"Choose "Delete" and not "Cancel": Trip has not been transferred"*

  • Garageband won't start after updating to iLife 06

    Hi I've just updated to GB with iLife 06 and now GB won't open. It displays an initiallising box and then hangs and I have to force quit. I normally use Logic Pro for audio but wanted to use GB for pdcasting etc.   Mac OS X (10.4.4)   Logic Pro 7.2 G

  • Flash and Google Chrome - CLOSE

    EDIT - It has suddenly started working now, but I can't delete this post, sorry!

  • Exception writing XMP to jpg

    I have a specific file that throws an exception trying to save metadata into the file.  I am using SDK v5.1.2. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception. at TXMPFiles<std::basic_string<char,s

  • *How to dynamically create a layout component*

    I have a table component that is bound to a database table ,I want to be able to add a layout component holding submit button and cancel button to the page at the end of the table component dynamically,so as to avoid the lenght of the table component