PDF Comaprision JINI Blog
This project is forged to compare two PDFs
Status: Beta
Brought to you by:
fahad5388
Hello every body just completed development on API
you can donwload code from this link : https://sourceforge.net/projects/pdfcomaprisionjini/files/
Before Using this API in eclipse Project Create Following Folders
1. Differences
2. JPGPDF1
3. JPGPDF2
4. pdf1Images
5. pdf2Images
Example Usage
pdfComparison cmp=new pdfComparison();
//Text Comparison if(cmp.textComparision("PDF1 path","PDF2 path"))
{
System.out.print("\nPDF text is identical ");
}
else
{
System.out.print("\n*PDF text is not identical* ");... read more