Search found 352 matches

by SamiKharma
Sun May 11, 2014 12:46 pm
Forum: TWAIN & WIA Acquisition
Topic: Source not detected in 64 bit - pls help
Replies: 2
Views: 7097

Re: Source not detected in 64 bit - pls help

Hi, Please make sure that you are accessing the Twain64 bit drivers of the scanner you are connecting to. That being said, unfortunately, most scanners do not have correctly implemented 64 bit drivers. This is beyond the control of GdPicture. For Twain, it is always better to stick with 32 bit becau...
by SamiKharma
Tue May 06, 2014 12:33 pm
Forum: Annotations
Topic: GdViewer.DeleteAnnotation not working
Replies: 7
Views: 9356

Re: GdViewer.DeleteAnnotation not working

Hi, There are many problems with the code. I have removed a lot from it in order to get it to work. In any case, the DeleteAnnotation works fine. The main idea you have to see is that you have one function doing too any things - GdViewer1_AnnotationEndEditingText: 1. Reading paths 2. loads a pdf 3. ...
by SamiKharma
Tue May 06, 2014 12:25 am
Forum: Document Viewing
Topic: Limitations on PDF Viewing?
Replies: 1
Views: 3768

Re: Limitations on PDF Viewing?

Hi,

There is no file attached.

Best,
Sami
by SamiKharma
Mon May 05, 2014 8:46 pm
Forum: Annotations
Topic: GdViewer.DeleteAnnotation not working
Replies: 7
Views: 9356

Re: GdViewer.DeleteAnnotation not working

Hi,

I tried reproducing the problem but was unable to. Could you please attach a standalone application that reproduces the problem and the problem only.

Best,
Sami
by SamiKharma
Mon May 05, 2014 8:38 pm
Forum: Feature Requests
Topic: Asyncronous SaveToHTTP method
Replies: 3
Views: 4889

Re: Asyncronous SaveToHTTP method

Hi,

Yes, sorry. The request has been issued internally to the development team.

Best,
Sami
by SamiKharma
Mon May 05, 2014 1:37 pm
Forum: Annotations
Topic: GdViewer.DeleteAnnotation not working
Replies: 7
Views: 9356

Re: GdViewer.DeleteAnnotation not working

Hi,

Please use the gdViewer.GetStat() method after you call the DeleteAnnotation method to see if the function failed and why.

Best,
Sami
by SamiKharma
Mon May 05, 2014 1:35 pm
Forum: Image Processing & Document Imaging
Topic: Colorize Image with Spot Channel
Replies: 1
Views: 2847

Re: Colorize Image with Spot Channel

Hi, The thread question is really confusing since there is code in the body of the thread. In any case, are you using GdPicture.NET or the old GdPicture V. 1-2-3-4-5 Series [Legacy]? If it is the latter please post your question here: https://www.gdpicture.com/forum/gdpicture-series/ If not (i.e you...
by SamiKharma
Mon May 05, 2014 1:31 pm
Forum: COM interoperability
Topic: Redistributing GdPicture.NET with VB6/ActiveX
Replies: 5
Views: 15350

Re: Redistributing GdPicture.NET with VB6/ActiveX

Hi, All the questions are answered in the redistribution section. Here are the answers you are seeking. Using 32bit vs 64bit dll libraries: What determines which version should be deployed/registered? Is it the version of the "application" being deployed or the version of the "OS"...
by SamiKharma
Mon May 05, 2014 1:24 pm
Forum: Image Processing & Document Imaging
Topic: Version 10 vs 9 tiffs are different somehow.
Replies: 3
Views: 4696

Re: Version 10 vs 9 tiffs are different somehow.

Hi, It is hard to tell anything without an example of the tiff image. In any case, if the tiff image is easily viewed by most viewers, then most probably the viewer you are using has limitations. Since we cannot tell what error it is returning, and even if we were able to, we cannot do anything to f...
by SamiKharma
Mon May 05, 2014 1:18 pm
Forum: Annotations
Topic: OnAnnotationClicked event
Replies: 1
Views: 5832

Re: OnAnnotationClicked event

Hi,

As long as the Annotation is visible the event will be clicked if the mouse down coordinates are on top of it no matter how many annotations there are.

Best,
Sami
by SamiKharma
Mon May 05, 2014 1:16 pm
Forum: PDF
Topic: XAML into WPF
Replies: 1
Views: 2862

Re: XAML into WPF

Hi,

Do you mean you want to write the text of the xaml file onto a pdf?
If so, the GdPicturePDf has DrawingText functions that may assist you.
Also GdPicture has a text file to PDF sample demo that I think will be highly useful for you to review and would assist you in your scenario.

Best,
Sami
by SamiKharma
Mon May 05, 2014 1:14 pm
Forum: PDF
Topic: Insert html into new pdf
Replies: 1
Views: 3016

Re: Insert html into new pdf

Hi,

Unfortunately that option is not available yet.

Best,
Sami
by SamiKharma
Mon May 05, 2014 1:13 pm
Forum: PDF
Topic: Destination page number of specific bookmark
Replies: 1
Views: 3329

Re: Destination page number of specific bookmark

Hi,

There is a complete example in the documentation:
https://www.gdpicture.com/guides/gdpicture/GdP ... ation.html

I hope this helps.

Best,
Sami
by SamiKharma
Mon May 05, 2014 1:12 pm
Forum: Example requests & Code samples
Topic: saving document
Replies: 1
Views: 2505

Re: saving document

Hi, GdPicture has many saving functions, basically you need to check the saving functions of the GdViewer and the GdPictureImaging, all those functions are listed in the reference guides, just navigate to the class GdPictureImaging and look up Saving Image. You can also see a very detailed example i...
by SamiKharma
Mon May 05, 2014 1:08 pm
Forum: Feature Requests
Topic: Asyncronous SaveToHTTP method
Replies: 3
Views: 4889

Re: Asyncronous SaveToHTTP method

Hi,

The function does load the source asynchronously and reports the progress in a DataReceived event.
Please have a look at the C# sample Display from URL

Best,
Sami