Search found 269 matches

by Cedric
Thu May 04, 2017 5:22 pm
Forum: DocuVieware
Topic: Example with TwainSetConfig?
Replies: 1
Views: 3907

Re: Example with TwainSetConfig?

Did you set your DocuVieware instance TwainSourceEnableCustomConfiguration property to true?
If not (and because it's False by default), it is ignored.
by Cedric
Tue Apr 04, 2017 1:10 pm
Forum: DocuVieware
Topic: Creating Annotations via JavaScript API?
Replies: 1
Views: 4254

Re: Creating Annotations via JavaScript API?

Hi, 1. There is a JavaScript event called RegisterOnAnnotationAdded that is triggered when a user add an annotation, the same kind of event is available when an annotation is edited or when it is deleted too. But you can't set "an ID of the annotation div element" because there is no such ...
by Cedric
Tue Apr 04, 2017 12:42 pm
Forum: DocuVieware
Topic: Context Menu?
Replies: 1
Views: 4090

Re: Context Menu?

Events are taken care of in the DocuVieware control and the right-click event in particular triggers a context menu of our own that is shown when you select text and want to copy it to the clipboard. This is the only right-click context menu we allow by design. The decision was made not to use conte...
by Cedric
Mon Mar 20, 2017 10:26 am
Forum: DocuVieware
Topic: Hyperlinks in DocuVieware
Replies: 9
Views: 8886

Re: Hyperlinks in DocuVieware

Hello,

No, it is still in the hands of the development team at the moment.
A proper communication is expected when this will be implemented.
by Cedric
Fri Mar 17, 2017 6:32 pm
Forum: General discussions
Topic: Convert wmf to 1bpp monochrome bitmap
Replies: 5
Views: 8456

Re: Convert wmf to 1bpp monochrome bitmap

Yes, this is correct. You might want to update your SDK to the latest release available for this branch (11.2.39).
Here is a link to download it: https://orpalis.wimi.pro/download.php?c ... b10097b2f6
by Cedric
Fri Mar 17, 2017 5:30 pm
Forum: General discussions
Topic: Convert wmf to 1bpp monochrome bitmap
Replies: 5
Views: 8456

Re: Convert wmf to 1bpp monochrome bitmap

Thank you but this is not a WMF file, it is a 32-bit ARGB TIFF file with LZW compression that has been renamed.
I have no issue whatsoever to convert it to black and white with the latest release, what version of the toolkit are you using?
by Cedric
Fri Mar 17, 2017 12:01 pm
Forum: General discussions
Topic: Convert wmf to 1bpp monochrome bitmap
Replies: 5
Views: 8456

Re: Convert wmf to 1bpp monochrome bitmap

Hello,

Can you please attach the original WMF file to this thread instead of the PNG version?
by Cedric
Wed Mar 08, 2017 12:56 pm
Forum: DocuVieware
Topic: Issues with TWAIN acquisition on IE
Replies: 7
Views: 7591

Re: Issues with TWAIN acquisition on IE

Only HTTP protocol is supported in DocuVieware 2 but we have been working on this and the next major release that will be published later this month will support HTTPS.
by Cedric
Mon Mar 06, 2017 10:42 am
Forum: OCR, MRC & Document understanding
Topic: NullReferenceException when doing PDF OCR
Replies: 11
Views: 16509

Re: NullReferenceException when doing PDF OCR

Hi,

We are still unable to reproduce the issue even with very long runs.
Could you please share a reduced application that we can run as-is?
by Cedric
Fri Mar 03, 2017 5:14 pm
Forum: Example requests & Code samples
Topic: Clear PDF PageText
Replies: 4
Views: 5095

Re: Clear PDF PageText

In case the page only contains an image and some text over it, then yes, it would most probably work.
by Cedric
Fri Mar 03, 2017 11:35 am
Forum: OCR, MRC & Document understanding
Topic: NullReferenceException when doing PDF OCR
Replies: 11
Views: 16509

Re: NullReferenceException when doing PDF OCR

Hello,

We are still trying to reproduce the issue but without success for the moment.
We are going to let the process run during the weekend to see if it happens on a long run.
In any case we will let you know the result.
by Cedric
Wed Mar 01, 2017 12:19 pm
Forum: Annotations
Topic: Display annotation over barcode
Replies: 10
Views: 17671

Re: Display annotation over barcode

You're welcome Thierry!
by Cedric
Tue Feb 28, 2017 6:16 pm
Forum: Annotations
Topic: Annotations Disappear When Window Maximized ...
Replies: 3
Views: 11512

Re: Annotations Disappear When Window Maximized ...

You're welcome Philip!
by Cedric
Tue Feb 28, 2017 12:36 pm
Forum: Annotations
Topic: Annotations Disappear When Window Maximized ...
Replies: 3
Views: 11512

Re: Annotations Disappear When Window Maximized ...

Hello Philip,

Is it a WinForm or a WPF application? Can you please confirm that you are using the latest release available?
If not, could you please update your SDK and confirm the issue persists?
by Cedric
Tue Feb 28, 2017 12:30 pm
Forum: Annotations
Topic: Display annotation over barcode
Replies: 10
Views: 17671

Re: Display annotation over barcode

I took the liberty to implement the barcode recognition part in order to work with proper values instead of hard coded ones and the result is now correct.