Search found 7 matches

by ZY_BODS
Tue Feb 11, 2020 9:40 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Re: Get text in annotation

Hi Alex,

I getting the same error using Op.Do() as below.

System.Runtime.InteropServices.COMException: 'Error HRESULT E_FAIL has been returned from a call to a COM component.'


I was try to use pdfCtl.Inst.AsyncDo(Op) .
This no return any error but no any output also.

Regards
by ZY_BODS
Thu Feb 06, 2020 4:33 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Re: Get text in annotation

I tried faced error below is the code I using. Dim nId As Integer = pdfCtl.Inst.Str2ID("op.document.OCRPages", False) Dim Op As IOperation = pdfCtl.Inst.CreateOp(nId) Dim Input As ICabNode = Op.Params.Root Input("Input").v = pdfCtl.Doc Dim options As ICabNode = Input("Option...
by ZY_BODS
Mon Feb 03, 2020 6:14 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Re: Get text in annotation

Thanks, I get it for searchable text. Do you have any idea for non searchable text? I had some try I believed should using OCR module but I am not sure how to link with OCR module and pdf current page.
by ZY_BODS
Fri Jan 31, 2020 9:47 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Re: Get text in annotation

Hi thanks for your reply,

but from the link i faced same problem I cannot get the line index for the rectangle.
by ZY_BODS
Fri Jan 31, 2020 7:11 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Re: Get text in annotation

From the example you giving we only can get the text when we know which line is the text is but for my problem, we do not know which line is the text allocate what we had is the coordinate of the rect.
by ZY_BODS
Thu Jan 16, 2020 1:22 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Re: Get text in annotation

Sasha - Tracker Dev Team wrote: Wed Jan 15, 2020 11:04 am Hello ZY_BODS,

Is that text an image or a physical text that you can select with the Select Text tool?

Cheers,
Alex
Hi thanks for replay,

Both condition may occur.

Below is example, what is we will get should be .618±.020
by ZY_BODS
Wed Jan 15, 2020 2:11 am
Forum: PDF-XChange Editor SDK
Topic: Get text in annotation
Replies: 13
Views: 2815

Get text in annotation

Hi, I want to get the text inside the annotation after user draw the annotation like rectangle. I am using VB.net and I already able to get the coordinate for the annotation after user drawing it. Below is the coding I trying now. If the method we using is wrong can get some example how to get the t...