hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB)
here’s the files that i used for comparison 95592.pdf (20.9 KB) 95600.pdf (20.8 KB)
thanks for your help
@mtiryaki
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): COMPARISONNET-4118
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as COMPARISONNET-4118) have been fixed in this update. This message was posted using Bugs notification tool by anton.samarskyy
I updated to comparison 24.11. COMPARISONNET-4118 I was expecting this development to be implemented. However, the error persists. I am sharing the error and the updated versions in the attachment.
Hi @kenankocer ,
Could you please clarify whether I understand the issue correctly?
Is the problem not with the comparison result itself, but rather that your application—which also uses the GroupDocs.Viewer component—displays the original (pre-comparison) PDF documents with bold text, even though the documents themselves do not contain bold text?
Your confirmation will help us better analyze the issue.
Hi,
The problem is that when the pdf, which does not have bold text in the original, is opened on the comparison page, it appears in bold text. There is detail in the pictures. There was a record that you would solve this problem in the current version, we waited and updated it when it came out, but it did not work.
hi @kenankocer ,
Thanks for the clarification.
We tested the latest version of the GroupDocs.Comparison-for-.NET-UI project (which uses GroupDocs.Comparison 25.2) and were unable to reproduce the issue. Below is an image showing how it looks on our side when running on .NET 8 in a Windows environment: comparisonUi.png (13.8 KB)
The Comparison-for-.NET-UI project works as follows: It renders each document page as an image on the backend, and the frontend displays the generated image. Below is a sample code snippet that renders a page into an image using .NET GroupDocs.Comparison:
Could you please clarify which .NET framework version you are using in your project and which operating system you are running it on? This will help us try to reproduce the issue under the same conditions.
I am sharing my project structure, the changes I applied and the result. It seems like it didn’t work. Since I referenced your codes in my project structure, if you can send me the git changes you made for 25.3, I would like to apply them and try them. Giving the necessary package number to dependencies.props didn’t work.
From what I understand, you’re setting the GroupDocs.Comparison NuGet package version via a variable in your dependencies.props file. Please make sure that all nested projects are properly configured to reference this variable. For example:
We also addressed this in the sample project GroupDocs.Comparison-for-.NET-UI in the following commit:
If updating the configuration as described doesn’t resolve the issue, please let us know. I’ll be happy to share a sample project that uses GroupDocs.Comparison-for-.NET-UI with version 25.3, running in a Linux Docker environment, where the original issue is no longer reproducible.