"wordExport.pdfConvertMethod"
Configures the PDF conversion for word documents. To enable this, add the "pdfConvertMethod" property to "wordExport" config section. Valid values are: "aspose" and "msword"
Additional Information
Aspose
You can enable Aspose with a valid
Aspose license. The following license are already tested:
Product Family: Aspose.Words
Individual Product: Aspose.Words for Java
License Type: Contact Aspose in order to get more information on the license that suits your purpose.
License must be provided through the following system variables:
• aspose.license.path - Points to the license file. For example: /home/asponse/license.txt
• aspose.license - Contains the license itself
In case of issues caused due to the dot "." character in the variable name, configure the following in the application configuration:
"wordExport": {
"jvmArguments": "-Xmx3G -Daspose.license.path="
},
To enable custom Arial font for PDF generation, use the aspose.arial.font.path system variable with the path of the font file.
In case of native installation, the jar must be provided on the classpath or added to [java_jre_folder]/lib/ext/ directory. Deodorized version of Codebeamer already contain this jar
MS Word
To enable MS Word PDF conversion through Jacob framework, cb-office application must run on Windows machine with MS Word application installed.
If PDF export fails with exception
Failed to create desktop folder this means that the
cb-office app failed to fix this
bug. The folder
[windows]\System32\config\systemprofile\Desktop must be created manually and permission should be added for the CB process.