Search found 14 matches

by MrH
Wed Jun 22, 2016 2:27 pm
Forum: DocuVieware
Topic: Owin Self hoster
Replies: 3
Views: 4875

Re: Owin Self hoster

Hi Loïc,

many thanks, if I notice something I will let you know. :D

Kind regards,
MrH
by MrH
Wed Jun 22, 2016 2:25 pm
Forum: DocuVieware
Topic: No Razor Component
Replies: 5
Views: 5490

Re: No Razor Component

Hi Loïc,

that's great, many thanks.

Kind regards,

MrH
by MrH
Mon Jun 20, 2016 12:10 pm
Forum: DocuVieware
Topic: Owin Self hoster
Replies: 3
Views: 4875

Owin Self hoster

Hello everyone,

does your viewer also work with the Microsoft Owin self hoster? or does it just work with the IIS?

Kind regards,
MrH
by MrH
Mon Jun 20, 2016 12:03 pm
Forum: DocuVieware
Topic: No Razor Component
Replies: 5
Views: 5490

No Razor Component

Hello everyone,

is there a way to load this viewer without any Razor implementation?
The project we develop just use C# for the API controllers, our view part is completely build with angularjs,
so there is no razor involved.

Kind regards,
MrH
by MrH
Thu Jun 18, 2015 4:10 pm
Forum: Document Viewing
Topic: Troubleshooting CTRL + A
Replies: 2
Views: 6726

Re: Troubleshooting CTRL + A

Hi Cedric, thanks for your help. I will have a look into it. [Edit] So I worked on it and it really works. I had to change a few things to make it work under C# WPF, for example the WPF Key-Enum (A = 44) has an other order for its ordinals than the Winforms Keys-Enum (A = 65) and I had to register m...
by MrH
Mon Jun 15, 2015 4:02 pm
Forum: Document Viewing
Topic: Troubleshooting CTRL + A
Replies: 2
Views: 6726

Troubleshooting CTRL + A

Hello every one, I build an application with the functionality to see the GDViewer or see the ThumbnailViewer. If the user presses CTRL + A the view switch between the controls, so far so good, but if I select a Page on the ThumbnailViewer this behaviour don’t work anymore because the ThumbnailViewe...
by MrH
Mon Jun 15, 2015 3:42 pm
Forum: Image Processing & Document Imaging
Topic: Troubleshooting GetScanLines
Replies: 2
Views: 4112

Re: Troubleshooting GetScanLines

okay after a while I found the problem and it wasn't my code at all. The Problem is in GdPicture Version 9 the bytes are all fine but in the Version 11, I use right now, I had to invert all bytes with "~" befor I can hand over them to the OCR Engine. I have to say the project that works wi...
by MrH
Fri May 22, 2015 1:18 pm
Forum: Image Processing & Document Imaging
Topic: Troubleshooting GetScanLines
Replies: 2
Views: 4112

Troubleshooting GetScanLines

Programming language: C# GdPicture Version: 11.1.14 I try to get the bytes from a Picture so I tried to use GetScanLines. var scanlines = gdPictureImaging.GetScanLines(ImageId); var scanLineWidth = gdPictureImaging.GetStride(ImageId); foreach (var t in scanlines) { var idata = new byte[scanLineWidth...
by MrH
Wed Mar 18, 2015 1:22 pm
Forum: Annotations
Topic: WPF GdViewer
Replies: 6
Views: 9055

Re: WPF GdViewer

Hello, yeah I tried your samples an there is the same issue. I give you an other example: If I draw a filled rect on a PDF or Tiff or whatever and then use the magnifier I can see through the filled rect and the same thing is possible wie highlighter annotations, of course the Zorder from the highli...
by MrH
Tue Mar 17, 2015 9:13 am
Forum: Annotations
Topic: WPF GdViewer
Replies: 6
Views: 9055

Re: WPF GdViewer

Good Morning, I'm struggle a bit with the new GdViewer for WPF aswell, at the point where I try to add HighlighterAnnot interarctivly. If I use the Method AddRectangleHighlighterAnnotInteractive in C++ MFC to add a rectangle highlihter the underlying annotations shine through but in WPF this doesn't...
by MrH
Wed Mar 11, 2015 1:13 pm
Forum: Feature Requests
Topic: Color inversion for GdViewer
Replies: 1
Views: 6383

Color inversion for GdViewer

Hello every one,

is there any chance that you will implement the functionallity from GdPictureImaging.FxNegative for your GdViewer, so I don't have to create a GdPictureImaging objekt in the first place or I could maybe invert PDFs aswell.

regards MrH
by MrH
Tue Mar 10, 2015 12:44 pm
Forum: Document Printing
Topic: GdViewer PrintDialog
Replies: 1
Views: 11270

GdViewer PrintDialog

Good Morning every one, at the moment I'm evaluating your new lib and it is very very nice but I stuck at one point. var result = GdViewer.PrintDialog(PrintSizeOption.PrintSizeOptionFit); As you can see I use the PrintDialog provided by your lib but the GdPictureStatus result is always Aborted. Do I...
by MrH
Tue Mar 10, 2015 12:23 pm
Forum: Feature Requests
Topic: Missing Method GetDCFromGdPictureImage
Replies: 2
Views: 6618

Re: Missing Method GetDCFromGdPictureImage

Hi,
we use C++ and MFC.

[Edit]
I almost forgot the release method is missing as well.
[/Edit]

MrH
by MrH
Wed Mar 04, 2015 6:19 pm
Forum: Feature Requests
Topic: Missing Method GetDCFromGdPictureImage
Replies: 2
Views: 6618

Missing Method GetDCFromGdPictureImage

Hey ho, right now I try out the lastest version of your lib and I noticed that the method GetDCFromGdPictureImage no longer exists. Do you plan to put this method back in your lib? My colleague, who left our company, build every around this Method and I'm not really looking forward to rewrite ervery...