Search found 22 matches

by musabio
Fri May 08, 2015 9:52 pm
Forum: PDF-XChange Drivers API SDK
Topic: Save As Dialog Hidden Behind App Window
Replies: 3
Views: 1980

Re: Save As Dialog Hidden Behind App Window

The driver About box shows: PDF-XChange Printer 2012 Version: 5.5 Build 312.1 Windows 7 Professional x64 (Build 7601: Service Pack 1) Interestingly, after resetting my PC, the problem has gone away. (I have the feeling that it must have been working correctly earlier too or I would have noticed it t...
by musabio
Thu May 07, 2015 11:14 pm
Forum: PDF-XChange Drivers API SDK
Topic: Save As Dialog Hidden Behind App Window
Replies: 3
Views: 1980

Save As Dialog Hidden Behind App Window

At least under Windows 7, we are finding that the Save As Dialog open appears underneath the app window. It shows up on the Task Bar, but users often don't see it there and thus think the application is hung when it is just waiting on the modal dialog. The problem is particularly bad if the Saver.Sh...
by musabio
Thu May 07, 2015 7:15 pm
Forum: PDF-XChange Drivers API SDK
Topic: Terminal Server (RDP) Client Printer Licensing
Replies: 8
Views: 4012

Re: Terminal Server (RDP) Client Printer Licensing

Thanks for the follow-up. I wasn't clear either in what I said or what I was thinking. What I meant was that from the user's perspective, they select the original end-user printer (e.g. in a printer selection dialog box), and then the application recognizes it as the PDF-XChange printer and creates ...
by musabio
Fri May 01, 2015 3:21 pm
Forum: PDF-XChange Drivers API SDK
Topic: Terminal Server (RDP) Client Printer Licensing
Replies: 8
Views: 4012

Re: Terminal Server (RDP) Client Printer Licensing

I'm starting to worry about Ivan. Did he ever make it back?
Jack
by musabio
Tue Apr 28, 2015 10:30 pm
Forum: PDF-XChange Drivers API SDK
Topic: DevMode properties SOLVED
Replies: 3
Views: 2360

Re: DevMode properties SOLVED

Fair enough.
Thanks,
Jack
by musabio
Mon Apr 27, 2015 9:42 pm
Forum: PDF-XChange Drivers API SDK
Topic: DevMode properties SOLVED
Replies: 3
Views: 2360

DevMode properties SOLVED

The sample program and a few of these forum posts have reference to a set of DevMode properties, e.g. DevMode.PapSize. But I can find no mention of this in the documentation. It's not clear to me that we need such a feature, as presumably we can access and set all the DEVMODE properties via the Wind...
by musabio
Mon Apr 27, 2015 9:36 pm
Forum: PDF-XChange Drivers API SDK
Topic: Paper size confusion SOLVED
Replies: 3
Views: 2339

Re: Paper size confusion SOLVED

Understood. Not thrilled, but I can implement a workaround for people who don't prefer to use the locale default size.
Thanks,
Jack
p.s. I'm going to follow up on the DevMode question separately.
by musabio
Sat Apr 25, 2015 7:36 pm
Forum: PDF-XChange Drivers API SDK
Topic: Paper size confusion SOLVED
Replies: 3
Views: 2339

Paper size confusion SOLVED

In the process of upgrading from the v3 to v5 driver, I noticed that the paper size logic has changed, or I don't understand how it works. Previously (v3), the initial default paper size was determined by the driver Printing Preferences Settings dialog. Now it appears to be forced to A4, regardless ...
by musabio
Fri Apr 24, 2015 9:58 pm
Forum: PDF-XChange Drivers API SDK
Topic: Email.Cc and Bcc doc typos
Replies: 1
Views: 1451

Email.Cc and Bcc doc typos

Hi, FYI, it appears to me that the online driver API doc has a couple of typos for the above properties. They show in the doc as "Cc" and "Bcc", but I believe they are case sensitive and must be "CC" and "BCC" respectively, i.e. ALL CAPS. (This also matches th...
by musabio
Thu Apr 09, 2015 4:50 pm
Forum: PDF-XChange Drivers API SDK
Topic: Bookmarks.DisplayMode doc typo?
Replies: 3
Views: 2165

Re: Bookmarks.DisplayMode doc typo?

Just to clarify, in general the descriptive text values (e.g. "True", "False", "ByItem", "256AES", "FitHeight", etc.) normally work as self-documenting versions of the numeric equivalents. This is the only case I've come across where the text didn't ...
by musabio
Tue Apr 07, 2015 11:59 pm
Forum: PDF-XChange Drivers API SDK
Topic: Bookmarks.DisplayMode doc typo?
Replies: 3
Views: 2165

Bookmarks.DisplayMode doc typo?

It appears to me (from trial and error testing) that the "AllOpened" value of the Bookmarks.DisplayMode property is not recognized, and acts the same as "AllClosed". However, using "0" works as expected. And the other values (e.g. "ByItem" and "OpenToLeve...
by musabio
Tue Apr 07, 2015 1:00 am
Forum: PDF-XChange Drivers API SDK
Topic: Terminal Server (RDP) Client Printer Licensing
Replies: 8
Views: 4012

Re: Terminal Server (RDP) Client Printer Licensing

I'm using the SDK, as in the CExAPI example. (By "...installed on the server" I meant the SDK/API version of the printer installation.)
by musabio
Fri Apr 03, 2015 9:46 pm
Forum: PDF-XChange Drivers API SDK
Topic: Terminal Server (RDP) Client Printer Licensing
Replies: 8
Views: 4012

Terminal Server (RDP) Client Printer Licensing

The environment is W2003 Terminal Server with Windows 7 RDP clients. When the PDF-XChange Printer 2012 is installed on the server, our application can select and print to it from any client connection. However when the PDF-XChange Printer 2012 driver is NOT installed on the server, but IS installed ...
by musabio
Wed Mar 25, 2015 6:11 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to Set Time Stamp Server (DigiSig)
Replies: 3
Views: 1846

Re: How to Set Time Stamp Server (DigiSig)

Beautiful. Works as expected. Thank you!

(Just curious though: how does anyone else figure this stuff out if it's not documented?)
Jack
by musabio
Tue Mar 24, 2015 5:54 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to Set Time Stamp Server (DigiSig)
Replies: 3
Views: 1846

How to Set Time Stamp Server (DigiSig)

How can I specify the time stamp server for digital signatures via the driver API? I tried setting it in the driver properties manually (by enabling signing, adding the server, then disabling signing in the driver dialog), which would be ok because there's probably no need to set it on a per-documen...
by musabio
Tue Mar 24, 2015 5:18 pm
Forum: PDF-XChange Drivers API SDK
Topic: Cannot get Digital Signature to work
Replies: 3
Views: 2359

Re: Cannot get Digital Signature to work

Brilliant. I'm not sure why I failed to find that article when searching, but in any case it's now clear: a) Hash refers to the "Thumbprint" b) There is no defaulting and no exception thrown - without valid hash/thumbprint, no signature is added c) Hash value must be supplied as an explici...
by musabio
Tue Mar 24, 2015 12:41 am
Forum: PDF-XChange Drivers API SDK
Topic: Cannot get Digital Signature to work
Replies: 3
Views: 2359

Cannot get Digital Signature to work

I'm nearly done converting my app from the old v3 driver interface to the new one, and the main feature I can't get working is digital signatures via the driver API. Note that is a demo mode evaluation (following your own advice I'm verifying that I can get everything to work before purchasing the l...
by musabio
Thu Mar 19, 2015 10:16 pm
Forum: PDF-XChange Drivers API SDK
Topic: DigSig vs DigiSig ?
Replies: 3
Views: 2412

Re: DigSig vs DigiSig ?

Thanks for the clarification on the typo. Now on to getting digital signatures to work...
by musabio
Thu Mar 19, 2015 8:51 pm
Forum: PDF-XChange Drivers API SDK
Topic: Licensing complications
Replies: 1
Views: 1803

Licensing complications

I am working through the various issues in updating our application to support the new V5 COM driver API (vs. the V3 'escape' API). One complication which I'm not sure how to handle is that we use a tree control (SftTree from softelvdm) which supports its own print rendering that is used within our ...
by musabio
Wed Mar 18, 2015 11:28 pm
Forum: PDF-XChange Drivers API SDK
Topic: DigSig vs DigiSig ?
Replies: 3
Views: 2412

DigSig vs DigiSig ?

Is the digital signature properties section named DigSig or DigiSig (e.g. DigSig.Enabled vs DigiSig.Enabled )? The User Guide says DigSig , but I get an error when attempting to set any of the properties, which I don't get when using DigiSig . (And the 3.0 version of the driver API used "Securi...
by musabio
Wed Mar 18, 2015 9:56 pm
Forum: PDF-XChange Print Drivers
Topic: Save.ShowSaveDialog initial directory wrong
Replies: 3
Views: 1865

Re: Save.ShowSaveDialog initial directory wrong

Works like a charm - thanks!

As an aside, is it intentionally undocumented, or is there a later (than April 17, 2014) version of the PDF-XChange Drivers API SDK 2012 User Manual?

Thanks again,
Jack
by musabio
Tue Mar 17, 2015 10:02 pm
Forum: PDF-XChange Print Drivers
Topic: Save.ShowSaveDialog initial directory wrong
Replies: 3
Views: 1865

Save.ShowSaveDialog initial directory wrong

When the Save.ShowSaveDialog is enabled, the dialog starts in the directory last used in a prior save, rather than in the directory corresponding to the Save.File and/or Save.Path value. You can reproduce this in the CExAPI sample program by just enabling the option. You'll see that the dialog comes...