Menu

PDF Comaprision JINI / Blog: Recent posts

Usage

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

Posted by fahad 2015-05-12
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.