Search found 269 matches

by Cedric
Wed Mar 20, 2013 6:38 pm
Forum: PDF
Topic: Can you create PDF documents with grids and tables?
Replies: 2
Views: 3602

Re: Can you create PDF documents with grids and tables?

Those features are available through our Full managed PDF plugin. It gives access to methods like these ones : https://www.gdpicture.com/guides/gdpicture/v9/html/con ... awing.html
by Cedric
Wed Mar 20, 2013 6:34 pm
Forum: Document Viewing
Topic: PDF Version 1.5 Support
Replies: 5
Views: 4345

Re: PDF Version 1.5 Support

Hi,

Yes they are now, in newer versions. You should consider upgrading your actual toolkit, discount applies.
If you want to make sure you can also download and try our evaluation package for free for 30 days.

Cheers!
by Cedric
Mon Mar 04, 2013 7:41 pm
Forum: Image Processing & Document Imaging
Topic: Binarization question
Replies: 21
Views: 12987

Re: Binarization question

Hi!
It's online! You can download it here: https://www.gdpicture.com/download.php

Cheers!
by Cedric
Wed Feb 13, 2013 1:55 pm
Forum: Feature Requests
Topic: HOCR
Replies: 8
Views: 16182

Re: Creating hOCR

Hello,

We do not support hOCR format at the moment so you will have to handle it by your own I'm afraid.

Cheers,
Cedric
by Cedric
Tue Jan 22, 2013 2:20 pm
Forum: OCR, MRC & Document understanding
Topic: Bug in OCR engine?
Replies: 1
Views: 3142

Re: Bug in OCR engine?

Hello,

I strongly suggest you open a ticket on our support platform, this issue need investigation.

Thanks!
by Cedric
Fri Nov 30, 2012 5:47 pm
Forum: PDF
Topic: Error GdPicture LicenseManager Ole error 80131040
Replies: 3
Views: 6362

Re: Error GdPicture LicenseManager Ole error 80131040

Hello Diego, This kind of error often indicates that there is a version mismatch between the DLL loaded in the project and the DLL actually registered in the system. To fix this you need to check that you have the exact same version registered. You should also check that you have the correct GdPictu...
by Cedric
Fri Nov 30, 2012 5:16 pm
Forum: Example requests & Code samples
Topic: I need code for merging PDFs in VB6.0
Replies: 2
Views: 4496

Re: I need code for merging PDFs in VB6.0

Here is a snippet to merge 2 PDF with VB6 : Private Sub Command1_Click() Dim status As GdPictureStatus Dim oGdPicturePDF As New GdPicturePDF status = oGdPicturePDF.Merge2Documents("c:\test1.pdf", "c:\test2.pdf", "c:\Result.pdf") If status = GdPictureStatus.GdPictureStat...
by Cedric
Thu Nov 29, 2012 12:47 pm
Forum: General discussions
Topic: How to effectively release unused GDPicture in memory
Replies: 3
Views: 5344

Re: How to effectively release unused GDPicture in memory

Oh, and another question, seem like my account was auto deleted. I have registered before with the same username, but today I figure out that I can't login and I needed to register again :) Hello Terry, Sorry about that, we had a serious spam problem and some information was lost during the cleanup...
by Cedric
Tue Oct 30, 2012 2:05 pm
Forum: PDF
Topic: load pdf exception system.dllnotfoundexception
Replies: 3
Views: 3023

Re: load pdf exception system.dllnotfoundexception

Hello Thomas,

Could you please give us the exact list of the dlls you've copied ? Obviously something is missing, let's try to figure out what :)
by Cedric
Thu Sep 27, 2012 11:28 am
Forum: Example requests & Code samples
Topic: Sample Twain Delphi
Replies: 3
Views: 4359

Re: Sample Twain Delphi

Hello zanona,

Right now we don't have any but we'll come back to you with something.
We are under heavy workload for the time being so it may take few days, thanks for your patience.

Best regards,
Cedric
GdPicture Team
by Cedric
Wed Sep 26, 2012 1:48 pm
Forum: General discussions
Topic: 9.2.2: erreur 1304 à l'installation
Replies: 3
Views: 3575

Re: 9.2.2: erreur 1304 à l'installation

Bonjour,

Nous avons pris bonne note de votre probleme, nous sommes en train de mener l'enquete pour déterminer ce qui se passe et proposer une solution.
Nous revenons vers vous dès que nous en savons d'avantage. Merci de nous l'avoir signalé.
by Cedric
Mon Sep 24, 2012 7:10 pm
Forum: Other discussions
Topic: Windows RT
Replies: 3
Views: 13816

Re: Windows RT

Yep, this is definitely something we should investigate when the time comes :)
by Cedric
Mon Sep 24, 2012 6:48 pm
Forum: Other discussions
Topic: Windows RT
Replies: 3
Views: 13816

Re: Windows RT

Hello, Windows RT is the ARM version of Windows, and for now we only support x86 and x64 architectures. Win32 code will not be compitble, Microsoft made the choice to support only Metro apps in Windows RT. Since nearly nothing is available yet, we are unable to tell if it will be possible in a near ...