Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Apr 11, 2024 2:18 pm

The part of the code is braking on the 3 page of document in the last line :
PdfTextFindOptions findOptions = new PdfTextFindOptions();
findOptions.Parameter = TextFindParameter.WholeWord | TextFindParameter.IgnoreCase;

PdfTextFinder finder = new PdfTextFinder(page);
finder.Options = findOptions;
List<PdfTextFragment> result = finder.Find(word);
The document has more then 3 pages and word exsists.
The document is to large for attaching so I'm sending it to email (support@e-iceblue.com).
Regards
Biljana.

bstojanovic
 
Posts: 45
Joined: Mon Sep 28, 2020 2:54 pm

Fri Apr 12, 2024 1:45 am

Hello,

Thank you for your inquiry.
I tested the PDF document you provided and did reproduce the issue you mentioned. I have logged the issue into our bug tracking system with the ticket number SPIREPDF-6673. Our development team will investigate and fix it. Once it is resolved, I will inform you in time. Sorry for the inconvenience caused.

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1657
Joined: Wed Apr 07, 2021 2:50 am

Wed Apr 24, 2024 9:57 am

Hello,

Thanks for your patience.
We are delighted to inform you that we just released Spire.PDF Pack(Hot Fix) Version:10.4.7, which fixes the issue of SPIREPDF-6673. Please download from the following link and have a test.
Website download link: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html
Nuget download link: https://www.nuget.org/packages/Spire.PDF/10.4.7

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1657
Joined: Wed Apr 07, 2021 2:50 am

Return to Spire.PDF