Search found 269 matches

by Cedric
Tue Feb 28, 2017 11:23 am
Forum: Annotations
Topic: Display annotation over barcode
Replies: 10
Views: 19130

Re: Display annotation over barcode

Could you please also attach your test project (source code only, without the license key) so I can debug this?
by Cedric
Tue Feb 28, 2017 10:45 am
Forum: PDF
Topic: Merging PDF order
Replies: 2
Views: 4332

Re: Merging PDF order

They will always be merged in the order they are found in the array.
by Cedric
Mon Feb 27, 2017 7:21 pm
Forum: Annotations
Topic: Display annotation over barcode
Replies: 10
Views: 19130

Re: Display annotation over barcode

Would you be able to share your test project as well as the input document you are using so we properly can take a look into this?
by Cedric
Mon Feb 27, 2017 4:39 pm
Forum: Image Processing & Document Imaging
Topic: DrawText Letter spacing
Replies: 1
Views: 3896

Re: DrawText Letter spacing

Hi,

Not at the moment, I will add your request to the wish list so the development team can consider it for a future release.
by Cedric
Mon Feb 27, 2017 4:31 pm
Forum: Example requests & Code samples
Topic: Clear PDF PageText
Replies: 4
Views: 5143

Re: Clear PDF PageText

Hello,

Text modification (or deletion) inside PDF content is not supported at the moment.
I will add it to the wish list so the development team can consider it for a future release.
by Cedric
Mon Feb 27, 2017 4:25 pm
Forum: Annotations
Topic: Display annotation over barcode
Replies: 10
Views: 19130

Re: Display annotation over barcode

Hello Thierry, Yes, this can be done and I believe that your problem is definitely related to the document resolution. The Barcode1DReaderGetBarcodeX* and Barcode1DReaderGetBarcodeY* return a value in pixels so you indeed need a pixels to inches conversion because the annotation drawing methods meas...
by Cedric
Mon Feb 27, 2017 3:52 pm
Forum: DocuVieware
Topic: Hyperlinks in DocuVieware
Replies: 9
Views: 8959

Re: Hyperlinks in DocuVieware

There is indeed an unwanted behavior in addition to a not yet supported feature.
I have created a support ticket for this issue so we can track it properly with the development team.
by Cedric
Mon Feb 27, 2017 2:49 pm
Forum: DocuVieware
Topic: Hyperlinks in DocuVieware
Replies: 9
Views: 8959

Re: Hyperlinks in DocuVieware

Hello Igor,

Could you please provide us with a sample document that causes this behavior so we can investigate this further?
by Cedric
Thu Feb 23, 2017 11:52 am
Forum: DocuVieware
Topic: Hide Annotations SnapIn in Custom Action
Replies: 1
Views: 3835

Re: Hide Annotations SnapIn in Custom Action

Snap-ins are generated at the same time the whole DocuVieware control is generated so that's why a refresh is currently required.
I am adding this request to the wish list so the development team can consider it for a future release though.
by Cedric
Thu Feb 23, 2017 11:49 am
Forum: DocuVieware
Topic: Session from CustomAction
Replies: 3
Views: 4646

Re: Session from CustomAction

I just tested with the latest release available (2.0.61) and I am unable to replicate the issue, it works as expected.
The custom action is firing properly and I am able to access the Session data I set in the Page_Load without issue.
by Cedric
Thu Feb 16, 2017 5:13 pm
Forum: Office Open XML & Open Document
Topic: Render & Display DocX with OpennXML
Replies: 3
Views: 15464

Re: Render & Display DocX with OpennXML

Hi Matthias Indeed you're right, at the moment (i.e. in GdPicture.NET 12) the docx support is restricted to display through GdViewer only. Docx format conversion will be possible in the next major release though (this is expected to be published around March). That said there is a workaround that al...
by Cedric
Thu Feb 16, 2017 4:45 pm
Forum: DocuVieware
Topic: Internal Server Error - client Javascript LoadFromUri or LoadFromFile
Replies: 5
Views: 6567

Re: Internal Server Error - client Javascript LoadFromUri or LoadFromFile

Is there another way to load images without having to reload my page in mvc?
You could implement a simple custom action that will do the document loading server side using the .NET API instead.
by Cedric
Thu Feb 16, 2017 4:41 pm
Forum: DocuVieware
Topic: Trigger when document is loaded in a razor page?
Replies: 1
Views: 5231

Re: Trigger when document is loaded in a razor page?

Hi, Why not simply use the built-in NewDocumentLoaded event? All you would need to do is subscribe to the even in the Application_Start part of your Global.asax.cs with something like this: DocuViewareEventsHandler.NewDocumentLoaded += NewDocumentLoadedHandler; NewDocumentLoadedHandler being the cod...
by Cedric
Wed Feb 15, 2017 6:01 pm
Forum: DocuVieware
Topic: Issues with TWAIN acquisition on IE
Replies: 7
Views: 7654

Re: Issues with TWAIN acquisition on IE

It could be caused by the default security settings in those operating systems versions (I'm not familiar with Entreprise edition and it appears to work on every machine I tried on so at this point this is only a theory but that's the only reason I can think of). With Microsoft browsers with default...
by Cedric
Wed Feb 15, 2017 5:22 pm
Forum: DocuVieware
Topic: Scanner settings
Replies: 2
Views: 4576

Re: Scanner settings

Hello Igor,

Yes, this is a feature that will actually be part of the next major release, we are currently working on it.
This new feature will allow, for a given source, to set several options such as feeder/flatbed, resolution, bit depth, duplex and if you want the driver dialog to show or not.