X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Fio%2Fexport.html;h=8a554aa17aacfdc9b922a98ce385df82a63811d1;hb=refs%2Fheads%2Freleases%2FRelease_2_10_0_Branch;hp=7a3efa7d8ad8f23c84629188c51f4e89008a22e2;hpb=a9edbad08eca203164152905ecd4d734ce72ecf5;p=jalview.git diff --git a/help/html/io/export.html b/help/html/io/export.html index 7a3efa7..8a554aa 100755 --- a/help/html/io/export.html +++ b/help/html/io/export.html @@ -23,53 +23,67 @@ Exporting alignments as artwork -

Exporting alignments as graphics and lineart

-

The alignment view can be printed using -File→Print, or exported in a number of ways via the -File→Export menu: -

+ +

+ Exporting alignments as Web Pages +

+ In Jalview 2.9, new HTML exporting options were introduced. The + standard HTML export option displays alignments as SVG documents + embedded as scrollable panes. Exported pages can optionally also + include BioJSON data, + which allows Jalview to extract the original data used to create the + page. Jalview can also generate HTML pages which embed BioJSON data + and the BioJS MSA viewer, a pure javascript alignment viewer that + provides a range of interactive analysis capabilities. +

+

+

+ Tips for working with EPS Files +

+
  • The EPS file generated by Jalview contains vector graphics + which are directly editable in graphics applications such as Adobe + Illustrator.
  • +
  • EPS files can be produced as "Text" or + "Lineart". Use "Text" if you want the final + document to be MUCH smaller in diskspace and be able to search, edit + and select text. Use "Lineart" if you want an exact image + of the alignment as displayed in Jalview. This is useful if a 3rd + Party EPS viewer does not have the same Font which the EPS file was + created with.
  • +
  • When importing an EPS file into a Microsoft office document, + a snapshot image of the file will be displayed which often looks + blurred. Right-click the image and choose "Edit image." to + convert it to word drawing objects which give a truer WYSIWIG + representation.
  • +
  • Mac OSX users will find that eps files are automatically + converted into PDF files.
  • +