Class CompareDocuments

java.lang.Object
org.docx4j.samples.diffx.CompareDocuments

public class CompareDocuments extends Object
This sample compares the 2 input documents, and renders the result using PDF viewer.
  • Field Details

    • context

      public static jakarta.xml.bind.JAXBContext context
    • DOCX_SAVE

      static boolean DOCX_SAVE
    • PDF_SAVE

      static boolean PDF_SAVE
    • DIVIDE_AND_CONQUER

      static boolean DIVIDE_AND_CONQUER
      Split up the problem to try to solve more quickly (you might try this when you have 500 entries or more)
  • Constructor Details

    • CompareDocuments

      public CompareDocuments()
  • Method Details