File: clipboard.html

package info (click to toggle)
xyscan 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,660 kB
  • sloc: cpp: 4,079; xml: 65; makefile: 11
file content (33 lines) | stat: -rw-r--r-- 1,694 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
//-----------------------------------------------------------------------------
//  Copyright (C) 2002-2017 Thomas S. Ullrich 
//
//  This file is part of "xyscan".
//
//  This file may be used under the terms of the GNU General Public License.
//  This project is free software; you can redistribute it and/or modify it
//  under the terms of the GNU General Public License.
//  
//  Author: Thomas S. Ullrich
//  Last update: Oct 4, 2017
//-----------------------------------------------------------------------------
-->
<html>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>Using the Clipboard</title>
    <body style="font-family: Arial, Helvetica, sans-serif, Geneva">
        <h2>Using the Clipboard</h2>
        <p>You can 
        paste any image from the  system wide
        clipboard into <em>xyscan</em> using the <tt>Edit-&gt;Paste Image</tt> menu
        command.</p>
        <p> This is an especially
        powerful feature that allows you to grab  plots from
        PDF documents, Power Point, Keynote, OpenOffice, and many other applications and paste
        them directly into <em>xyscan</em>. In Acrobat Reader
        use the snapshot tool to copy an rectangle to the clipboard.
        Remember that the plot will appear in <em>xyscan</em> in exactly the
        same size as you see it in the Acrobat Reader. The larger the plot the more precise the scan
        will be. Although you can increase the size of the plot once loaded using the  <em>Plot Adjustments</em> dialog (see <a href="stilted.html">Rotating and Scaling Plots</a>)  this typically will <strong>not</strong> increase the precision.</p>
    </body>
</html>