Search found 41 matches

by mirkop
Tue Feb 23, 2010 3:32 pm
Forum: Example requests & Code samples
Topic: Generate searchable PDF from scanner, images or existing PDF
Replies: 13
Views: 36712

Re: Generate searchable PDF from scanner, images or existing PDF

Hi Loic,

Thank you for your reply .. it works fine.
by mirkop
Tue Feb 23, 2010 3:22 pm
Forum: Example requests & Code samples
Topic: Generate searchable PDF from scanner, images or existing PDF
Replies: 13
Views: 36712

Re: Generate searchable PDF from scanner, images or existing PDF

Hi,

It's clear .. i'll use your suggestion.

How can extract the text from the pdf , using PdfGetPageText()?

Mirko
by mirkop
Tue Feb 23, 2010 2:05 pm
Forum: Example requests & Code samples
Topic: Generate searchable PDF from scanner, images or existing PDF
Replies: 13
Views: 36712

Re: Generate searchable PDF from scanner, images or existing PDF

Hi, I'm using your sample code for creating a pdfseacheable from an existing pdf and it works. I downloaded the latest version of gdpicture. My application monitoring a folder and convert the pdf files to pdf searchable. In this folder there are pdf searchable and not searchable. But, many times the...
by mirkop
Mon Jan 18, 2010 1:46 pm
Forum: Example requests & Code samples
Topic: Convert tiff to PDF OCR
Replies: 1
Views: 2802

Convert tiff to PDF OCR

Hi,

there is a sample to convert multipage tiff to multipage PDF with OCR in "high performance" mode?

Mirko
by mirkop
Mon Jan 04, 2010 6:32 pm
Forum: Example requests & Code samples
Topic: Delete Multi page from tiff MultiPage
Replies: 4
Views: 3142

Re: Delete Multi page from tiff MultiPage

It works.

Thanks!!!
by mirkop
Mon Jan 04, 2010 6:25 pm
Forum: Example requests & Code samples
Topic: Delete Multi page from tiff MultiPage
Replies: 4
Views: 3142

Re: Delete Multi page from tiff MultiPage

For example the tiff has 4 pages and the values into array are (2,4).

Mirko
by mirkop
Mon Jan 04, 2010 6:13 pm
Forum: Example requests & Code samples
Topic: Delete Multi page from tiff MultiPage
Replies: 4
Views: 3142

Delete Multi page from tiff MultiPage

Hi, I want to delete one or more page from tif multipage. I use this code: oGdPictureImaging.ReleaseGdPictureImage(m_CurrentImage); m_CurrentImage = oGdPictureImaging.TiffCreateMultiPageFromFile(document); foreach (int numPag in elencoPagine) { oGdPictureImaging.TiffDeletePage(m_CurrentImage, numPag...
by mirkop
Sat Dec 12, 2009 11:20 am
Forum: Document Viewing
Topic: Error Rendering Page
Replies: 1
Views: 1727

Error Rendering Page

Hi,

I'm using GDIPicture v 6.5 and i have a problem with pdf zoom. I use function "ZoomIN()" for zoom in a pdf from GdViewer and after a bit of zooming I have this messagge error "Error rendering page".

Can Anyone help me?

Mirko
by mirkop
Tue Dec 01, 2009 5:44 pm
Forum: Example requests & Code samples
Topic: Generate searchable PDF from scanner, images or existing PDF
Replies: 13
Views: 36712

Re: Generate searchable PDF from scanner, images or existing PDF

Hi Loic,

Could you post a sample about creating multipage searchable PDF from existing (multipage) PDF, without using GdViewer object. I need creating the file without preview.

Mirko
by mirkop
Mon Nov 16, 2009 10:26 am
Forum: Example requests & Code samples
Topic: TIF order
Replies: 6
Views: 3394

Re: TIF order

Hi Loic,

It's very important for me know when the new release will be avaible .. My team is looking for it!

Regards

Mirko
by mirkop
Thu Nov 12, 2009 1:01 pm
Forum: Example requests & Code samples
Topic: TIF order
Replies: 6
Views: 3394

Re: TIF order

Hi Loic,

It's available the new release?
by mirkop
Thu Nov 05, 2009 2:02 pm
Forum: Example requests & Code samples
Topic: TIF order
Replies: 6
Views: 3394

Re: TIF order

Hi Loic,

When will be avaible next release?
I'm waiting it .. it's very urgent!!!

Mirko
by mirkop
Mon Nov 02, 2009 6:54 pm
Forum: Example requests & Code samples
Topic: TIF order
Replies: 6
Views: 3394

TIF order

Hi,

I'm using your sample code "Document Viewer With Thumbnails" and I've improved drag & drop into thumbnails listview. Now I want to save the the document with the new pages order.
How can i do that?

Regards,

Mirko
by mirkop
Tue Sep 15, 2009 3:03 pm
Forum: OCR, MRC & Document understanding
Topic: Read PDFSearchable
Replies: 4
Views: 3786

Re: Read PDFSearchable

Hi Loic,

I haven't development purpose.

Also i have 2 questions:

- Can I read the OCR text of an NO searchable pdf and of a tif whitout convert them into PDFSearchable? If yes, how can i do?
- It's possible convert a word, txt file to pdf file? If yes, how can i do?

Regards,

Mirko
by mirkop
Fri Sep 11, 2009 1:13 pm
Forum: OCR, MRC & Document understanding
Topic: Read PDFSearchable
Replies: 4
Views: 3786

Re: Read PDFSearchable

It's possible to use it in a console application?

Mirko