Questions tagged [pdfcompare]

Further information can be found on https://github.com/red6/pdfcompare

5 questions
1
vote
2 answers

Comparing PDF files with varying degrees of strictness

I have two folders, each including ca. 100 PDF files resulting from different runs of the same PDF generation program. After performing some changes to this program, the resulting PDF should always stay equal and nothing should break the layout, the…
Hagbard
  • 3,430
  • 5
  • 28
  • 64
0
votes
1 answer

How to click download icon on the PDF opened in new tab using Selenium and Java

In my web application, I have to verify the PDF content. When I click the download link for the PDF, it opens a new tab with PDF opened and download icon to download the PDF(as shown in below screenshot). To compare and test my PDF I need to…
Divya
  • 15
  • 2
0
votes
1 answer

Compare two PDFs side by side and highlighting the differences in them, separately in Java

I am currently trying to compare two PDFs with minor differences in Java, and storing the result in an output PDF. Generally whichever solution available out there merges the two PDFs into one, and highlights the differences then and there, which is…
0
votes
0 answers

No Unicode Mapping Warning while trying to read PDF using pdfcompare Java library

I am using pdfcompare Java library to compare PDFs. https://github.com/red6/pdfcompare While reading a PDF, I'm getting the "No Unicode mapping..." warning. I want to ask if it's ok to ignore this, or there is a problem? What can I do to solve…
smyaseen
  • 1
  • 3
0
votes
0 answers

PDF Comparison in Selenium

I am comparing two PDF documents and getting the output in a result file. If both the PDF alignment is same then the difference is shown correctly, but if the alignment is not same of the two PDf files then the content is overlapping. Could any one…
Kala
  • 1