User Activity

  • Created ticket #36 on Useful Java Application Components

    Issue with Entity References and supportToC

  • Posted a comment on discussion Help on Useful Java Application Components

    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));...

  • Modified a comment on discussion Help on Useful Java Application Components

    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...

  • Modified a comment on discussion Help on Useful Java Application Components

    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...

  • Modified a comment on discussion Help on Useful Java Application Components

    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...

  • Posted a comment on discussion Help on Useful Java Application Components

    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...

View All

Personal Data

Username:
chrisgreyridge
Joined:
2017-12-11 15:11:26

Projects

  • No projects to display.

Personal Tools