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:

From Jalview 2.9, the HTML exporting system was re-implemented to use SVG rendering. Also, optional embedding of BioJSON data to the generated HTML file was introduced. This is achieved using a hidden input or div element which MUST be named "seqData" as seen in the examples below:

	<div name="seqData" id="seqData" style="display: none;">#valid BioJSON data#</div>
	  OR
	<input type="hidden" id="seqData" name="seqData" value='#valid BioJSON data#'/>
HTML file embedded with BioJSON can be imported back to Jalview at a later date. During the import operation, Jalview uses an API called JSoup to traverse through the HTML file and extract the embedded BioJSON data from the target div or input element named 'seqData'. The extracted data is then parsed as a BioJSON format.

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.