Search found 63 matches

by Tracker - Clarion Support
Sun Mar 09, 2014 2:50 am
Forum: PDF-X OCR SDK
Topic: product feature question
Replies: 13
Views: 8643

Re: product feature question

:D
by Tracker - Clarion Support
Sat Mar 08, 2014 10:56 pm
Forum: PDF-X OCR SDK
Topic: product feature question
Replies: 13
Views: 8643

Re: product feature question

:D
by Tracker - Clarion Support
Sat Mar 08, 2014 5:46 pm
Forum: PDF-X OCR SDK
Topic: product feature question
Replies: 13
Views: 8643

Re: product feature question

Hi Alan! Beginning with Clarion 7, the Clarion installation was split into the GUI part, installed in \Program Files (x86)\SoftVelocity\Clarion9 folder. and the "3rdParty" - renamed "accessory" - docs and examples, which is found in the \Documents\SoftVelocity\Clarion9\accessory ...
by Tracker - Clarion Support
Tue Feb 04, 2014 6:42 pm
Forum: PDF-X OCR SDK
Topic: product feature question
Replies: 13
Views: 8643

Re: product feature question

Yes, it does! :D

Sorry for the delay. My work PC blew up on the 25th and this is my first day back online. :(
by Tracker - Clarion Support
Mon Jan 20, 2014 6:22 pm
Forum: PDF-X OCR SDK
Topic: product feature question
Replies: 13
Views: 8643

Re: product feature question

Hi Alan! Before getting wound up with OCR, I suggest you look at our PDF-Tools 4.1 package which produces searchable PDF files directly from the WMF files produced by the Clarion Report Engine. PDF-Tools 4.1 is a drop-in solution. You add the Global template to the application and then add the Proce...
by Tracker - Clarion Support
Tue Dec 11, 2012 10:37 am
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Wait - I thought you were extracting numeric fields from a rasterized PDF page. ocr1demo.app only makes a rasterized PDF page "searchable" by creating an "invsisble" text underlay for it. But for that to work, you should omit whitelist and blacklist parameters. ocr2demo.app demon...
by Tracker - Clarion Support
Mon Dec 10, 2012 5:02 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi!

Not without more information.

Are you using one of our demos or a program you wrote? If one of ours, which one? Have you changed it in any way?

Please supply a sample PDF file (zipped) that displays this behaviour - thanks.
by Tracker - Clarion Support
Thu Dec 06, 2012 5:36 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi! Please try this version of the OCR class files. Just unzip into your 3rdparty or accessory \Libsrc folder. I found that the class CLW file was not matching the INC file, and had to correct the CLW file. It is working here. I have tested with Clarion 6 and 8. If you have problems with access viol...
by Tracker - Clarion Support
Wed Dec 05, 2012 6:42 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi Koen!

Be out tomorrow - I don't have the latest OCR Template Editor build yet. It'll be later today.
by Tracker - Clarion Support
Tue Dec 04, 2012 10:54 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi!

Not quite yet. :(

I ran into Access Violations while testing and I'm trying to figure out what's causing that.

It shouldn't take too long.
by Tracker - Clarion Support
Mon Dec 03, 2012 11:28 am
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi!

Yes i do and there will be a patch out later today after I finish testing it. :D

Later: I ran into some problems. I'll have it out tomorrow for certain.
by Tracker - Clarion Support
Fri Nov 30, 2012 12:01 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi!

I'll have to look into why that's happening. I should have an answer later today.

Later:

I think I posted the wrong set of files. Please try the attached instead.
by Tracker - Clarion Support
Thu Nov 29, 2012 6:01 pm
Forum: PDF-X OCR SDK
Topic: Extract OCR, only numeric text
Replies: 13
Views: 6407

Re: Extract OCR, only numeric text

Hi! I found two problems: 1. The pDataPath should not have the ocrdats after the last backslash "\": 'C:\cw60\3rdparty\examples\TrackerSP\PXC_OCR\ ' 2. I found a bug in the SetOptions method. Pleaase download and unzip the attached files into your 3rdparty or accessory \Libsrc folder o9r s...
by Tracker - Clarion Support
Thu Nov 01, 2012 9:34 am
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav!

IT'S UP! The recoded OCR class and templates were uploaded yesterday, but we have to make sure that all the mirror copies have also been updated.

You can download it now from the Downloads page, Developer tab.

Please let me know if any further problems develop.
by Tracker - Clarion Support
Thu Oct 11, 2012 12:32 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav!

I'm having to recode parts of the class files to fix this, so delayed a few days. :(
by Tracker - Clarion Support
Tue Oct 09, 2012 10:09 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav! I finished the code changes, but while tesing them, I ran into a really odd bug that seems to be changing a class instance's address in the interval between two contiguous lines of Clarion code. Naturally this is causing an Access Violation. Not sure what's happening to cause that. Post...
by Tracker - Clarion Support
Mon Oct 08, 2012 4:31 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav!

Got sidetracked by an earlier problem. Should have something Tuesday.
by Tracker - Clarion Support
Fri Oct 05, 2012 1:09 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav!

I got diverted by some other problems, will get back to this over the weekend.
by Tracker - Clarion Support
Fri Sep 21, 2012 11:46 am
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi!

I've identified the problem as being in the BSTRING handling, and correcting now.
by Tracker - Clarion Support
Tue Sep 18, 2012 2:16 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav!

I've been working on a prior project and I haven't had the time to really get into this yet, except to verify that yu do have a problem.

I'll finish this other thing in a couple of hours, and I should get into your problem this afternoon.
by Tracker - Clarion Support
Thu Sep 13, 2012 3:36 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav! I have a bit of a problem with this, and it''s going to need some additional time to fix. Since this is a major problem, and there are a couple of items in the support queue ahead of you, I should get them out first, and work on yours over the weekend. I should have this fixed by early ...
by Tracker - Clarion Support
Wed Sep 12, 2012 8:38 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Walter!

Thanks very much!
by Tracker - Clarion Support
Wed Sep 12, 2012 7:04 pm
Forum: PDF-X OCR SDK
Topic: Clarion ocr example problem
Replies: 29
Views: 13324

Re: Clarion ocr example problem

Hi Tomislav!

I have your problem and am looking at it now.

I've asked Walter to post the name of the compiled template generator to this thread.

I'll post my answer here as soon as I have it.
by Tracker - Clarion Support
Mon Nov 14, 2011 5:06 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Compile error
Replies: 9
Views: 4056

Re: Compile error

Hi!

Oh good! Not us then. Wish they were all like this. :)
by Tracker - Clarion Support
Mon Nov 14, 2011 2:18 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Compile error
Replies: 9
Views: 4056

Re: Compile error

Hi!

I see it - not sure why that would be missing. I'll have to check the class files and see what's what.
by Tracker - Clarion Support
Thu Feb 17, 2011 10:35 pm
Forum: PDF-XChange Viewer (End Users)
Topic: How to delete a hyperlink
Replies: 10
Views: 2459

Re: How to delete a hyperlink

Hi!

Did you mean to post this in the Clarion Developers' Forum?
by Tracker - Clarion Support
Thu Feb 17, 2011 2:26 pm
Forum: PDF-XChange Viewer (End Users)
Topic: How to delete a hyperlink
Replies: 10
Views: 2459

Re: How to delete a hyperlink

Hello!

Are you using the PDF-XChange Viewer End-User version?
by Tracker - Clarion Support
Sat Jan 29, 2011 7:15 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Opening two windows of pdf xchange viewer
Replies: 4
Views: 1233

Re: Opening two windows of pdf xchange viewer

This thread is posted in the wrong forum.

I'll move it to the Viewer End-User forum.
by Tracker - Clarion Support
Sat Jan 29, 2011 6:38 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Opening two windows of pdf xchange viewer
Replies: 4
Views: 1233

Re: Opening two windows of pdf xchange viewer

Hi Lior!

Do you mean the end-user version of the Viewer, or doing this in programming?
by Tracker - Clarion Support
Thu Nov 25, 2010 9:27 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Accessing text elements in C#
Replies: 1
Views: 1506

Re: Accessing text elements in C#

Hi Dave!

In the example you provided, before calling PXCp_ET_GetElement, you need to set textElement.cbSize to the size of the XCPro35_Defs.PXP_TextElement or you will get an error.

HTH!
by Tracker - Clarion Support
Tue Oct 12, 2010 2:08 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Summarize comments
Replies: 4
Views: 1194

Re: Summarize comments

Thanks!

This has been posted to an incorrect forum. I'll let Support know to move this topic to another forum.
by Tracker - Clarion Support
Tue Oct 12, 2010 12:55 pm
Forum: PDF-XChange Viewer (End Users)
Topic: Summarize comments
Replies: 4
Views: 1194

Re: Summarize comments

Hi!

Are you using the Clarion software development system, or some other development system such as Visual Studio or Delphi?
by Tracker - Clarion Support
Wed Oct 06, 2010 3:16 pm
Forum: PDF-XChange Print Drivers
Topic: Hangs after generating
Replies: 7
Views: 2845

Re: Hangs after generating

Hi Poul!

Gotcha! Passing along to the "generic" development team. :)
by Tracker - Clarion Support
Wed Oct 06, 2010 1:17 pm
Forum: PDF-XChange Print Drivers
Topic: Hangs after generating
Replies: 7
Views: 2845

Re: Hangs after generating

Hi Poul!

Are you using a Clarion program to trigger the printing process, or is this directly from Word 2007 to PDF-XChange without Clarion involvement?
by Tracker - Clarion Support
Fri Oct 01, 2010 3:06 pm
Forum: PDF-XChange Viewer (End Users)
Topic: How to use Help when using the viewer
Replies: 4
Views: 1176

Re: How to use Help when using the viewer

Hi Stefan!

Thanks for answering. :)
by Tracker - Clarion Support
Fri Oct 01, 2010 1:41 pm
Forum: PDF-XChange Viewer (End Users)
Topic: How to use Help when using the viewer
Replies: 4
Views: 1176

Re: How to use Help when using the viewer

Hi Hansjoos!

Are you using a copy of the Viewer ActiveX in a Clarion program, or is this in the standalone End-User version of the Viewer?
by Tracker - Clarion Support
Sat Sep 11, 2010 12:34 pm
Forum: Welcome to Tracker Software Support Forums - Forum Rules & Regs
Topic: PLEASE READ! Posting Guildelines
Replies: 0
Views: 21271

PLEASE READ! Posting Guildelines

Hi all! When posting a problem to the forum, in addition to the specific information about the problem, please also include the following: Windows OS version, example: "Windows XP SP3". If running in a Virtual PC, please also include the virtual software and Host OS version: "VMWARE 7...
by Tracker - Clarion Support
Sun Jun 06, 2010 1:37 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul! Actually there's more to it than that. The PDF specification supports inclusion of JavaScripts within PDF documents. They can be triggered in various ways, including buttons, mouse-over, links, etc. Adobe publishes JS API documentation at their site: http://www.adobe.com/devnet/acrobat/java...
by Tracker - Clarion Support
Fri Jun 04, 2010 12:11 am
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi guys!
You can use JS not only from AX, but also in end-user viewer through JS console (use Ctrl + J shortcut to open it).
Which is how I originally tested my script ! :)
by Tracker - Clarion Support
Thu Jun 03, 2010 5:27 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul!

For the Viewer ActiveX, as far as I know, JS is the only way at the current time. I'll ask our Project Manager to be sure.

If not, they may add better form management in version 3, but that is no time soon. Don't ask for a time frame for 3; I have none.
by Tracker - Clarion Support
Thu Jun 03, 2010 2:32 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul! We can move this thread to another forum, so that's cool. However, the internal basics of Viewer ActiveX JavaScript remain the same, so I'm posting the JS we use in the Clarion program: function loadfield( fldName, fldValue ) { var tst = fldName.toUpperCase(); for ( var i = 0; i < this.numF...
by Tracker - Clarion Support
Thu Jun 03, 2010 2:16 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul!

Glad to see you got that sorted! :)

If it's Visual C++ I can still help, but my C# and VB is weak. :wink:
by Tracker - Clarion Support
Wed Jun 02, 2010 9:33 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul!

It's Clarion-specific. This is posted in the Clarion forum.

What language are you developing this in?
by Tracker - Clarion Support
Wed Jun 02, 2010 2:38 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul!

Not from us. However, the FDF format should be documented by Adobe. I'd check their website for FDF documentation.

The example I recommended to you is a "database to form fields" using the Adobe Acrobat JavaScript extensions. It does not use FDF at all.
by Tracker - Clarion Support
Tue Jun 01, 2010 10:47 pm
Forum: PDF-XChange Viewer SDK
Topic: Filling out a form programaticallty
Replies: 25
Views: 5874

Re: Filling out a form programaticallty

Hi Paul!

If you can use the FDF format, go for it!

If you want to do it a bit more dynamically, please download the Viewer SDK from the Developer Downloads, and then check out demo pvxd2f20.app for an example of filling out a form programmatically.
by Tracker - Clarion Support
Wed Mar 10, 2010 2:57 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: pdf manipulation - convert to monochrome
Replies: 3
Views: 1751

Re: pdf manipulation - convert to monochrome

Hi Tal!

I moved this to a more appropriate forum, which will assure that the correct support will see it.
by Tracker - Clarion Support
Wed Aug 19, 2009 4:02 pm
Forum: PDF-XChange Viewer SDK
Topic: Thumbnail Toolbar & DenyAllPrintOperations
Replies: 3
Views: 1307

Re: Thumbnail Toolbar & DenyAllPrintOperations

Hi Vasyl! SetProperty("Commands["Print"].State", "Offline"); For some reason, this does not seem to disable the functionality of the Print button on the Thumbnail toolbar Looking forward to DenyAllPrintOperations and DenyAllSaveOperations in the next build! Any estimate...
by Tracker - Clarion Support
Mon Aug 17, 2009 5:40 pm
Forum: PDF-XChange Viewer SDK
Topic: Thumbnail Toolbar & DenyAllPrintOperations
Replies: 3
Views: 1307

Thumbnail Toolbar & DenyAllPrintOperations

I have a developer who needs to be able to disable both the Export and Print buttons on the Thumbnail toolbar in his ActiveX window. Using DenyAllExportOperations accomplishes this for the Export button, but setting Command State for Print does not do this for the Thumbnail toolbar Print button whic...
by Tracker - Clarion Support
Mon Feb 25, 2008 5:17 pm
Forum: PDF-XChange Print Drivers
Topic: Paper Settings Bug?
Replies: 3
Views: 2366

Hi Barry!

I believe that you are reading it backwards. :)

When checked, 'Scale to Fit' means the page will be automatically scaled to fit the specified paper size.

When unchecked, automatic scaling is disabled and you must manually adjust the page size.

HTH!
by Tracker - Clarion Support
Thu Jan 10, 2008 6:03 pm
Forum: PDF-XChange Viewer SDK
Topic: Visual Foxpro VFP and Variant Structure
Replies: 9
Views: 3045

Hi bigdadxxl! VARIANT is a datatype used to pass "typed" information between Windows modules (exe's and dll's usually) in a relatively safe manner. It's often used within classes and objects. Visual Foxpro 9.0 supports it, for definition see: http://msdn2.microsoft.com/en-us/library/ax9wt4...