Documentation

No results
    gitHub

    Print a diagram

    You may wish to print just the Entity Relationship diagram or hierarchical schema views, possibly on A3 or Tabloid format.

     

    In terms of image quality, PDF is well known for it poor resolution when zooming in on large images.  The technical solution we provide to work around this limitation is the option to select the vector format SVG.  In between these 2 format qualities, we have the PNG format which is better than PDF, but not scalable like SVG format.   

     

    To print a diagram, choose the menu option File > Print Diagram

    File menu - Print Diagram

     

    Users may wish to create pictures for different diagrams created with the application.  They can be generated in either PDF, PNG, or SVG format, and for different paper layouts.

     

    File - Print Diagram

     

    With the controls just below the picture, the user may zoom in, zoom out, fit the diagram to the page, or toggle between business names and technical names

     

     

    Known issue on Linux Debian when generating the images in PDF format

    If you get a "write EPIPE" error:

     "stack": "Error: write EPIPE\n    at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:83:16)",

     

    It may be due to an open issue documented here and here.

     

    As a workaround, you should execute the following command:

    export OPENSSL_CONF=/etc/ssl/

     

    which will allow the generation of images in PDF format.