Search found 6 matches

by rens012
Tue Mar 27, 2012 10:04 am
Forum: General discussions
Topic: Color TIFF compression
Replies: 1
Views: 2725

Color TIFF compression

Hi,

I'm having issues getting color TIFF files compressed.
For example, i'm using the "PDF to TIFF" demo project to convert attachted file (370kb) with JPEG compressions. The result is 1.2 mb.

I would expect a filesize similar to the original pdf?

Regards,

Rens
by rens012
Wed Feb 22, 2012 10:12 am
Forum: Example requests & Code samples
Topic: [Demo App] Multi-thread Tiff to PDF/OCR
Replies: 19
Views: 41434

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

Hi,

Is there a way to create a pdf/a file with the oGdPicturePDF.MergeDocuments() method?


Thanks,

Rens
by rens012
Fri Oct 15, 2010 2:41 pm
Forum: Announcements
Topic: GdPicture.NET V 7.1 Releases
Replies: 2
Views: 18232

Re: GdPicture.NET V 7.1 Releases

Any idea on when the PDF functions will be available in the 64bit assembly?
by rens012
Thu Dec 03, 2009 5:13 pm
Forum: Image Processing & Document Imaging
Topic: CreateGdPictureImageFromByteArray with PDF
Replies: 4
Views: 4099

Re: CreateGdPictureImageFromByteArray with PDF

Hi Loïc,

I downloaded the new 6.5 version. But it seems I still can't create a searchable PDF from an existing PDF file with just the GdPictureImaging class.

Can you help me out?

Kind regards,

Rens
by rens012
Thu Jul 23, 2009 12:11 pm
Forum: Image Processing & Document Imaging
Topic: CreateGdPictureImageFromByteArray with PDF
Replies: 4
Views: 4099

Re: CreateGdPictureImageFromByteArray with PDF

Ok, I found in the manual that gdpictures cannot be created from pdf.

This means that i have to use the gdviewer to create an OCR'd pdf from a pdf file. (with the PdfRenderPageToGdPictureImage function)

This is a problem, as i'm not building a forms application. Is there any other way?
by rens012
Thu Jul 23, 2009 11:39 am
Forum: Image Processing & Document Imaging
Topic: CreateGdPictureImageFromByteArray with PDF
Replies: 4
Views: 4099

CreateGdPictureImageFromByteArray with PDF

Hi, I have the following code: int ImageID = oGdPictureImaging.CreateGdPictureImageFromByteArray(ref file); oGdPictureImaging.PdfAddGdPictureImageToPdfOCR(PdfID, ImageID, TesseractDictionary.TesseractDictionaryDutch, "C:\\Program Files\\GdPicture.NET\\Redist\\OCR", ""); oGdPictur...