Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


After completing the above steps, the generated PDF or HTML document is downloaded to your computer. Note that exporting a large document may take a while, so be patient while the document is being generated.

Installing additional fonts

If your Cameo Collaborator document uses fonts that are different from the default font used documents, you need to install Microsoft TrueType core fonts as described below. Otherwise, these fonts may be not supported in the exported PDF/HTML files.


To install additional fonts, open the command-line interface and execute the following commands:

...

  1. sudo yum install curl cabextract xorg-x11-font-utils fontconfig
  2. sudo wget http://rpmfind.net/linux/epel/7/x86_64/Packages/c/cabextract-1.9-7.el7.x86_64.rpm
  3. sudo rpm -Uvh cabextract-1.9-7.el7.x86_64.rpm
  4. sudo wget ftp://ftp.pbone.net/mirror/olea.org/msttcore-fonts-2.0-6.noarch.rpm
  5. sudo rpm -Uvh msttcore-fonts-2.0-6.noarch.rpm
  6. sudo fc-cache -fv

Note

The URLs used in the commands above are subject to change. Always make sure that you install the latest versions of fonts.