Search found 381 matches

by Walter-Tracker Supp
Fri May 25, 2012 9:30 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

In consultation with a colleague we have noticed that you are calling clear to release the PDF printer object before printing has completed. You must wait until the print job has completed before clearing. Ideally you should trap the events fired by the printer but I'm not sure if NAV can handle eve...
by Walter-Tracker Supp
Wed May 23, 2012 7:33 pm
Forum: PDF-XChange Viewer SDK
Topic: Ommiting prompt on RotateCW and RotateCCW commands
Replies: 7
Views: 2856

Re: Ommiting prompt on RotateCW and RotateCCW commands

What is the text of the prompt? Is it the warning about changes not taking effect unless the file is saved? If not, could you tell us the text you receive in the prompt? If yes, I will find out if there is a way to disable it. Also, if you could post the call you are using to initiate the RotateCW c...
by Walter-Tracker Supp
Wed May 23, 2012 7:29 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

Is it possible that you need to escape the backslashes specifying directories in the filename and path? Is there a filename already set in the save dialog box, when it opens?

-Walter
by Walter-Tracker Supp
Wed May 23, 2012 5:36 pm
Forum: PDF-XChange Viewer SDK
Topic: Ommiting prompt on RotateCW and RotateCCW commands
Replies: 7
Views: 2856

Re: Ommiting prompt on RotateCW and RotateCCW commands

Can you try passing the PXCVA_NoUI flag to the Flags argument?

Here is the enum:

Code: Select all

enum PXCVA_Flags
{
PXCVA_NoApply       = 0x00000001,
PXCVA_NoUI          = 0x00000002,
PXCVA_GetNamed      = 0x00000004,
PXCVA_Sync          = 0x00000008,
PXCVA_OutArgs       = 0x00000010,
};
by Walter-Tracker Supp
Wed May 23, 2012 3:50 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools SDK slow to display PDF
Replies: 12
Views: 5098

Re: PDF Tools SDK slow to display PDF

Hi! Yes, first I made the usercontrol as I saw it in this example: C:\Program Files\Tracker Software\PDF-XChange Viewer SDK\Examples\<<Your programming language>>\PXCView36, what you suggested to me. The problem with that, it's very slow, because it's drawing with the onpaint event every time I scr...
by Walter-Tracker Supp
Tue May 22, 2012 6:24 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

Assuming you are properly setting the ShowSaveDialog option in the correct scope you shouldn't have a problem with dialog boxes opening. Can you provide a more complete example so we can trace through the main application logic?
by Walter-Tracker Supp
Tue May 22, 2012 4:53 pm
Forum: PDF-XChange Viewer (End Users)
Topic: {bug} Full screen & zoom+, dwn arrow = Horizontal lines
Replies: 1
Views: 953

Re: {bug} Full screen & zoom+, dwn arrow = Horizontal lines

Hi, Could you please try upgrading to the current build (201)? https://www.pdf-xchange.com/product/downloads It is possible that the developers have already resolved this issue, as there are numerous bug fixes between build 188 and 201, so it would be best to try this before proceeding further. -Wal...
by Walter-Tracker Supp
Mon May 21, 2012 6:19 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Name a Sticky Note Annotation
Replies: 7
Views: 4107

Re: Name a Sticky Note Annotation

High level pro functions don't support this and you may be able to accomplish it through the low level functions but we do not provide support for this as it requires low level knowledge of PDF structure. We provide the low level API for the use of those who have extensive knowledge of the PDF forma...
by Walter-Tracker Supp
Thu May 17, 2012 8:26 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_AddTextAnnotation
Replies: 4
Views: 2863

Re: PXCp_AddTextAnnotation

Sorry, it is not in the VBExamples that I downloaded from your site. There is no example of the PXCp_AddTextAnnotation function in the VB6 sample you listed. I was able to find it in the VBNetExamples folder and adapt it. Oh, my apologies. I thought it was in there. The paradigm for usage is basica...
by Walter-Tracker Supp
Thu May 17, 2012 5:49 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

I do not see any obviuos problems with this code, but I need you to clarify the other questions I asked regarding the intermittency of this problem.
by Walter-Tracker Supp
Thu May 17, 2012 5:47 pm
Forum: PDF-XChange Viewer SDK
Topic: NewDocumentFromRTF does not show header or footer from RTF
Replies: 7
Views: 2895

Re: NewDocumentFromRTF does not show header or footer from R

I would have to check with the other developers to confirm this, but yes, this feature will likely be in version 3 but we will not be adding it to version 2.5.

-Walter
by Walter-Tracker Supp
Wed May 16, 2012 8:40 pm
Forum: PDF-XChange Viewer SDK
Topic: NewDocumentFromRTF does not show header or footer from RTF
Replies: 7
Views: 2895

Re: NewDocumentFromRTF does not show header or footer from R

It turns out that this version of RTF import does not support headers; you can use the PDFXchange driver to print this document from word to PDF, or Office2PDF for batch conversions. To accomplish this in a programmatic way, you can use the driver API.

-Walter
by Walter-Tracker Supp
Wed May 16, 2012 8:28 pm
Forum: PDF-XChange Viewer SDK
Topic: NewDocumentFromRTF does not show header or footer from RTF
Replies: 7
Views: 2895

Re: NewDocumentFromRTF does not show header or footer from R

I have confirmed that the method does not include the header; will check with the developers of this product and see if there's a way to remedy this.

-Walter
by Walter-Tracker Supp
Wed May 16, 2012 8:16 pm
Forum: PDF-XChange Viewer SDK
Topic: NewDocumentFromRTF does not show header or footer from RTF
Replies: 7
Views: 2895

Re: NewDocumentFromRTF does not show header or footer from R

Thank you for this report; we will look into it with the sample you submitted and get back to you soon.

-Walte
r
by Walter-Tracker Supp
Wed May 16, 2012 8:13 pm
Forum: PDF-XChange Viewer (End Users)
Topic: one document, two different pages on screen
Replies: 1
Views: 1111

Re: one document, two different pages on screen

Yes, this is possible; you have to allow multiple documents and multiple instances as described in this knowledgebase article: https://www.pdf-xchange.com/knowledgebase/239-How-do-I-use-multiple-instances-of-the-viewer Once you do this you can open the same document twice and view different pages. T...
by Walter-Tracker Supp
Wed May 16, 2012 7:29 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_AddTextAnnotation
Replies: 4
Views: 2863

Re: PXCp_AddTextAnnotation

Yes, we have a VB6 example in:

C:\Program Files\Tracker Software\PDF-XChange PRO 4 SDK\Examples\SDKExamples\VBExamples\PXCPro_Demo

(Directory may change depending on your installation directory).
by Walter-Tracker Supp
Wed May 16, 2012 3:12 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

Hi, Glad to hear you have got the interface sorted out. However, we still have some work to do it seems. Most importantly, can you clarify what you mean by "sometimes?" Does it display the dialog box whenever you try to save a file, or do you really mean that sometimes it does not display ...
by Walter-Tracker Supp
Mon May 14, 2012 9:49 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

I believe this may be where to find information:

http://msdn.microsoft.com/en-us/library/dd301404.aspx
by Walter-Tracker Supp
Mon May 14, 2012 9:28 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

I was a little bit imprecise in my previous response: PXCComLib is a namespace in one of the C# demos but it is also the progid used for the COM DLL (as registered in the windows registry) which you can use to retrieve the printer interface via the class factory IPXCControlEx / CPXCControlEx. The ba...
by Walter-Tracker Supp
Mon May 14, 2012 9:16 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10405

Re: AddImageWatermark and AddTextWatermark for API

Hi, I have been unable to build your VB6 project - however I will still do my best to help you.

Could you try adding only a single watermark, using the same image. If this fails, try to do the same with a different image and see if this works?

-Walter
by Walter-Tracker Supp
Mon May 14, 2012 5:38 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Drawing a rect with PDF-Tools
Replies: 21
Views: 7704

Re: Drawing a rect with PDF-Tools

Yesterday I managed to draw a rectangle I needed but the restriction is - it must be a new pdf document. It's a pity! :D Now I'm trying to delete line annotations directly in dictionaries. By the way I can create a line annotation of any thickness with the function PXCp_AddLineAnnotationW, there is...
by Walter-Tracker Supp
Thu May 10, 2012 10:57 pm
Forum: PDF-X OCR SDK
Topic: C# demo and wrapper available
Replies: 0
Views: 3322

C# demo and wrapper available

I would like to announce that in response to a couple of queries, we have made a C# demo and wrapper available that will let you easily make use of the OCR SDK in your C# applications. You can look at Form1.cs for example usage for creating searchable PDFs. All you must do is include PDFXOCR_Funcs.c...
by Walter-Tracker Supp
Thu May 10, 2012 10:52 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

Here is the fixed C# demo application.
by Walter-Tracker Supp
Thu May 10, 2012 10:36 pm
Forum: PDF-XChange Viewer SDK
Topic: Printing multiple files with only one dialog
Replies: 8
Views: 4346

Re: Printing multiple files with only one dialog

This seems to work partially, however it does not seem to persist any changes made to the actual printer. Ie if you change any printer properties those only seem to affect the initial document being printed out when the print dialog opens initially. I believe printer properties are handled by the p...
by Walter-Tracker Supp
Thu May 10, 2012 8:54 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

Please note that I have found a bug in the wrapper; an "int" type has been used for some pointers, where in fact an IntPtr type is needed to ensure full interoperability for both 32 and 64 bit versions. I am making the changes and will post an update shortly.
by Walter-Tracker Supp
Thu May 10, 2012 4:57 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

PXCComLib is just a namespace in C# (and a COM progid in the windows registry.) I cannot see anything wrong with your get_Printer() syntax, unless it turns out that you should be using the C++ version and passing a CPXCPrinter pointer as the last argument (I don't know how NAVISION works). -Walter H...
by Walter-Tracker Supp
Wed May 09, 2012 10:39 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10405

Re: AddImageWatermark and AddTextWatermark for API

Please try placing each watermark (text, and then image) in isolation to help narrow down which one might be causing the problem.

It could be something as simple as failing to load the image from disk (e.g. incorrect path).

-Walter
by Walter-Tracker Supp
Wed May 09, 2012 10:13 pm
Forum: PDF-XChange Viewer SDK
Topic: Printing multiple files with only one dialog
Replies: 8
Views: 4346

Re: Printing multiple files with only one dialog

I will check to see whether it is possible to do this with one simple command (save all print settings), but in the meantime you can do it with GetProperty and SetProperty. E.g.: After opening the print dialogue and printing, save the setting for "Collate" with: HRESULT hr = m_spView->GetP...
by Walter-Tracker Supp
Wed May 09, 2012 8:14 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to switch from spread to single-page?
Replies: 1
Views: 1948

Re: How to switch from spread to single-page?

There is no simple way to split those pages with the SDK since they are really just large single pages. You could attempt to have a go at it using the low level PDF structure manipulation functions, but this will require good knowledge of the PDF format, and you may have to deal with splitting image...
by Walter-Tracker Supp
Wed May 09, 2012 7:30 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10405

Re: AddImageWatermark and AddTextWatermark for API

PDFPrinter.AddImageWatermark "I", "P:\DOCTRAK FORMS\temp\Lake\Older Stuff\LAKOrderVerification.bmp", -1, 210, 297, 17, 0, 0, 0, 50, 796, 0, "" The syntax for this function is: Sub AddImageWatermark( sName As String, sImageFileName As String, dwTranscolor As Long, dwWid...
by Walter-Tracker Supp
Wed May 09, 2012 5:16 pm
Forum: PDF-XChange Drivers API SDK
Topic: Automation with MS Dynamics NAV
Replies: 53
Views: 24973

Re: Automation with MS Dynamics NAV

After installing the PDF XChange 4 API, the C# example is installed in: [InstallationDirectory]\PDF-XChange 4 API\Examples\APIExamples\C#Examples\PDFdriverAPI\ The syntax to create a printer object instance is in the class found in the example project's Form1.cs source: [...] PXCComLib.CPXCPrinter P...
by Walter-Tracker Supp
Wed May 09, 2012 4:34 pm
Forum: PDF-XChange Viewer SDK
Topic: Trigger OCR Programatically?
Replies: 8
Views: 3152

Re: Trigger OCR Programatically?

This is not currently possible with the Active-X viewer, however if you have the FULL PDF-XChange Pro SDK (not just the Viewer SDK) with the OCR DLL, you can accomplish it that way in a fully automated manner.

-Walter
by Walter-Tracker Supp
Mon May 07, 2012 5:36 pm
Forum: PDF-XChange Viewer SDK
Topic: Replacing images
Replies: 1
Views: 1133

Re: Replacing images

You cannot use the Viewer SDK or the Viewer Active-X control for this. We have a Tool SDK and Pro SDK which let you retrieve images and place images on pages, but there is no direct way to replace images with other ones. You could place new images over top of old ones, as something of a workaround. ...
by Walter-Tracker Supp
Fri May 04, 2012 7:02 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDFX4DRV_API.pdf Documentation Woes
Replies: 24
Views: 11937

Re: PDFX4DRV_API.pdf Documentation Woes

Hi Stefan Another confusing point (pardon the pun) is the FontSize in Section HeaderFooters. This has a similar description "Specifies font size for the text. Font size is specified in tenth of point" but also states "Default value: 100" Is the default really 100 point or is tha...
by Walter-Tracker Supp
Fri May 04, 2012 5:41 pm
Forum: PDF-XChange Viewer SDK
Topic: Crop White Space
Replies: 7
Views: 3398

Re: Crop White Space

Could you please advise me a function from your PDF Tools Library to handle such objects in a pdf document (e.g. a white space object surrounding smaller color object to be cropped -> see the the Walter's answer a white rectangular object that is larger than the blue rectangle )? I couldn't find an...
by Walter-Tracker Supp
Thu May 03, 2012 5:22 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

No problem. It's been on the TO-DO list for awhile and your request was the final push we needed. We haven't yet tested all the functionality in the wrapper, so if you come upon any problems please contact us and we will fix them. We will be conducting our own testing over the next week or so, and w...
by Walter-Tracker Supp
Thu May 03, 2012 4:16 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

I am receiving an missing DLL error: Unable to load DLL 'ocrtools': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Yes, you need to download the SDK and copy the DLL (ocrtools.dll, or ocrtools-x64.dll (64 bit)) to your project executable directory. If you use the 64 b...
by Walter-Tracker Supp
Thu May 03, 2012 12:31 am
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

A preliminary version of the C# demo is complete. Please find it attached. This is not an official release, and won't be included in the SDK installer until we have had a chance to more thoroughly test it. Please ensure you test it rigorously before putting it into production, or wait until we have ...
by Walter-Tracker Supp
Wed May 02, 2012 7:15 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

We are working on this now and should hope to have a demo and wrapper ready in the next day or so.

-Walter
by Walter-Tracker Supp
Wed May 02, 2012 5:06 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

Thanks...I need to determine if OCR library is the right solution. Can you you provide a little more guidance on how to create the wrapper. Which library files and header files to include? thanks, Rob The C++ header files, ocrtools.h and ocr_types.h, contain the structures and functions you need to...
by Walter-Tracker Supp
Tue May 01, 2012 9:20 pm
Forum: PDF-XChange Drivers API SDK
Topic: PageSizeIndex
Replies: 10
Views: 4938

Re: PageSizeIndex

Ah, found it. In Word 2010, go File->Options->Advanced. Scroll down to the "Print" section and uncheck "Scale content for A4 or 8.5x11" paper sizes".
by Walter-Tracker Supp
Tue May 01, 2012 9:17 pm
Forum: PDF-XChange Drivers API SDK
Topic: PageSizeIndex
Replies: 10
Views: 4938

Re: PageSizeIndex

I have been informed that the issue is that word has an option to automatically resize to letter or A4 depending on your location (e.g. Europe or the Americas). There is a switch somewhere in Word to turn this off; in older versions of office it is under the Print->Options->"Allow A4/Letter res...
by Walter-Tracker Supp
Tue May 01, 2012 8:49 pm
Forum: PDF-XChange Drivers API SDK
Topic: PageSizeIndex
Replies: 10
Views: 4938

Re: PageSizeIndex

Can you provide a sample output PDF to look at? Anything that shows the page size irregularity you speak of. You can either attach it to the forum, or send it to our email (support@pdf-xchange.com).
by Walter-Tracker Supp
Tue May 01, 2012 6:30 pm
Forum: PDF-X OCR SDK
Topic: Tiff to Searchable PDF
Replies: 26
Views: 12104

Re: Tiff to Searchable PDF

Actually we do not currently have an OCR C# sample, however this is something we are hoping to add in the next little while. I realize this does not help you much, as you are looking for a solution right now, but we added the OCR SDK as a free bonus feature a couple of months ago and as such have no...
by Walter-Tracker Supp
Tue May 01, 2012 6:22 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDFdriverAPI example project: Word to PDF ocr issue
Replies: 28
Views: 11720

Re: PDFdriverAPI example project: Word to PDF ocr issue

Walter, Thank you for your response. Do you or your driver experts know if there is a way around this? Can we somehow fool Word with the Tracker API? Might there be a way to simulate that you're another type of driver? or somehow not allow responses from Word on print driver types? This is basicall...
by Walter-Tracker Supp
Tue May 01, 2012 4:46 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDFdriverAPI example project: Word to PDF ocr issue
Replies: 28
Views: 11720

Re: PDFdriverAPI example project: Word to PDF ocr issue

Okay, what I suspected (and have confirmed) is that our driver is not a postscript driver, so you cannot send postscript commands (as they are ignored). Word's API is kindly informing you that our printer is not compatible, and so you'll have to work with that in order to determine how to ignore the...
by Walter-Tracker Supp
Tue May 01, 2012 4:24 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDFdriverAPI example project: Word to PDF ocr issue
Replies: 28
Views: 11720

Re: PDFdriverAPI example project: Word to PDF ocr issue

I will need to check with one of the driver experts (developers); I have an inkling of what's going on but I want to be sure. I'll get back to you as soon as I can get some time with him (this morning).

-Walter
by Walter-Tracker Supp
Mon Apr 30, 2012 7:13 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

OnDocSpooled is triggered once the document has been sent to the print driver (but possibly before it has been saved as a PDF) - e.g. before the user is requested to input a filename for an interactive job. OnFileSaved is not triggered until the file has been completely written to disk. In either ca...