Search found 13 matches

by Sephir
Wed Mar 21, 2018 4:31 pm
Forum: Feature Requests
Topic: WPF Equivalent to GDViewer.SetZoomFitViewer()
Replies: 1
Views: 12651

WPF Equivalent to GDViewer.SetZoomFitViewer()

Hi there, more or less the topic already says it all: whats the WPF equivalent in the GDViewer-Class for "SetZoomFitViewer" (from Windows Forms) ? I couldnt find a similiar method in the WPF-Methods. I checked here: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.WP...
by Sephir
Tue Oct 10, 2017 3:50 pm
Forum: Image Processing & Document Imaging
Topic: Saving an image as TIFF both direct as via clipboard
Replies: 5
Views: 15368

Re: Saving an image as TIFF both direct as via clipboard

Hi there, I know its a pretty old Thread, but I still dont get it. Im using GDPicture14 right now, and if I use oImaging.CopyToClipboard(imageID); and later int tempID = oImaging.CreateGdPictureImageFromClipboard(); I get totally different results ( different Resolution (from 300 to 120)). When I co...
by Sephir
Wed Jun 21, 2017 3:43 pm
Forum: Barcode Reading & Writing
Topic: Removing Checksum of a Barcode (Reading)
Replies: 2
Views: 12396

Re: Removing Checksum of a Barcode (Reading)

Hello Costinel, im Reading nearly every type of Checksum ;) One Customer had the needs to remove the 2digits checksum in the end. In order to do that, i added some (configurable) regex-postprocessing for results (in this case snip the last two digits). For the customer it is working, but thats not a...
by Sephir
Fri Jun 09, 2017 2:56 pm
Forum: Barcode Reading & Writing
Topic: Removing Checksum of a Barcode (Reading)
Replies: 2
Views: 12396

Removing Checksum of a Barcode (Reading)

Hello Everybody, just a short Question: Is it possible to remove the checksum of a Barcode (reading) ? Im using the new GDPicture14. Im reading different Barcodes and now, we have a situation where it is necessary to remove the checksum of a 1D Barcode. I have the function "Barcode1DReaderBarco...
by Sephir
Sun Mar 05, 2017 6:22 pm
Forum: Office Open XML & Open Document
Topic: Render & Display DocX with OpennXML
Replies: 3
Views: 15636

Re: Render & Display DocX with OpennXML

Hi Cedric,

ah I understand. Thanks :) Sounds good!

So im looking forward the next release ;)
Regards

Matthias
by Sephir
Sun Feb 12, 2017 7:03 pm
Forum: Office Open XML & Open Document
Topic: Render & Display DocX with OpennXML
Replies: 3
Views: 15636

Render & Display DocX with OpennXML

Hi GDPicture Team, i searched now for a while in the Forum, but either I missed it or it there [yet] ;) Im using GDPicture 12.0.58 Ultimate SDK and im wondering how the docx-rendering is working ? Unfortunately, i cant find any examples. In Your comparison Matrix it only available in "Ultimate&...
by Sephir
Thu Nov 17, 2016 1:11 pm
Forum: Image Processing & Document Imaging
Topic: Using FXSmooth on 1 bit image creates 24 bit
Replies: 3
Views: 5262

Re: Using FXSmooth on 1 bit image creates 24 bit

The same Effect occurs with SharpenFX.... From Black/White Image with BitDepth 1 (95kb) result an RGB Image with BitDepth 24 ( = 1.2 MB) which is pretty heavy. Should Sharpening not "rerender" edges and make them more lineal ?
by Sephir
Tue Feb 02, 2016 1:19 pm
Forum: Feature Requests
Topic: Manual Scan
Replies: 2
Views: 6966

Re: Manual Scan

Sorry for the delay, thanks for the answer. I will go the customer and debug the Twain information received by the Scanner (Ngenuity 9090DC -> http://www.kodakalaris.com/en-us/b2b/products/document-scanners/production/ngenuity-9090dc) The Manual calls the desired function "manual Scan" (Pa...
by Sephir
Mon Jan 25, 2016 10:40 am
Forum: General discussions
Topic: TwainAcquireToGdPictureImage closes VRS
Replies: 3
Views: 7350

Re: TwainAcquireToGdPictureImage closes VRS

Hi Loïc,

thanks ! That worked (Bit anoying, I should have knew that). Thanks so far !
by Sephir
Thu Jan 21, 2016 4:37 pm
Forum: General discussions
Topic: TwainAcquireToGdPictureImage closes VRS
Replies: 3
Views: 7350

TwainAcquireToGdPictureImage closes VRS

Hi Team, im facing an performance issue right now. At startup, I am initializing my Scanner, in this case a Fujitsu fi 6670a with an AIPE-Card. On scanner.Open(), a VRS ( Kofax Virtual Rescan) Profile is loaded in the Taskbar which preprocess the Twainstream. Everything is fine till this point of ti...
by Sephir
Thu Jan 21, 2016 11:06 am
Forum: Feature Requests
Topic: Manual Scan
Replies: 2
Views: 6966

Manual Scan

Hi Team, I didnt find something similar by search function and im not sure if GDPicture is already capable of this feature. We have a customer using a " Bowe Bell+Howell 9000 " Scanner with VRS and AIPE. Now, this is a quite effective Scanner: You can start an "manual" Scan, that...
by Sephir
Thu Sep 18, 2014 9:17 am
Forum: Document Viewing
Topic: DragDrop from Explorer
Replies: 2
Views: 6743

Re: DragDrop from Explorer

Thanks for the Quick reply, i will try to reduce the application to a minimum :)
by Sephir
Wed Sep 17, 2014 5:53 pm
Forum: Document Viewing
Topic: DragDrop from Explorer
Replies: 2
Views: 6743

DragDrop from Explorer

Hello GDPicture Community, i also have a Problem using Drag&Drop. I Managed using Drag and Drop intern in my Application and in all Layers, DragDrop is allowed. When i use Drag & Drop from the Explorer (i.e. Desktop), i got a ErrorCode -1073740777. It appears, after i uses this.thumbnailEx1....