cmapLocation
Use this parameter to define a URL to the CMAP file that required to render specific PDF documents correctly.
CMAP files can be required to render Chinese, Japanese, or Korean (CJK) characters in a PDF file that uses predefined character maps for mapping the CJK encoded characters to the required encoding. If these files are not available, blank spaces are displayed in place of the characters.
You must set this parameter to the location of the CMAP files. The location can be a path to the CMaps, or a HTTP(S) URL to the location, for example /myapp/cmaps or http://host:port/myapp/cmaps.
You must be able to download the CMAP file to that location with an HTTP GET request, for example
http://host:port/myapp/cmaps/Adobe-Japan1-UCS2. This request would return the
content of this specific CMAP file.
Sample syntax
<param name="cmapLocation" value="http://host:port/myapp/cmaps" />
Default setting: N/A