Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. package com.groupdocs.comparison.examples;
  2.  
  3. public class MainClass {
  4.  
  5. public static void main(String[] args) throws Throwable {
  6. // Setup license
  7. System.out.println("Setting Lisence!");
  8. Utilities.applyLicenseFromFile();
  9.  
  10. // compare pdf documents files without saving and settings
  11. PdfDocumentsComparision.ComparePdfFromFileWithoutSettings("source.pdf", "target.pdf");
  12.  
  13. // End pdf
  14. // comparison_____________________________________________________________
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement