Issue with Entity References and supportToC
On further inspection the problem definitely seems to stem from the following piece of code: DocumentHandler.java - Line 1949 try { if (templateCopyWriter != null) { // copying template for later use templateCopyWriter.write('<'); templateCopyWriter.print(localName); int numAttribs = attributes.getLength(); for (int i = 0; i < numAttribs; i++) { templateCopyWriter.write(' '); templateCopyWriter.print(attributes.getLocalName(i)); templateCopyWriter.print("=\""); templateCopyWriter.print(attributes.getValue(i));...
I've run into a bit of a strange issue when using UJAC to generate PDF documents with the supportToC flag set to true. As part of the PDF I'm trying to display an image, and therefore provide the source url of the image. The URL contains an &, which seems to be causing issues. Essentially if I set the supportToC flag to false, the PDF is rendered correctly without any issues. However, setting the supportToC flag to true leads to the following error: Exception in thread "main" Document processing...
I've run into a bit of a strange issue when using UJAC to generate PDF documents with the supportToC flag set to true. As part of the PDF I'm trying to display an image, and therefore provide the source url of the image. The URL contains an &, which seems to be causing issues. Essentially if I set the supportToC flag to false, the PDF is rendered correctly without any issues. However, setting the supportToC flag to true leads to the following error: Exception in thread "main" Document processing...
I've run into a bit of a strange issue when using UJAC to generate PDF documents with the supportToC flag set to true. As part of the PDF I'm trying to display an image, and therefore provide the source url of the image. The URL contains an &, which seems to be causing issues. Essentially if I set the supportToC flag to false, the PDF is rendered correctly without any issues. However, setting the supportToC flag to true leads to the following error: Exception in thread "main" Document processing...
I've run into a bit of a strange issue when using UJAC to generate PDF documents with the supportToC flag set to true. As part of the PDF I'm trying to display an image, and therefore provide the source url of the image. The URL contains an &, which seems to be causing issues. Essentially if I set the supportToC flag to false, the PDF is rendered correctly without any issues. However, setting the supportToC flag to true leads to the following error: Exception in thread "main" Document processing...