Search found 11 matches

by rjskelton
Mon Sep 21, 2009 11:33 pm
Forum: Image Processing & Document Imaging
Topic: Tiff to PDF with separator sheets
Replies: 7
Views: 3321

Re: Tiff to PDF with separator sheets

I found out the answer, it is yes. You have to change the viewing mode in Acrobat > Preferences > Document. Then when you try to save, it will prompt to save as.
by rjskelton
Mon Sep 21, 2009 10:56 pm
Forum: Image Processing & Document Imaging
Topic: Tiff to PDF with separator sheets
Replies: 7
Views: 3321

Re: Tiff to PDF with separator sheets

Here is a better question, will a PDF/A file save as a PDF file?
by rjskelton
Mon Sep 21, 2009 10:38 pm
Forum: Image Processing & Document Imaging
Topic: Tiff to PDF with separator sheets
Replies: 7
Views: 3321

Re: Tiff to PDF with separator sheets

Can you please provide an example on how to create multiple documents from a multipage tiff? Each document is separated by a page that contains a barcode. The PDF cannot be a PDF/A. I would like to mimic TwainPDFStart and TwainPDFStop example, but save as a standard PDF.
by rjskelton
Mon Sep 21, 2009 5:54 pm
Forum: Image Processing & Document Imaging
Topic: Tiff to PDF with separator sheets
Replies: 7
Views: 3321

Re: Tiff to PDF with separator sheets

This is the simplest way to recreate the problem. Dim nImageID As Long nImageID = AxImaging1.TiffCreateMultiPageFromFile("C:\Images\Able Test Dockets.tif") AxImaging1.PdfNewPdfEx("C:\Images\Test.pdf") AxImaging1.PdfAddImageFromGdPictureImage(nImageID) AxImaging1.PdfSavePdf() AxIm...
by rjskelton
Fri Sep 18, 2009 11:13 pm
Forum: Image Processing & Document Imaging
Topic: Tiff to PDF with separator sheets
Replies: 7
Views: 3321

Tiff to PDF with separator sheets

using https://www.gdpicture.com/forum/gdpicture-activex-code-samples/scan-multiple-documents-once-using-separator-sheets-t480.html , I’m able to create PDFs files, but they save in PDF/A mode which is an issue. I’m trying to take a multipage tiff and create multiple PDF files using separator sheets....
by rjskelton
Thu Sep 17, 2009 5:10 pm
Forum: Example requests & Code samples
Topic: 1D barcode recognition plugin example
Replies: 1
Views: 13375

1D barcode recognition plugin example

Can you please provide an example or guidelines for using the 1D barcode recognition plug-in? I would like to read barcodes from a multi page/document loaded into the GdViewer.
by rjskelton
Tue Sep 15, 2009 8:51 pm
Forum: Image Processing & Document Imaging
Topic: ActiveX and 1D Barcode Recognition Plugin
Replies: 6
Views: 2601

Re: ActiveX and 1D Barcode Recognition Plugin

I wish that was the case. Steps I’ve taken Unregistered the OCXs using “regsvr32 /u” Uninstalled all versions of GdPicture Removed any residual files Removed any reg entries related to GdPicture Rebooted Downloaded the latest version from https://www.gdpicture.com/softwares.php Installed Created a n...
by rjskelton
Tue Sep 15, 2009 12:16 am
Forum: Image Processing & Document Imaging
Topic: ActiveX and 1D Barcode Recognition Plugin
Replies: 6
Views: 2601

Re: ActiveX and 1D Barcode Recognition Plugin

I've uninstalled the previous version and downloaded the latest version(5.12). When I try to set the license (Object.SetLicenseNumber1DBarcodeRecognition("YourKey");" I get the following error, 'SetLicenseNumber1DBarcodeRecognition' is not a member of 'AxGdPicturePro5.AxImaging'
by rjskelton
Mon Sep 14, 2009 10:44 pm
Forum: Image Processing & Document Imaging
Topic: ActiveX and 1D Barcode Recognition Plugin
Replies: 6
Views: 2601

ActiveX and 1D Barcode Recognition Plugin

According to the following page https://www.gdpicture.com/products/plugins/barcode-reader/1d-barcode-recognition.php This plug-in is included with the following product https://www.gdpicture.com/products/plugins/barcode-reader/1d-barcode-recognition.php We use uniPaaS from Magic Software which has t...