Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26252

    I tried to disable the images cache in the Java servlet but there was no difference after I used the following code:
    System.setProperty(“pd4ml.cache.enable”,”false”);
    and
    HashMap pd4mlParamMap = new HashMap();
    pd4mlParamMap.put(“pd4ml.cache.enable”,”false”);
    pd4mlPDFRenderer.setDynamicParams(pd4mlParamMap);

    The evaluation copy sentence “pd4ml evaluation copy. visit http://pd4ml.com” shows up at the bottom of the PDF pages even when I use the licensed library. However, when I use the library on the command line , the sentence does not show up. It only shows up when I use the library from within the Java program.

    Thanks in advance for the tips/solutions

    #27489

    1. The cache disabling is possible again since v351b14. Please give a try.

    2. JAR names of commercial and evaluation version differ: pd4ml.jar vs. pd4ml_demo.jar. Please make sure that you removed pd4ml_demo.jar from the classpath, shared lib directories and flushed any cached copies of it.

    #27490

    I tried the above steps but got no output.Can you please guide me any alternative way for the same.Thanks in advance.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.