Search found 14 matches

by DISystemer
Fri Mar 29, 2019 11:59 am
Forum: PDF-XChange Drivers API SDK
Topic: Windows permissions
Replies: 4
Views: 6627

Re: Windows permissions

Thank you Stefan, I hope you are able to find an explanation. By the way, I run Windows 10, and the application in question is made with extend (AcuCobol) and running through this runtime (wrun32). We also have applications written in Delphi and they seem to run fine with PDF-XChange 7. Just let me ...
by DISystemer
Wed Mar 27, 2019 11:10 am
Forum: PDF-XChange Drivers API SDK
Topic: Windows permissions
Replies: 4
Views: 6627

Windows permissions

Hi, after installing version 7 of PDF-XChange drivers API our application is no longer able to print. We have traced it down to a Windows permissions issue: if we enter a breakpoint in the application after the printer is created, but before printing actually starts, and modify Windows permissions f...
by DISystemer
Fri Dec 22, 2017 12:48 pm
Forum: PDF-XChange Core API SDK
Topic: invalid floating point operation during IPXC_Document.WriteToFile
Replies: 2
Views: 1441

invalid floating point operation during IPXC_Document.WriteToFile

I have a simple Delphi procedure to merge two PDF files. procedure MergePDF; var PXCInst: IPXC_Inst; document1, document2: IPXC_Document; count1, count2: ULONG_T; begin PXCInst := CoPXC_Inst.Create; PXCInst.Init(key); document1 := PXCInst.OpenDocumentFromFile(PWideChar(filename1), nil, nil, 0, 0); d...
by DISystemer
Mon Apr 23, 2012 6:56 am
Forum: PDF-XChange Drivers API SDK
Topic: StartDoc fails when running under IIS 6
Replies: 5
Views: 4026

Re: StartDoc fails when running under IIS 6

Hi, I have verified that the InstallPath value points to the correct path.
What exactly do you mean by "this path is available under IIS": Should we make a virtual directory under the site, or should the user running the web service have access to this path?

Best regards, Arnstein
by DISystemer
Fri Apr 20, 2012 4:56 pm
Forum: PDF-XChange Drivers API SDK
Topic: StartDoc fails when running under IIS 6
Replies: 5
Views: 4026

Re: StartDoc fails when running under IIS 6

Sorry, my mistake. I am using the pdf-XChange API.

Best regards, Arnstein
by DISystemer
Fri Apr 20, 2012 12:58 pm
Forum: PDF-XChange Drivers API SDK
Topic: StartDoc fails when running under IIS 6
Replies: 5
Views: 4026

StartDoc fails when running under IIS 6

Hi, We are currently testing PDF generation by a web service. We have written a service in C#/.Net that calls a dll (written in Delphi) that uses the pdf-XChange 4 printer driver to generate a pdf file. However, this does not work. The initialization of the printer is ok, but the call to StartDoc (i...
by DISystemer
Wed Sep 28, 2011 12:22 pm
Forum: PDF-XChange Drivers API SDK
Topic: PXC::IPXCControlEx::GetPrinterW() generating exception error
Replies: 21
Views: 10307

Re: PXC::IPXCControlEx::GetPrinterW() generating exception e

Yes, the error code is -2147467259 (0x80004005).
by DISystemer
Tue Sep 27, 2011 8:14 am
Forum: PDF-XChange Drivers API SDK
Topic: PXC::IPXCControlEx::GetPrinterW() generating exception error
Replies: 21
Views: 10307

Re: PXC::IPXCControlEx::GetPrinterW() generating exception e

Hi, I have the same problem as Nick. The call to IPXCControlEx.Get_Printer return an EOleException with message "Unspecified error". We use Delphi XE, and we also have the same problem when running tracker's DriverAPI example program. Code: procedure TForm1.InitSaverObj; var prnt:OleVarian...
by DISystemer
Fri Jul 29, 2011 1:17 pm
Forum: PDF-XChange Drivers API SDK
Topic: Event sink / DispID 8
Replies: 1
Views: 2116

Event sink / DispID 8

We are using an event sink to process events from the PDF-XChange driver. As I'm sure you know, the event sink has a method called Invoke which is called with, among others, a parameter called DispID. in the documentation we have found explanation of values 1-7 for this parameter (1 is StartDoc etc....
by DISystemer
Thu May 26, 2011 10:42 am
Forum: PDF-XChange Drivers API SDK
Topic: Problem setting default printer running under IIS
Replies: 15
Views: 7503

Re: Problem setting default printer running under IIS

Hi

Attached is a demo that you could use to reproduce the problem.

The zip-file contains three projects: service, web client and a WPF-stand-alone.

The stand-alone app is able to change default printer, the service is not.

Looking forward to hear from you Paul.
by DISystemer
Wed May 25, 2011 6:57 am
Forum: PDF-XChange Drivers API SDK
Topic: Problem setting default printer running under IIS
Replies: 15
Views: 7503

Re: Problem setting default printer running under IIS

Hi Thank you for your response and I can tell you the sample is working well as long as I'm in a WinForm or WPF. As I said in my first post this functionality is placed in code running as a service under IIS and it doesn't work. I dont get any exceptions, it runs without any problems, but default pr...
by DISystemer
Tue May 24, 2011 12:42 pm
Forum: PDF-XChange Drivers API SDK
Topic: Problem setting default printer running under IIS
Replies: 15
Views: 7503

Problem setting default printer running under IIS

Hi I'm developing a WCF service that clients should be able to send HTML and receivce a PDF-version of the HTML. Problem right now is to set the "PDF-XChange 4.0" printer to be the default printer. I have downloaded a trial version of the PDF-XChange Pro 4 SDK but have no idea how to start...