Search found 66 matches

by David
Mon Mar 05, 2018 8:30 am
Forum: DocuVieware
Topic: Viewing Excel and PowerPoint documents
Replies: 6
Views: 14176

Re: Viewing Excel and PowerPoint documents

Hi Eric,

Although our team are working on the topic, I'm sorry I can't commit on a release date.

Regards,

David
by David
Wed Jan 17, 2018 9:55 am
Forum: Example requests & Code samples
Topic: Image Type Detection?
Replies: 5
Views: 4944

Re: Image Type Detection?

Hi Thierry,

Please create a ticket to our support platform with your license number. I will thus be able to provide the list of raster image format extensions you can load with your license.

I'm looking forward to hearing from you.

David
by David
Tue Jan 16, 2018 9:25 am
Forum: Example requests & Code samples
Topic: Image Type Detection?
Replies: 5
Views: 4944

Re: Image Type Detection?

Hi Thierry,

I'm sorry we do not have such a specific function. In my opinion, the best way is try and load the file.

Regards,

David
by David
Fri Jan 05, 2018 3:04 pm
Forum: Image Processing & Document Imaging
Topic: What is tiff file working?
Replies: 13
Views: 10933

Re: What is tiff file working?

I'm sorry I do not see the relationship between le display and tiff jpeg. Do you mean you need binarization?

https://www.gdpicture.com/guides/gdpicture/web ... o1Bpp.html
by David
Fri Jan 05, 2018 10:19 am
Forum: Image Processing & Document Imaging
Topic: What is tiff file working?
Replies: 13
Views: 10933

Re: What is tiff file working?

Led display?

I'm sorry I do not see what mean
by David
Thu Jan 04, 2018 9:20 am
Forum: Image Processing & Document Imaging
Topic: What is tiff file working?
Replies: 13
Views: 10933

Re: What is tiff file working?

Ritesh,

The method saves the image as a tiff with jpeg compression by the mean of the provided Stream.

As a stream, you should use a memory stream so you have the result in memory. Please see:
https://msdn.microsoft.com/en-us/librar ... .110).aspx

Regards,

David
by David
Wed Jan 03, 2018 10:02 am
Forum: Image Processing & Document Imaging
Topic: What is tiff file working?
Replies: 13
Views: 10933

Re: What is tiff file working?

Hi, The GdPictureImaging::SaveAsTIFF method matches your requirement. Please see: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.14~GdPicture14.GdPictureImaging~SaveAsTIFF(Int32,Stream,Boolean,TiffCompression,Int32).html You just have to make use of it with a memory stream an...
by David
Tue Jan 02, 2018 9:32 am
Forum: Image Processing & Document Imaging
Topic: What is tiff file working?
Replies: 13
Views: 10933

Re: What is tiff file working?

Hi Ritesh,

I'm sorry I don't catch how I can help you.

May I ask you a few additional details?

I'm looking forward to hearing from you.

David
by David
Tue Dec 26, 2017 5:25 pm
Forum: Document Viewing
Topic: GDViewer loading large documents - complete event
Replies: 7
Views: 13230

Re: GDViewer loading large documents - complete event

Hi Nandy,

We have a deep knowledge in OCR and scanning. How can I help you?
by David
Tue Dec 12, 2017 11:47 am
Forum: Image Processing & Document Imaging
Topic: IsBlank Method (GdPictureImaging)
Replies: 9
Views: 10095

Re: IsBlank Method (GdPictureImaging)

Hi,

We have changed the blank page detection in order to improve its accuracy. This change might request a slight change of the threshold under certain circumstances.

Feel free to share the impacted images in case you need us to have a look.

Regards,

David
by David
Thu Nov 09, 2017 10:28 am
Forum: Image Processing & Document Imaging
Topic: OCR and scanning
Replies: 5
Views: 7544

Re: OCR and scanning

Hi all, GdPicture.NET offers all the necessary features to convert TIFF or PDF to searchable PDF. The version 14 comes with a sample application dedicated to this topic, it can be found within the following folder: GdPicture.NET 14\WinForm\C#\PDF to PDF-OCR Please note GdPicture.NET also offers PDF/...
by David
Fri Oct 27, 2017 10:40 am
Forum: Document Viewing
Topic: GDViewer loading large documents - complete event
Replies: 7
Views: 13230

Re: GDViewer loading large documents - complete event

Hi Curtis,

I'm sorry there are no event fired for each and every thumbnail at the moment.

The software is design to work properly in case the application exists while the thumbnails are being created. We have a number of customers handling large documents every days.

Regards,

David
by David
Thu Oct 19, 2017 11:04 am
Forum: Document Viewing
Topic: GDViewer loading large documents - complete event
Replies: 7
Views: 13230

Re: GDViewer loading large documents - complete event

Hi,

I'm sorry, may I ask you to detail "its assigned image". There's an event fired when the page is displayed but I'm not sure it's what you need.

https://www.gdpicture.com/guides/gdpicture/web ... ed_EV.html

Regards,

David
by David
Tue Oct 10, 2017 9:58 am
Forum: DocuVieware
Topic: Document print as pdf problem
Replies: 3
Views: 6476

Re: Document print as pdf problem

Hi Gianluca,

May I ask you to create a ticket on the support platform? This way we would be able to have a look at your license and verify there are no license issue.
by David
Tue Oct 10, 2017 9:54 am
Forum: Example requests & Code samples
Topic: [Demo App] Multi-thread Tiff to PDF/OCR
Replies: 19
Views: 35998

Re: [Demo App] Multi-thread Tiff to PDF/OCR

Hi,

The sample GdPicture.NET 14\Samples\WinForm\C#\PDF to PDF-OCR is dedicated to this topic!