Search found 18 matches

by wings software
Wed Jul 18, 2018 8:47 am
Forum: PDF-XChange Viewer SDK
Topic: OLE error 82132713
Replies: 4
Views: 5500

Re: OLE error 82132713

Thanks, Vasyl. I just got the information from the customer that updating our software (which rewrites the Languages directory) solved the problem. So I guess this got corrupted somehow.
Thanks again for your help!

Jan
by wings software
Tue Jul 10, 2018 11:30 am
Forum: PDF-XChange Viewer SDK
Topic: OLE error 82132713
Replies: 4
Views: 5500

OLE error 82132713

A customer of mine is having a problem since a few days. The first time the PDF-XChange Viewer is shown in my application he receives the following error message: OLE error 82132713 He can click away the error message and after that, he can use the PDF Viewer without a problem until he closes the ap...
by wings software
Tue May 31, 2016 3:23 pm
Forum: PDF-XChange Viewer SDK
Topic: Avoid javascript SOLVED
Replies: 4
Views: 2387

Re: Avoid javascript SOLVED

You may disable JS-executing fully by:
Thanks, works great.

Jan
by wings software
Fri May 20, 2016 12:37 pm
Forum: PDF-XChange Viewer SDK
Topic: Avoid javascript SOLVED
Replies: 4
Views: 2387

Avoid javascript SOLVED

Hi, Is there a way to avoid embedded javascript to be executed when opening a pdf in the ActiveX Viewer? I did a test and I can automatically open a (potentially dangerous) web page using launchURL(). Since it is possible that my users open a pdf file that comes from an untrusted source (email) I wa...
by wings software
Fri Aug 21, 2015 11:57 am
Forum: PDF-XChange Viewer SDK
Topic: Windows 10 support
Replies: 9
Views: 3292

Re: Windows 10 support

OMG :roll: Same here!

I was pretty sure I had the last version installed! :oops:

The weird thing was that it worked sometimes.

Thanks,

Jan
by wings software
Thu Aug 20, 2015 12:41 pm
Forum: PDF-XChange Viewer SDK
Topic: Windows 10 support
Replies: 9
Views: 3292

Re: Windows 10 support

Hi Aaron,

Exactly the same findings here: no problem with the demo applications.
I'm still trying to slim down my application to the smallest one possible that still has the problem...

Thanks,

Jan
by wings software
Tue Aug 18, 2015 7:02 am
Forum: PDF-XChange Viewer SDK
Topic: Windows 10 support
Replies: 9
Views: 3292

Re: Windows 10 support

I use a manifest file, but it seems not to make any difference when I register the ActiveX DLL.

Jan
by wings software
Fri Aug 14, 2015 12:35 pm
Forum: PDF-XChange Viewer SDK
Topic: Windows 10 support
Replies: 9
Views: 3292

Windows 10 support

Hi, I'm having a "catastrophic failure" on the Viewer ActiveX component (Delphi XE) on Windows 10, that wasn't there on previous versions of Windows. But unlike a similar problem that we had with a previous version of PDF-XChange Viewer when Windows 8.1 came out, this time, the problem doe...
by wings software
Mon Jul 06, 2015 3:35 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Metadata (XMP)
Replies: 5
Views: 3178

Re: Metadata (XMP)

Thanks for the info, John. This looks quite impressive :D
Can't wait to take a look at this...

Jan
by wings software
Thu Jun 25, 2015 3:31 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Metadata (XMP)
Replies: 5
Views: 3178

Re: Metadata (XMP)

Thanks for the reply, Ivan.

Any chance that this will be supported in the near future? I need support for ZUGFeRD invoices (PDF/A-3b with xml attachment and specific metadata). Until now I could do anything I needed with your excellent software, but now I'm hitting a brick wall... :(

Jan
by wings software
Tue Jun 23, 2015 3:33 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Metadata (XMP)
Replies: 5
Views: 3178

Metadata (XMP)

Hi,

Is there a way to view/edit the XMP metadata of a PDF file using the PDF Tools SDK?

TIA,

Jan
by wings software
Tue Aug 19, 2014 3:25 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDF-XChange Driver registration
Replies: 1
Views: 1606

PDF-XChange Driver registration

Hi,

Simple question: is it possible to use the PDF-XChange Driver without actually registering it via an installer? Like the manifest file solution of the PDF-XChange Viewer ActiveX...

I'm using PDF-XChange PRO 5 SDK.

TIA,

Jan
by wings software
Mon Sep 03, 2012 11:31 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Unclear Documentation - PXCp_StringGetB
Replies: 6
Views: 4191

Re: Unclear Documentation - PXCp_StringGetB

After checkign this with one of my colleagues he says that you must allocate this buffer yourself. Stefan, Indeed, the phrasing of my remark was a bit awkward. I was aware of the fact that with PXCpStringGetB you get a copy of the characters in your own allocated buffer. However, Nico seemed to imp...
by wings software
Mon Sep 03, 2012 9:08 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_VariantGetString documentation question
Replies: 3
Views: 2729

PXCp_VariantGetString documentation question

Hi,

Do I have to release the string handle returned by PXCp_VariantGetString() or not? My impression is *not*, because the application crashes when I PXCp_StringDelete() the string handle, however, the documentation is not clear over this.

TIA,

Jan
by wings software
Mon Sep 03, 2012 8:05 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Unclear Documentation - PXCp_StringGetB
Replies: 6
Views: 4191

Re: Unclear Documentation - PXCp_StringGetB

The function always creates a buffer internally and returns a handle to that buffer which is hString. It may well be the case that the function creates the internal buffer for holding the string characters, but IMO it doesn't return a handle to it. If I'm not mistaken, the string handle has to be c...
by wings software
Tue Aug 28, 2012 8:16 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF-Tools SDK equivalent of FlattenAnnots
Replies: 3
Views: 2764

Re: PDF-Tools SDK equivalent of FlattenAnnots

Nico, You can use the JavaScript functions from PDF-Tools with function: PXC_AddJavaScript to use your JavaScript functions to get the fields values. Reading the documentation I was under the impression that PXC_AddJavaScript would add some JS code that is executed within the viewer. I tried to add ...
by wings software
Mon Aug 27, 2012 12:56 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF-Tools SDK equivalent of FlattenAnnots
Replies: 3
Views: 2764

PDF-Tools SDK equivalent of FlattenAnnots

Hi,

Is there a PDF-Tools SDK equivalent for the JS flattenPages() function or the Viewer SDK FlattenAnnots function? Actually, my goal is to extract the text from form fields using the Tools SDK...

TIA,

Jan