Button to make a screenshot of the 3D window in my pdf

Hello,
I wonder if it's possible to create a button to make a screenshot of the 3D window in my pdf to get an image of my subject at a specific time.?
I am looking for some time but I have no idea how to proceed.
Thank you for your help

You can use the Snapshot tool in Acrobat to grab an image of any area of the page, including whatever's shown in a 3D viewport. It won't work inside the viewport but you can drag around it.

Similar Messages

  • The right windows, to create pdf, proof shett etc, is disappearance. I tried with restore work areas, but nothing, I have update the program but not solution...what can I do?? I have photoshop CS6 permanent licence for win 7

    the right windows, to create pdf, proof shett etc, is disappearance. I tried with restore work areas, but nothing, I have update the program but not solution...what can I do?? I have photoshop CS6 permanent licence for win 7

    I did try to uninstall and reinstall.  It messed up my computer.  I had to "RESTORE" from the prior days backup.  This was not helpful at all.  I'm used to losing all my stuff when I connect to iTunes, that's a whole other issue, but now I'm completely banned from any updates to my phone at all.  Geeze.......

  • Is it possible to make a screenshot on the iPad?

    I just got an iPad Air, and I cannot figure if there's any way to make/save a screenshot.
    Thanks in advance.
    Daniel

    It worked!!! Thank you, thank you, thank you!
    Daniel

  • How can i create a filechooser button inside the plugin window?

    Hi
    i'd like to create a filechooser button to load/save but inside the plugin window. Is it possible ? if yes how can i do that ?
    and i need the algorithm to be Mac/Windows compatible if possible
    thanks a lot
    *best regards*
    Jeff

    If by the "plugin window" you mean the dialog an automation or a filter plugin from the SDK sample code opens for you, you have to write platform-specific code using either Cocoa on Mac or regular WinAPI on Windows (e.g. by hooking GetOpenFileName()/GetSaveFileName() functions to a button you will add to the resource file or create dynamically). Take a look at any plugin that has a GUI (e.g. the Dissolve plugin) and you'll see that the GUI code is entirely platform-specific as there is no platform-independed GUI framework bundled with Photoshop anymore.
    Another option is to use some third-party cross-platform library such as Qt, but if you just need a couple of buttons and file selection dialogs it's probably not worth the trouble,.

  • Taking screenshot of the main screen only

    Hello, how to take screenshots of only the main window?  When I press sit-cmd-3, two files will be saved on my desktop, one is the main screen, and the other is the desktop screen(without application windows within). Everytime I need to delete the desktop screen file.  Can I just take the screenshot of the main window?

    Well,
    Command + SHift + 3 will take a screenshot of the entire screen as currently showing
    Command + Shift + 4: your pointer will change - drag it across the area you wish to copy and it will take a screenshot of that area only.
    Try these as I have no idea why you'd get two files.

  • I click on a link or start typing text in a box on a webpage, any page, and the browser window either randomly changes size, reduces & goes to the toolbar, or some other strange random thing occurs. Why is this?

    Whenever I am using Firefox, when I am on a webpage (any webpage) & I either click on a link in that page, start typing in a box, click on a button, or click on a tab, the browser window either reduces to the toolbar, or just changes size, usually from full-screen to 2/3 of its size. I reinstalled Firefox (downloaded from the web) after wiping my hard drive because I was having so many problems from my browser constantly crashing, to the computer itself crashing often, to the computer running exceptionally slow. At first everything seemed fine. But then after having opened my computer a few times, a few different windows began to freeze, then that stopped, then this thing with the browser started a few times later after opening it. Now it does it every time I open it. Also, whenever I try to click on a button on other windows on my computer, I get the 'warning' sound, nothing happens, then after a couple more tries, the button works. All of this is just weird. I had antivirus protection on my computer, but it apparently did not catch whatever virus infected my computer, or the damage was already done when it did get it. I thought once the hard drive was wiped, that everything would be ok, but then these weird things began to start up, and now I am wondering.... Of course, it could also be something wrong with the browser, too. I've also had some trouble getting my printer to working again, but I've managed to solve that problem.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Dynamic position of an image at the right bottom of the browser window

    Dear Dreamweaver-community,
    I'm trying to have an image positioned at the bottom right of a html-page. It is embedded in a table so that it doesn't interfere with the rest of the site's content (which it would if I simply used an absolute position). The height of the table is height=100% and I thought that this would make sure that if the browser window is being dragged smaller or bigger the image stays at the bottom right (just as the content stays centered if you set the width of a table to 100% and center it). But if you make the browser window higher the image won't keep sticking to the right bottom but will stay in one place while the rest of the page (bottom) is simply filled with the black background color. Do you have any ideas what I'm missing out on? Is there something like a valign-tag for a table or the page's body that dynamically keeps the image at the bottom right position no matter how you change the size of the window? I hope you can help me. Thank you!
    Missy
    Here's the code:
    <body bgcolor="#000000">
    <center>
    <!-- Start Content-Tabelle -->
    <TABLE BGCOLOR="#000000" BORDER=0 CELLPADDING=0 CELLSPACING=0 width=100% height=100%>
         <TR>
              <TD width=100% align=center valign=top>
                   <p> </p>
                <IMG SRC="images/kopf.jpg" width=300>
              </TD>
         </TR>
         <TR>
              <TD width=100% align=center valign=top>
                   <IMG SRC="images/text.jpg" width=394>
              </TD>
         </TR>
         <TR>
              <TD width=100% align=center valign=top>
                   <a href="mailto:[email protected]"><IMG SRC="images/post.jpg" border=0 width=269></a>
              </TD>
         </TR>
    </TABLE>
    <!-- End Content-Tabelle -->
    <!-- Start Wuerfel-Tabelle -->
    <TABLE BGCOLOR="#000000" BORDER=0 CELLPADDING=0 CELLSPACING=0 width=100% height=100>
         <TR>
              <TD width=100% align=right valign=bottom>
                   <IMG SRC="images/wuerfel.jpg" width=200>
              </TD>
         </TR>
    </TABLE>
    <!-- End Wuerfel-Tabelle -->
    </body>

    Below is your complete page. Copy all, paste into a Dreamweaver document, save and view in browser.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="keywords" content="Mario, Klingeberg, Mario, Klingeberg, Grafik, Illustration, Design, Grafikdesign, Grafik-Design, Illustrator, Bachelor, Medienmanagement, Mediendesign, Medien, IJK, Hannover, Bauch Beine Po, bauchbeinepo, Adobe, Photoshop" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Mario Klingeberg</title>
    <style type="text/css">
    html, body, #container {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #000;
    table td {
    vertical-align: top;
    text-align: center;
    </style>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-15622817-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    </head>
    <body>
    <table id="container" width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="images/kopf.jpg" width="300">
    </td>
    </tr>
    <tr>
    <td><img src="images/text.jpg" width="394">
    </td>
    </tr>
    <tr>
    <td><a href="mailto:[email protected]"><img src="images/post.jpg" border=0 width=269></a></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td style="vertical-align: bottom; text-align: right;"><img src="images/wuerfel.jpg" width="200" height="90"></td>
    </tr>
    </table>
    </body>
    </html>

  • Format/hyperlink certain text in the conversation window using an API plugin

    Hi, I want to format/hyperlink certain text and make it clickable in the conversation window of Lync. The click itself will execute a Desktop application.
    Is this possible via an API plugin and is there example code on how to manipulate the conversation window?
    Thanks!

    Hi wyatt biker,
    To ensure you get better support, I suggest you turn to our Lync Development forum for dedicated support.
    With the assistance provided there, it is more likely the issue can be resolved. Sorry for any inconvenience this caused. Thanks for your understanding.
    Best regards,
    Eric

  • I would like to disable the small window that has started coming in with incoming Mail

    Hi,  I would like to disable a small window that has started arriving whwn I get incoming mail.  That is, when I open the message, it displays on the right screen, but also there is a small page/window that appears with the message to the left.  Thanks for any suggestions.  Using the new Mavericks 10.9 MBP.

    The small window sounds like a Notification. You can turn it off with:
    System preferences > Notifications > Mail. Select none.
    I'm not sure what you mean about the small page/window thing. Maybe you can take a screenshot of the mail window and post it here. Check out the options in Mail > View

  • How to close the main window  from Popup

    hello all,
    i need to close the main window from a popup, so i create a popup and after clicking on close button of this popup, should also the main window be closed.
    how can do this please?
    BR

    Hi
    Please go through this.. check thomas reply
    Re: Close Main Window directly on action on Pop up window
    also check this..
    how to close main window on click of a button on popup window
    cheers,
    Kris.
    Edited by: kissnas on May 12, 2011 5:06 PM

  • Scroll lock on the log window...

    Can the Jdev team make it so when the log window is not at the bottom it should not reset the scroll. So something like this...
    if(scroll.y != scroll.height) { /*KEEP SCROLL POSITION!*/ }
    I print a lot of debug code I guess in the log when testing my webapps, and I'll scroll up to review some debug. But there are some ajax updaters I have built into the web interface that pings back to the server causing more debug code to generate... and then jdev resets the scroll from where I'm at to the bottom.

    Besides the dynamic log output, you can read the previously saved log contents when you open the text log file shown at the jdev log output.
    The path to the log file is printed when the weblogic server starts:
    <17 Νοε 2010 10:23:33 μμ EET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Nick\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <17 Νοε 2010 10:23:33 μμ EET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Nick\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00030. Log messages will continue to be logged in C:\Users\Nick\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    You could also choose to save the log output to a file you define, by clicking on preferences>environment>log to select save logs to a file and define the path as you wish.
    NA
    http://nickaiva.blogspot.com

  • Acrobat X highlight the bookmarked area of a pdf

    How do I make Acrobat X highlight the bookmarked area of a pdf when I select that bookmark?

    If I have 10 bookmarks on the same page, I want the text I selected when I created the bookmark (or the text that is bookmarked because it was a Heading style in Word and I chose to have the styles be bookmarks when I created the pdf) to be identified easily on the page. When I click the bookmark in the bookmark panel on the left I am moved to that page, but the specific area of the page is not identified in any visible way.

  • Issue Closing the Dialog Window

    Hi to all,
    I am working on two applications.
    After logging in to the first application by giving the username and password I can continue in the same application or I can switch to the second application.
    Except the login page all other pages are coming in a new window as I have set the useWindow property to true for the Login button.
    If Iam working on the same application and clicking on the Logout button Iam able to return to the parent window using the code
    returnfromDialog(null,null)
    but if Iam switching to the second application and clicking on the Logout button Iam unable to return to the parent window(ie the first application Login page ).
    Can any one please help me out to solve this problem
    Thanking You in Advance,
    Madhavi.

    Oracle 11g? I assume you mean the database. This is the Oracle Forms forum. You will have better luck if you post your db questions in one of the database forums.
    http://forums.oracle.com/forums/category.jspa?categoryID=18

  • Preventing the Acrobat window from "restore down"

    Is there a control to prevent Acrobat 8 from resizing the application window
    when a PDF document is opened? I like to work with the window maximized, and
    even when it is maximized opening a new document sometimes causes a "Restore
    down" to occur, so I have to click the maximize button each time.

    Are you referring to the "Window Options" found in "File/Document
    Properties/Initial View". There is a checkbox for "Resize window to initial
    page", but it is not checked.
    This is a document that I created myself from scanning. Some other PDF
    documents scanned during the same session will cause the window behavior,
    but others don't, and I see no differences between the "Initial view"
    document properties for either of the two types.

  • How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    When talking about a specific image posting the image may be useful.
    One can use a Layer Mask and add a white Layer underneath.

Maybe you are looking for