Search found 7 matches
- Sat Jan 29, 2011 1:51 am
- Forum: PDF-XChange Viewer SDK
- Topic: Getting Started
- Replies: 1
- Views: 650
Getting Started
I know this is a ridiculous question, but I just downloaded the PDF-XChange Pro 4 SDK and I cannot find any documentation on how to get started. I have an application developed in vb 2008 and I want to add a pdf viewer to it. I cannot find what dll's to reference, what controls to use, etc. to get s...
- Tue Jan 25, 2011 5:50 pm
- Forum: PDF-XChange Viewer SDK
- Topic: How to OCR and Scan using PDFXchangeViewer in javascript
- Replies: 8
- Views: 1571
Re: How to OCR and Scan using PDFXchangeViewer in javascript
Thanks. I appreciate the response.
Reagan
Reagan
- Tue Jan 25, 2011 1:10 am
- Forum: PDF-XChange Viewer SDK
- Topic: How to OCR and Scan using PDFXchangeViewer in javascript
- Replies: 8
- Views: 1571
Re: How to OCR and Scan using PDFXchangeViewer in javascript
When do you expect the OCR functionality to be available? I'm trying to determine which tool to use for my project and OCR will be a "nice to have" but it doesn't have to be in the first release of my project. I just need an idea of when it might be ready.
Thanks,
Reagan
Thanks,
Reagan
- Thu Jun 22, 2006 7:21 pm
- Forum: TIFF-XChange V1-3 (End Users)
- Topic: Convert Excel Spreadsheet
- Replies: 7
- Views: 6544
- Wed Jun 21, 2006 9:48 pm
- Forum: TIFF-XChange V1-3 (End Users)
- Topic: Convert Excel Spreadsheet
- Replies: 7
- Views: 6544
I have looked into the Excel COM object and it seems pretty simple. It seems like the basic logic would be something like: Set Application = CreateObject("Excel.Application") Set Workbook = Application.Workbooks.Open(ExcelFile) WorksheetsCount = Workbook.Sheets.Count Sheet = 1 Do While Sheet <= Work...
- Tue Jun 20, 2006 3:56 pm
- Forum: TIFF-XChange V1-3 (End Users)
- Topic: Convert Excel Spreadsheet
- Replies: 7
- Views: 6544
- Mon Jun 19, 2006 11:26 pm
- Forum: TIFF-XChange V1-3 (End Users)
- Topic: Convert Excel Spreadsheet
- Replies: 7
- Views: 6544
Convert Excel Spreadsheet
I recently purchased the Tiff Xchange version 3.2 SDK to embed in my application to convert Office files to tif files. To convert a file, I basically create a Tuner object and set the Filename to the location of the Office file and call PrintFile. Word docs work fine. My problem is with converting E...