Search found 31 matches

by mdelbene
Wed Feb 10, 2016 1:43 pm
Forum: Barcode Reading & Writing
Topic: Unable to detect barcode in PDF
Replies: 2
Views: 10703

Unable to detect barcode in PDF

Hi all,
I'm using GDPicture 9.0 and I'm unable to detect barcode in a PDF document from my C# application.

I have also tried to use you sample but the results are the same.

I upload the file: can you try and tell me where is the problem?

Thanks in advance.
Michela.
by mdelbene
Tue Sep 29, 2015 11:22 am
Forum: PDF
Topic: Conversion PDF to PDF/A: very large file!
Replies: 2
Views: 3304

Re: Conversion PDF to PDF/A: very large file!

Hi Loïc,
thank you for your answer.
The file I'm trying to convert is already in black/white, but if you have any suggestions or any sample code to obtain more compression I can try it.

Regards.
Michela
by mdelbene
Wed Sep 23, 2015 12:38 pm
Forum: PDF
Topic: Conversion PDF to PDF/A: very large file!
Replies: 2
Views: 3304

Conversion PDF to PDF/A: very large file!

Hi all, I'm using GdPicture9 and I want to convert a PDF file to PDF/A compliant. I follow the instructiong in this post: https://www.gdpicture.com/forum/viewtopic.php?t=3663 and everything works. But I have a problem: the source PDF file has 2247 pages and its size is about 20MB. After the conversi...
by mdelbene
Thu Jun 27, 2013 3:07 pm
Forum: Barcode Reading & Writing
Topic: Unable to detect barcode in PDF
Replies: 1
Views: 6273

Unable to detect barcode in PDF

Hi all, I'm using GDPicture 9.0 and I'm unable to detect barcode in a PDF document with 12 pages. I splitted the document with you PDF Splitter in 12 distinct documents, and with your sample Barcode Recognition I tried to find the barcode, but not always I get satisfactory results. I upload the PDF ...
by mdelbene
Tue Mar 05, 2013 10:23 am
Forum: PDF
Topic: RenderPageToGdPictureImage very slow...
Replies: 3
Views: 3013

Re: RenderPageToGdPictureImage very slow...

Thanks for the answer.
Can you can explain me what are the differences between the two files that generate this problem?
So I can do some preventive checks to the file I'm processing.

Thank you again.
Michela
by mdelbene
Mon Mar 04, 2013 12:00 pm
Forum: PDF
Topic: RenderPageToGdPictureImage very slow...
Replies: 3
Views: 3013

RenderPageToGdPictureImage very slow...

Hi all, I'm using GdPicture rel. 8.5 and I have some trouble loading a PDF file. Its size is only 259KB and my application spends about 2 minutes to render this file! I tried to do the same using one of your sample (Csharp-OCR.csproj) and these are the times: --- Start GdViewer1.DisplayFromFile: 04/...
by mdelbene
Fri Mar 01, 2013 3:46 pm
Forum: OCR, MRC & Document understanding
Topic: Loading wrong dll version...
Replies: 1
Views: 10637

Loading wrong dll version...

Hi all, I'm using C # applications, where I added reference to GdPicture rel. 8.5 component. My dll performs OCR of a PDF file, saved locally in c:\Windows\Temp folder on the server. My project contains also the referenced dll GdPicture, but only the 32-bit version, because my application runs x86. ...
by mdelbene
Wed Oct 10, 2012 2:37 pm
Forum: OCR, MRC & Document understanding
Topic: OCR Individual Pages
Replies: 7
Views: 7685

Re: OCR Individual Pages

Yes, using the method TiffCreateMultiPageFromFile() I get the expected behaviour.
Thanks a lot.
Michela
by mdelbene
Wed Oct 10, 2012 10:18 am
Forum: OCR, MRC & Document understanding
Topic: OCR Individual Pages
Replies: 7
Views: 7685

Re: OCR Individual Pages

Hi Loïc, I read your hint about OCR a Tiff multipage file, but I'm encountering some problems. I try to explain you. I'm using the sample C# project installed in GdViewerSamplesv8\OCR\ with some changes. I open a Tiff multipage, then I loop on the pages and I call OCR on each page. This is the code:...
by mdelbene
Mon Nov 07, 2011 4:29 pm
Forum: Image Processing & Document Imaging
Topic: StackOverflowException using CreateGdPictureImageFromFile
Replies: 3
Views: 2896

Re: StackOverflowException using CreateGdPictureImageFromFil

Hi Loïc,
I have this error in a procedure called by a web service.
It seems appear with .doc files.

I can try to create a simple application with the same code to reproduce the problem.

Thanks for your attention.
Michela
by mdelbene
Mon Nov 07, 2011 3:15 pm
Forum: Image Processing & Document Imaging
Topic: StackOverflowException using CreateGdPictureImageFromFile
Replies: 3
Views: 2896

StackOverflowException using CreateGdPictureImageFromFile

Hi all, I'm using the newest version 8.4.1 in my .NET C# application. When I'm trying to create a GdPicture image from a specific doc file a StackOverflowException was thrown. This is the code snippet: GdPictureImaging gdPicture = new GdPictureImaging(); gdPicture.SetLicenseNumberUpgrade("xxx&q...
by mdelbene
Mon Nov 07, 2011 1:07 pm
Forum: Document Viewing
Topic: IndexOutOfRangeException using DisplayFromFile method
Replies: 1
Views: 2633

IndexOutOfRangeException using DisplayFromFile method

Hi all, I'm using the newest version 8.4.1 in my .NET C# application. When I'm trying to display the attached pdf file an IndexOutOfRangeException was thrown. This is the code snippet: GdPicture.GdViewer GdViewerArea = new GdPicture.GdViewer(); GdViewerArea.SetLicenseNumberUpgrade("xxx", &...
by mdelbene
Fri Oct 21, 2011 11:43 am
Forum: Barcode Reading & Writing
Topic: Low performances using Barcode1DReaderDoScan with PDF files
Replies: 1
Views: 6430

Low performances using Barcode1DReaderDoScan with PDF files

Hi all, I'm using GdPicture.NET rel. 8.3.0.5. My application contains a GdViewer control, where I can drag a file from file system. When I drop the file, I load the file, then detect a possible barcode and show the document in the control. During barcode detecting, I encounter very low performances ...
by mdelbene
Thu Oct 20, 2011 11:07 am
Forum: PDF
Topic: NullReferenceException using RenderPageToGdPictureImage
Replies: 4
Views: 3181

Re: NullReferenceException using RenderPageToGdPictureImage

Hi Loïc,
I installed the newest version (8.3.0.5) and my problem has been solved!
Fixing this error, you have also solved another one, which thrown an InvalidCastException.

Good work! :)
Thank you.
Michela
by mdelbene
Wed Oct 05, 2011 2:26 pm
Forum: PDF
Topic: NullReferenceException using RenderPageToGdPictureImage
Replies: 4
Views: 3181

Re: NullReferenceException using RenderPageToGdPictureImage

Hi Loïc,
thank you for your quick answer!

Bye
Michela