Search found 10 matches

by microsyst
Tue Dec 04, 2012 4:58 pm
Forum: Example requests & Code samples
Topic: wrapped text in PdfSearchText
Replies: 2
Views: 7175

wrapped text in PdfSearchText

What about PdfSearchText on wrap text? i.e. this is a wrap- ped text GDViewer1.PdfSearchText("wrap-ped", 0, False) return False GDViewer1.PdfSearchText("wrapped", 0, False) return False GDViewer1.PdfSearchText("wrap-" & chr(13) & chr(10) & "-ped", ...
by microsyst
Fri Nov 20, 2009 12:22 pm
Forum: Document Viewing
Topic: GetRegionID Method
Replies: 1
Views: 1443

GetRegionID Method

It seems is not working.
I'm using 6.4.10 version

1) DisplayFromFile a pdf
2) PdfSearchText a text
3) RegionCount is > 0
4) GetRegionID (1..RegionCount) is 0

thanks
by microsyst
Wed Mar 18, 2009 5:42 pm
Forum: General discussions
Topic: Updating GDPicture.NET
Replies: 2
Views: 2873

Re: Updating GDPicture.NET

Perfect solution!
best regerds.
by microsyst
Mon Mar 16, 2009 7:22 pm
Forum: General discussions
Topic: Updating GDPicture.NET
Replies: 2
Views: 2873

Updating GDPicture.NET

When I download and install latest version (6.1.0.11 at this moment) olds vb.net projects compiled with previous version (6.1.0.9) go to error example: Code: Pdf.DisplayFromFile("c:\a1.pdf") Error: Impossible to find an entry point named 'GDPDFPLUG_RasterizeEX' in DLL 'GdPicture.NET.pdf.gd...
by microsyst
Fri Mar 06, 2009 6:51 pm
Forum: Document Viewing
Topic: PdfSearchText
Replies: 8
Views: 3835

Re: PdfSearchText

It's possible I confused versions.
It's better I perform more careful controls.
I apologize for this.
thank you.
by microsyst
Wed Mar 04, 2009 7:15 pm
Forum: Document Viewing
Topic: PdfSearchText
Replies: 8
Views: 3835

Re: PdfSearchText

Downloaded last version (6.1.9)
Old errors in PdfSearchText function described above (wrong highlighted region after PdfSearchText)
But those errors was been solved by version 6.1.3
Thanks for response.
by microsyst
Mon Feb 02, 2009 7:33 pm
Forum: Document Viewing
Topic: PdfSearchText
Replies: 8
Views: 3835

Re: PdfSearchText

Thank you!
Now PdfSearchText is working fine.
by microsyst
Wed Jan 28, 2009 6:54 pm
Forum: Document Viewing
Topic: PdfSearchText
Replies: 8
Views: 3835

Re: PdfSearchText

In some pdfs PdfSearchText method has unexpected results.
Try to search this word:
"figli"
on the attached pdf
Others application (like Foxit Reader) work fine!
Note that I'm using evaluation version
Thank you.
example.zip
(179.21 KiB) Downloaded 422 times
by microsyst
Thu Jan 22, 2009 11:19 am
Forum: Document Viewing
Topic: PdfSearchText
Replies: 8
Views: 3835

PdfSearchText

Great function!
But, why don't it find spelled words?
Example:

Thi is an exam-
ple of text to be
searched into

word "example" is not found by "PdfSearchText" function, while Adobe Acrobat Reader find it...

thank you.
by microsyst
Fri Jan 16, 2009 10:51 am
Forum: Feature Requests
Topic: Search in PDFs
Replies: 3
Views: 7925

Re: Search in PDFs

Version 5.10 has been released.
What about this function?