Search found 381 matches

by Walter-Tracker Supp
Mon Apr 30, 2012 4:48 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

Yes; just download the latest live DLL package from the downloads page:

https://www.pdf-xchange.com/product/downloads/sdk

The 64 bit DLL is now included in it.

-Walter
by Walter-Tracker Supp
Fri Apr 27, 2012 6:51 pm
Forum: PDF-XChange Drivers API SDK
Topic: Visual Studio 2010 vs command line conversion
Replies: 7
Views: 4288

Re: Visual Studio 2010 vs command line conversion

Also, what is this PDF class:

using PDF = Aspose.Pdf.Kit;

Does this tie in with the (Tracker) developer's license for the driver API somehow?
by Walter-Tracker Supp
Fri Apr 27, 2012 6:47 pm
Forum: PDF-XChange Drivers API SDK
Topic: Visual Studio 2010 vs command line conversion
Replies: 7
Views: 4288

Re: Visual Studio 2010 vs command line conversion

You may wish to try setting the flags to 14 (binary: 1110) instead of 15. Bit 1 sets the watermark to be on the background of the page. In this case I think it should be visible there, but I'm not 100% certain.
by Walter-Tracker Supp
Fri Apr 27, 2012 6:34 pm
Forum: PDF-XChange Drivers API SDK
Topic: Visual Studio 2010 vs command line conversion
Replies: 7
Views: 4288

Re: Visual Studio 2010 vs command line conversion

I am assuming that you have correctly placed your license key and developer code in the source file, here: PDFPrinter = (PXCComLib.CPXCPrinter)prnFactory.get_Printer("", "Simple PDF-XChange", "<REG KEY>" "<DEV CODE>"// "<YOUR REG KEY>", "<YOUR D...
by Walter-Tracker Supp
Thu Apr 26, 2012 5:40 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Installing latest PDF Xchange Viewer shows a virus
Replies: 7
Views: 2181

Re: Installing latest PDF Xchange Viewer shows a virus

While Ivan is testing this, I would like to report that I have not been able to reproduce the report with the latest version of Kaspersky 2012 (most recent virus definitions), Avira, and MalwareBytes. This is most likely a false detection by your specific system, or you had something else already on...
by Walter-Tracker Supp
Thu Apr 26, 2012 4:39 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Installing latest PDF Xchange Viewer shows a virus
Replies: 7
Views: 2181

Re: Installing latest PDF Xchange Viewer shows a virus

This appears to be the result of heuristic, or other generic, detection, which tries to find and report potentially dangerous objects based on partial matches with true viruses: http://en.wikipedia.org/wiki/Antivirus_software#Heuristics This type of scanning is very prone to false detections, and I ...
by Walter-Tracker Supp
Mon Apr 23, 2012 6:54 pm
Forum: OCR- For the PDF-XChange Editor and Viewer
Topic: OCR a pdf by a command line
Replies: 2
Views: 3622

Re: OCR a pdf by a command line

I was wondering if we could expect this feature to be added to PDFXChange Viewer, so that one can execute this through command line: PDFXCview.exe ocr -in=sample.pdf -out=sampleOCRed.pdf I need it because I quite often have a batch of pdfs that need to be OCRed. Here PDFXCview doesn't even need to ...
by Walter-Tracker Supp
Mon Apr 23, 2012 5:30 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Test whether a page uses color
Replies: 2
Views: 2027

Re: Test whether a page uses color

There is an indirect method that would let you do this with our SDKs which sounds like what you are already doing. You could use the Simple Viewer DLL to render each PDF page to a Windows memory device context (DC), then enumerate the pixels in that DC and test them for colour. You can render to DCs...
by Walter-Tracker Supp
Fri Apr 20, 2012 7:49 pm
Forum: PDF-XChange Viewer SDK
Topic: Document Window Issue on Mac Emulator
Replies: 11
Views: 3278

Re: Document Window Issue on Mac Emulator

Thanks. If we get the information over the weekend we will attempt to reproduce the issue on Monday.

-Walter
by Walter-Tracker Supp
Fri Apr 20, 2012 6:30 pm
Forum: PDF-XChange Viewer SDK
Topic: Document Window Issue on Mac Emulator
Replies: 11
Views: 3278

Re: Document Window Issue on Mac Emulator

Hi Jeff, I'm sure you understand that we don't specifically support Mac... however, we will do the best we can to sort out what the problem is. To do this, we really need to know specifically what emulator or virtual machine she is using. Without knowing this, there's just no way we can help. We nee...
by Walter-Tracker Supp
Fri Apr 20, 2012 5:30 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Not a XChange Question
Replies: 7
Views: 2323

Re: Not a XChange Question

I admire your enthusiasm for learning programming, but unfortunately this falls outside of the scope of our developer support. I would recommend a visual basic tutorial if you want to learn how to compile applications. If you get to the point where you would like support for our developer products, ...
by Walter-Tracker Supp
Thu Apr 19, 2012 9:36 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Multiple Pages to one document
Replies: 30
Views: 11579

Re: Multiple Pages to one document

If you have a scanner with document feeder, you can do this directly from File->NewDocument->From Scanner... If you only have a flatbed, you can scan multiple images into the dialog accessed from File->New Document->From Images. Just click the "import" button at the bottom of the page and ...
by Walter-Tracker Supp
Thu Apr 19, 2012 6:47 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10416

Re: AddImageWatermark and AddTextWatermark for API

It looks like you have set the flags argument to "796" in the image watermark case, binary 1100011100... I'm not sure what the high bits are intended to do here but they will probably be ignored... however, since the second last bit is not set it will not be visible in the viewer. I just n...
by Walter-Tracker Supp
Thu Apr 19, 2012 6:27 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10416

Re: AddImageWatermark and AddTextWatermark for API

Thank you; I will take a look and get back to you asap.

-Walter
by Walter-Tracker Supp
Thu Apr 19, 2012 5:11 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7235

Re: Print without a UI

In addition to the solution John mentioned above, the PDF-XChange PRO SDK or PDF Tools SDK may also have what you are looking for; please review the features here and let us know if you have questions: https://www.pdf-xchange.com/product/pdf-tools-sdk https://www.pdf-xchange.com/product/pdf-xchange-...
by Walter-Tracker Supp
Wed Apr 18, 2012 11:09 pm
Forum: PDF-XChange Viewer SDK
Topic: Document Window Issue on Mac Emulator
Replies: 11
Views: 3278

Re: Document Window Issue on Mac Emulator

You say she's running it in an emulator, not a virtual machine (e.g. parallels or VMware) or bootcamp, right? In that case I suppose there's something buggy in the way it handles windows system calls and it wouldn't really be anything we could do much about. What is the emulator? CrossOver? If it's ...
by Walter-Tracker Supp
Wed Apr 18, 2012 4:57 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

I fully understand your position on this. I think it is worth giving you some background into the OCR add-on. This is not a headline feature for us but is something we have been developing primarily for our next, upcoming major version. A couple of months ago we decided to include some of the initia...
by Walter-Tracker Supp
Tue Apr 17, 2012 11:55 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

FuzzyCoder wrote:OK. Do you have a header file I could use?
The C++ header is included in the SDK:

C:\Program Files\Tracker Software\PDF-XChange PRO 4 SDK\Examples\Include

ocrtools.h
ocr_types.h
ocr_errors.h
OCRdefaults.h

I hope this is all that you will need. If not, let us know.

-Walter
by Walter-Tracker Supp
Tue Apr 17, 2012 10:20 pm
Forum: PDF-XChange Viewer SDK
Topic: Print without a UI
Replies: 18
Views: 7235

Re: Print without a UI

Sure, just use the simple viewer DLL. Load the PDF with the function: PXCV_ReadDocumentW() Print it with: PXCV_DrawPageToDC(), passing the flag pxvrm_Printing to the "RenderTarget" member of PXV_CommonRenderParameters. See the PDF-XChange Viewer Simple DLL documentation for more details. N...
by Walter-Tracker Supp
Tue Apr 17, 2012 10:05 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

Unfortunately we do not at the moment; the OCR SDK was added as a bonus a few months ago, but we have only provided a few examples, as the bulk of our development is focused on our upcoming new releases (including updated OCR components with more advanced functionality). If you can quickly generate ...
by Walter-Tracker Supp
Tue Apr 17, 2012 6:53 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

FuzzyCoder wrote:Thanks Walter! I'll check it out right away.
Please note that it is a limited, demo version that will only function on the first two pages of any input document. However, it provides a full demonstration of all functionality, subject to that limitation.

-Walter
by Walter-Tracker Supp
Tue Apr 17, 2012 6:15 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

We have built the 64-bit version of the DLL and will include it in the main SDK installer in the near future. In the meantime I have sent you a copy directly via email (and can provide the same to other interested developers who may read this, if it has not yet made its way into the main installer)....
by Walter-Tracker Supp
Tue Apr 17, 2012 12:18 am
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

It will be tomorrow, there are a couple of minor configuration issues to resolve ;)

-Walter
by Walter-Tracker Supp
Mon Apr 16, 2012 9:18 pm
Forum: PDF-X OCR SDK
Topic: 64 bit ocrtools.dll?
Replies: 18
Views: 8751

Re: 64 bit ocrtools.dll?

We will create a 64-bit build today and inform you once it is complete.

-Walter
by Walter-Tracker Supp
Fri Apr 13, 2012 9:48 pm
Forum: PDF-XChange (End Users FR)
Topic: Add Printing To the SDK
Replies: 3
Views: 286

Re: Add Printing To the SDK

There are a couple of options for printing. You can print from the simple Viewer SDK by creating a printer device context (DC) with microsoft API calls and then rendering the page to that DC (there is a flag to specify that rendering is going to print). You can also print from the Active X Viewer DL...
by Walter-Tracker Supp
Fri Apr 13, 2012 8:33 pm
Forum: PDF-XChange Viewer (End Users)
Topic: performance problem with dashed lines
Replies: 4
Views: 1360

Re: performance problem with dashed lines

Thanks for your fast reply that at least enabled me to apply a quick patch to the CAD program i'm working on (producing invalid pdf was a serious bug for our clients). The patch is simply to reset the dashoffset to 0 each time i call Graphics.DrawLine; the dashstyle is therefore not 'continuous' fr...
by Walter-Tracker Supp
Fri Apr 13, 2012 8:21 pm
Forum: OCR- For the PDF-XChange Editor and Viewer
Topic: Correcting OCRd Text
Replies: 1
Views: 3229

Re: Correcting OCRd Text

I'm glad you are getting good use out of the OCR feature! As for editing the results, at the moment it is not possible although this is a feature we anticipate adding during some point in product development. In fact we do have it slated as one of the features for the OCR plugin for the new viewer, ...
by Walter-Tracker Supp
Fri Apr 13, 2012 6:21 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXC_AddPage does not increment page count
Replies: 5
Views: 3756

Re: PXC_AddPage does not increment page count

pmazurk wrote:Walter - you hit the nail on the head! That was the problem and now things are humming along. I knew it was some little thing I overlooked.

Thanks for your help --
Happy to have helped. Any other problems, don't hesitate to contact us.

-Walter
by Walter-Tracker Supp
Thu Apr 12, 2012 10:27 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXC_AddPage does not increment page count
Replies: 5
Views: 3756

Re: PXC_AddPage does not increment page count

The problem here is that you are using PXCp _WriteDocumentW() to save the document where you should be using the equivalent PXC function, which is PXC _WriteDocumentW(). This is because you have been using PXC functions for creation of the document (PXC_Init(), PXC_AddImageW(), etc). The document ty...
by Walter-Tracker Supp
Thu Apr 12, 2012 4:21 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXC_AddPage does not increment page count
Replies: 5
Views: 3756

Re: PXC_AddPage does not increment page count

I believe you will need to use PXC_GetPagesCount() to determine the number of pages. This function does not return a pointer to some internal page count, so you need to call it to refresh the page count as needed (e.g. after every new page is added). As for your error message (document not read), I ...
by Walter-Tracker Supp
Tue Apr 03, 2012 10:42 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDFdriverAPI example project: Word to PDF ocr issue
Replies: 28
Views: 11721

Re: PDFdriverAPI example project: Word to PDF ocr issue

I've gone over the code and found a couple of things. I have successfully created multiple watermarks as follows: PDFPrinter.Option["Watermarks.Enabled"] = true; string watermarkText = "TextWatermark1"; string watermarkName = "Name"; string watermarkFontName = "Ari...
by Walter-Tracker Supp
Tue Apr 03, 2012 9:33 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDFdriverAPI example project: Word to PDF ocr issue
Replies: 28
Views: 11721

Re: PDFdriverAPI example project: Word to PDF ocr issue

Hi, C# is not my area of expertise (I usually handle C++ related inquiries) but I will be looking into this for you as I am familiar with the usage of our products. The first thing I would recommend is making sure that you do not use the same watermark name for each watermark. This is set with the f...
by Walter-Tracker Supp
Fri Mar 30, 2012 8:19 pm
Forum: PDF-XChange Viewer SDK
Topic: OCR Pages Button
Replies: 2
Views: 1620

Re: OCR Pages Button

What's the name or the ID of the new OCR Pages toolbar button. I wanted to disable this using the SDK but couldn't find the name of the button in the documentation. I believe it is OCRPages. You can find the names of all named commands in the FullDemo.exe demo application, under the "Commands&...
by Walter-Tracker Supp
Fri Mar 30, 2012 4:57 pm
Forum: PDF-X OCR SDK
Topic: Page Orientation
Replies: 15
Views: 7545

Re: Page Orientation

Jeff, I think there is some confusion with version numbers. Build 202 would refer to the PDF-X Viewer *end user* product (and I suppose Active-X). The OCR DLL included with the Tools SDK is at version 1.0.10. Have you tried the currently available DLL with your existing delphi wrapper? The only chan...
by Walter-Tracker Supp
Thu Mar 29, 2012 4:29 pm
Forum: How to forum
Topic: Does Tracker offer any de-skewing in any product?
Replies: 7
Views: 5192

Re: Does Tracker offer any de-skewing in any product?

My apologies, I misread your original post - I guess you aren't interested in the SDKs.

-Walter
by Walter-Tracker Supp
Thu Mar 29, 2012 4:28 pm
Forum: How to forum
Topic: Does Tracker offer any de-skewing in any product?
Replies: 7
Views: 5192

Re: Does Tracker offer any de-skewing in any product?

Actually, the OCR library allows deskewing. There is a flag you can pass to the function OCR_MakeSearchable(). It can either use a page layout method (identifying text lines and then aligning them to horizontal), or an image-based deskewing using image projection histograms. You need not perform OCR...
by Walter-Tracker Supp
Wed Mar 28, 2012 11:12 pm
Forum: PDF-XChange Viewer SDK
Topic: Languages supported by Tracker X Change
Replies: 1
Views: 1158

Re: Languages supported by Tracker X Change

Yes, printing non-english PDFs silently works the same way as printing English PDFs.

Have you tried it, and did you have any trouble?

-Walter
by Walter-Tracker Supp
Mon Mar 26, 2012 7:07 pm
Forum: PDF-X OCR SDK
Topic: How can I open password protected PDFs for OCR?
Replies: 7
Views: 4475

Re: How can I open password protected PDFs for OCR?

Sorry, the use of the word "beta" is a mistake in the manual (which was written back when we only had an internal beta). This is not a beta release, this is a true release. However we do not support passworded documents at the moment. You will have to remove the password (e.g. with the oth...
by Walter-Tracker Supp
Fri Mar 23, 2012 4:30 pm
Forum: PDF-XChange Viewer SDK
Topic: Crop White Space
Replies: 7
Views: 3398

Re: Crop White Space

Crop white space only crops completely empty space around the margins of the PDF page; it is not based on colour. In this case there is a white rectangular object that is larger than the blue rectangle and it crops to fit that. I have attached an image showing where this object sits (the light blue ...
by Walter-Tracker Supp
Thu Mar 22, 2012 9:29 pm
Forum: PDF-X OCR SDK
Topic: VB.NET Visual Studio 2008 Example
Replies: 7
Views: 5132

Re: VB.NET Visual Studio 2008 Example

Good to hear. Let us know if you have further problems.


-Walter
by Walter-Tracker Supp
Thu Mar 22, 2012 6:08 pm
Forum: PDF-X OCR SDK
Topic: VB.NET Visual Studio 2008 Example
Replies: 7
Views: 5132

Re: VB.NET Visual Studio 2008 Example

The data directory, input and output filenames are hard coded in the source code, so this is obviously a very barebones application. Please modify to suit your tastes. I'm sorry that I could not come up with anything more exciting, but I am a C++ developer and the VB.net experts are very busy with p...
by Walter-Tracker Supp
Thu Mar 22, 2012 6:04 pm
Forum: PDF-X OCR SDK
Topic: VB.NET Visual Studio 2008 Example
Replies: 7
Views: 5132

Re: VB.NET Visual Studio 2008 Example

I was unable to get your example to compile (because it is missing a few project resource files to reproduce the right form layout, event managers, etc), however I have created a simpler VB.net example that does work for me. I changed how String types are represented in the struct PXO_Options by cha...
by Walter-Tracker Supp
Tue Mar 20, 2012 4:22 pm
Forum: PDF-X OCR SDK
Topic: Where can I read what's new with v1.0.10.1?
Replies: 7
Views: 4122

Re: Where can I read what's new with v1.0.10.1?

I've attached the current change log for your reference, but will include it in subsequent releases as well.
by Walter-Tracker Supp
Mon Mar 19, 2012 11:01 pm
Forum: PDF-X OCR SDK
Topic: VB.NET Visual Studio 2008 Example
Replies: 7
Views: 5132

Re: VB.NET Visual Studio 2008 Example

We will look into this and get back to you shortly.

-Walter
by Walter-Tracker Supp
Fri Mar 16, 2012 11:16 pm
Forum: PDF-X OCR SDK
Topic: Page Orientation
Replies: 15
Views: 7545

Re: Page Orientation

jeffp wrote:Did you remember to update the delpi wrapper?
That will likely be early next week, though it may get done over the weekend. Thanks for the reminder.

-Walter
by Walter-Tracker Supp
Fri Mar 16, 2012 11:10 pm
Forum: PDF-X OCR SDK
Topic: VB.NET Visual Studio 2008 Example
Replies: 7
Views: 5132

Re: VB.NET Visual Studio 2008 Example

Can you please provide us with a sample input and output? Have you tried it with more than one file to ensure that it is not a problem with the input you tested on?

Thank you!
-Walter
by Walter-Tracker Supp
Fri Mar 16, 2012 7:39 pm
Forum: PDF-X OCR SDK
Topic: Page Orientation
Replies: 15
Views: 7545

Re: Page Orientation

The new build with some additional output options (OCR_Image_SuppressOutput and OCR_Text_PlaceByLines) is ready and will be available on the web site for download shortly.

-Walter