JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / help / html / io / export.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
4  * Copyright (C) 2015 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>Exporting alignments as artwork</title>
24 </head>
25 <body>
26   <p>
27     <strong>Exporting alignments as graphics and lineart<a
28       name="export"
29     ></a></strong>
30   </p>
31   <p>
32     The alignment view can be printed using <strong>File&#8594;Print</strong>,
33     or exported in a number of ways via the <strong>File&#8594;Export</strong>
34     menu:
35   <ul>
36     <li>HTML<br> <em>for viewing in a web browser</em>
37     </li>
38     <li>PNG - a Portable Networks Graphics image<br> <em>For
39         low quality diagrams and powerpoint presentations</em>
40     </li>
41     <li>EPS - an Encapsulated Postscript Document<br> <em>For
42         high quality diagrams and publications.</em>
43     <li>SVG - a Scalable Vector Graphics document<br> <em>For
44         high quality diagrams in publications and on the web.</em>
45     </li>
46     <li>BioJS MSA - A JavaScript based multiple sequence alignment
47       viewer. <br> <em>For interactive alignment data
48         visualisation in a web browser.<br />Get more info about the
49         BioJS MSA viewer at a
50         href="http://msa.biojs.net/">http://msa.biojs.net/</a>
51     </em>
52     </li>
53
54   </ul>
55   <a name="htmlexport" />
56   <p>
57     <strong>Exporting alignments as Web Pages</strong>
58   <p>
59     In Jalview 2.9, new HTML exporting options were introduced. The
60     standard HTML export option displays alignments as SVG documents
61     embedded as scollable panes. Exported pages can optionally also
62     include <a href="../features/bioJsonFormat.html">BioJSON</a> data,
63     which allows Jalview to extract the original data used to create the
64     page. Jalview can also generate HTML pages which embed BioJSON data
65     and the BioJS MSA viewer, a pure javascript alignment viewer that
66     provides a range of interactive analysis capabiltiies.
67   </p>
68   <p>
69   <p>
70     <strong>Tips for working with EPS Files</strong>
71   </p>
72   <li>The EPS file generated by Jalview contains vector graphics
73     which are directly editable in graphics applications such as Adobe
74     Illustrator.</li>
75   <li>EPS files can be produced as &quot;Text&quot; or
76     &quot;Lineart&quot;. Use &quot;Text&quot; if you want the final
77     document to be MUCH smaller in diskspace and be able to search, edit
78     and select text. Use &quot;Lineart&quot; if you want an exact image
79     of the alignment as displayed in Jalview. This is useful if a 3rd
80     Party EPS viewer does not have the same Font which the EPS file was
81     created with.</li>
82   <li>When importing an EPS file into a Microsoft office document,
83     a snapshot image of the file will be displayed which often looks
84     blurred. Right-click the image and choose &quot;Edit image.&quot; to
85     convert it to word drawing objects which give a truer WYSIWIG
86     representation.</li>
87   <li>Mac OSX users will find that eps files are automatically
88     converted into PDF files.</li>
89   </p>
90 </body>
91 </html>