When PDFBox is used inside an applet, the applet requests for WinAnsiEncoding CMAP file: [codebaseurl]/org/apache/pdfbox/resources/cmap/WinAnsiEncoding
where [codebaseurl] is specified as an applet attribute. The PDFBox tries to download it server times (9 that I have noted so far on windows). This applet spends 3 to 5 secs looking for this resource. How can I prevent it ? Please Help! Rachin Kapoor

