Search found 29 matches

by jloizagah
Tue Jan 08, 2013 6:11 pm
Forum: PDF
Topic: DigiSign and Fast Web View
Replies: 9
Views: 6153

Re: DigiSign and Fast Web View

Hi Löic.

Thanks for your early answer. I' ve attach a PDF file signed and with Fast Web View activated, generated with Adobe Acrobat 8 Professional for testing purpouses.

Best regards.
by jloizagah
Tue Jan 08, 2013 4:57 pm
Forum: PDF
Topic: DigiSign and Fast Web View
Replies: 9
Views: 6153

DigiSign and Fast Web View

Hi. Happy new year.

I'm trying to digitally sign a PDF with Fast Web View activated, using the DigiSign method, but when I saw the document properties of the signed PDF, fast Web View is deactivated.

Is there a way to digitally sign a PDF with fast web view?.

Best regards.
by jloizagah
Mon Sep 24, 2012 9:47 am
Forum: PDF
Topic: PDF Extracting Text
Replies: 1
Views: 5554

PDF Extracting Text

I have a curious behaviour using the PDFGetPageTextArea method. I get a PDF text file, and I want to extract text within an area defined in a GdPicture Viewer. The problem is that it only works when I select an area around full portions of text. Thats is, imagine I have the text "12345678901234...
by jloizagah
Wed Jun 06, 2012 2:25 pm
Forum: Barcode Reading & Writing
Topic: Problems with barcode 128
Replies: 1
Views: 12089

Problems with barcode 128

Hi. I have attached three files with barcodes. The barcodes in the right side are 128 barcode types, and I can read thems with some other barcode reader software, but fails with GdPicture 8.5. If I use the GdPicture barcode sample it even throws an error. I think it could by usefull for you to impro...
by jloizagah
Mon May 07, 2012 2:33 pm
Forum: Image Processing & Document Imaging
Topic: Problems with Windows Service
Replies: 3
Views: 4069

Re: Problems with Windows Service

Hi Loïc:

Awfully sorry. It was a wrong licence serial. It works fine now.
Best regards.
by jloizagah
Mon May 07, 2012 1:49 pm
Forum: Image Processing & Document Imaging
Topic: Problems with Windows Service
Replies: 3
Views: 4069

Problems with Windows Service

Hi. I'm trying to convert multipage tifs into pdfs with OCR, but using a Windows Service. Using your example like in https://www.gdpicture.com/forum/post4070.html?hilit=tiff%20to%20searchable%20pdf#p4070. It works fine in a windows forms application, but in a windows service, I get an error in the l...
by jloizagah
Tue Mar 08, 2011 7:24 pm
Forum: Feature Requests
Topic: Drop Out an Image
Replies: 2
Views: 3166

Drop Out an Image

Suppose we have an empty form scanned in a b & w tiff file. We scan some filled forms and we could use form template to detect wich kind of form are the filled forms, even we could use the anchoring mecanism in order to detect some zones of the form (that we define on the empty form). It will be...
by jloizagah
Thu Feb 10, 2011 12:57 pm
Forum: Document Viewing
Topic: Display rectangle
Replies: 1
Views: 2335

Display rectangle

Hi.

What I need is quite simple. I've an Image (image PDF or TIFF) displayed on a GDviewer. I select a rectangle on this GDVIewer. I want to show the portion of image selected in the GdViewer (if any) in a different Gdviewer, but I don't want to use the clipboard.

Thanks in advance...
by jloizagah
Mon Dec 13, 2010 5:28 pm
Forum: Barcode Reading & Writing
Topic: Barcodes not being detected using SetRoi()
Replies: 3
Views: 7680

Re: Barcodes not being detected using SetRoi()

Hi. I think I must have the same problem. I'm trying to read a barcode selecting a region in a GdViewer, and works fine the first time, but if I select the same , or a similar zone containing the barcode, doesnt not read anythig. The code I'm using on the gdViewer1_MouseUp event of a GdViewer contro...
by jloizagah
Tue Nov 17, 2009 11:17 am
Forum: Document Viewing
Topic: Reading text from a PDF file
Replies: 1
Views: 1760

Reading text from a PDF file

Hello: I've Tiff PDF files, that I've pass throug an Abby Finereader OCR process in order to have image pdf pages with text under the image. When I use GDViewer to display the pdf file, I'd like to select a zone and show the text inside it. I'm using the method PdfGetPageTextArea, and show me the th...
by jloizagah
Wed May 27, 2009 5:37 pm
Forum: Example requests & Code samples
Topic: Generate searchable PDF from scanner, images or existing PDF
Replies: 13
Views: 38926

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

Hi... I'm trying to use the example: creating multipage searchable PDF (PDF/A 1.4) from existing multipage PDF, but when I copy the code, seems that my object oGdPictureImaging has not the methods PdfOCRStart, PdfAddGdPictureImageToPdfOCR and PdfOCRStop. There is a version problem or something like ...
by jloizagah
Mon Mar 23, 2009 1:55 pm
Forum: Example requests & Code samples
Topic: OCR Zone of a PDF page
Replies: 8
Views: 19422

Re: OCR Zone of a PDF page

OK, it works fine now. I really don't understand the reason why I have to use GdViewer1.GetRectCoordinatesOnDocument(LeftArea, TopArea, WidthArea, HeightArea) when it is an Image Format (JPEG, TIF) but I have to use GdViewer1.GetRectCoordinatesOnDocumentInches(LeftArea, TopArea, WidthArea, HeightAre...
by jloizagah
Wed Mar 18, 2009 3:24 pm
Forum: Example requests & Code samples
Topic: OCR Zone of a PDF page
Replies: 8
Views: 19422

Re: OCR Zone of a PDF page

Thanks, but I think I need a little more help. I have a FileBrowser and a Gdviewer. I display JPG and PDF Images in the Filebrowser. When you select one of thems, the image is displayed in the Gdviewer. I want to select a Zone in the Gdviewer and perform an OCR of the zone, giving the result in a Me...
by jloizagah
Tue Mar 17, 2009 7:52 pm
Forum: Example requests & Code samples
Topic: OCR Zone of a PDF page
Replies: 8
Views: 19422

OCR Zone of a PDF page

For GdPicture.NET 8, see: viewtopic.php?t=3217

Hi.

I want to know how to perform a zonal OCR over a PDF Image page (that's a Jpeg page inside a PDF). The zonal OCR works fine over the JPEG, but not if I convert the Jpeg to PDF. I'm using the .Net SDK.

Thanks.