On this page
Cameo Collaborator allows you to export an open document or a part of it to PDF and HTML formats. You can generate PDF documents of 100,000 pages or more.
PDF templates are customizable and can be modified according to your needs. You can find them in the <install_root>/WebAppPlatform/shared/conf/data/collaborator/pdf directory. |
By default, you can export up to 400 sections to PDF and up to 3000 sections to HTML. To change the export to PDF/HTML limits:
|
To export a Cameo Collaborator document to PDF/HTML
Specify the following export properties:
Choose the format of the target document by selecting the PDF or HTML radio button.
To add a cover page, turn on the Cover page switch. A cover page contains the document name, export date, project information, and document information.
To add a page with the table of contents, turn on the Table of contents switch .
Adding the table of contents works only when exporting documents to the PDF format. |
Enabling password protection works only when exporting documents to the PDF format. |
You cannot add page breaks when exporting documents to the HTML format. |
If your Cameo Collaborator document uses fonts that are different from the default font used in documents, you need to install Microsoft TrueType core fonts as described below. Otherwise, the exported PDF/HTML files may not support these fonts.
Additional fonts must be installed on the server on which the document exporter runs. |
To install additional fonts
In the command-line interface, execute the following commands:
sudo yum install curl cabextract xorg-x11-font-utils fontconfig sudo wget http://rpmfind.net/linux/epel/7/x86_64/Packages/c/cabextract-1.9-7.el7.x86_64.rpm sudo rpm -Uvh cabextract-1.9-7.el7.x86_64.rpm sudo wget ftp://ftp.pbone.net/mirror/olea.org/msttcore-fonts-2.0-6.noarch.rpm sudo rpm -Uvh msttcore-fonts-2.0-6.noarch.rpm sudo fc-cache -fv |
The URLs used in the commands above are subject to change. Always make sure that you install the latest versions of fonts. |