Search found 5522 matches

by Sasha - Tracker Dev Team
Thu Feb 04, 2021 12:56 pm
Forum: PDF-XChange Editor SDK
Topic: v9.351: serious memory corruption issue - app crashes with "faulting module sdk.dll" SOLVED
Replies: 16
Views: 2317

Re: v9.351: serious memory corruption issue - app crashes with "faulting module sdk.dll" SOLVED

Hello zarkogajic,

Well let's hope that this info is enough for the problem investigation.

Cheers,
Alex
by Sasha - Tracker Dev Team
Thu Feb 04, 2021 11:36 am
Forum: PDF-XChange Core API SDK
Topic: VBA late binding
Replies: 9
Views: 4121

Re: VBA late binding

Hello anon5409742, Here's a small sample on VB6 that we had from earlier - please try using it: Dim objInst Set objInst = CreateObject("PDFXCoreAPI.PXC_Inst") 'call objInst.GetExtension("AUX") call objInst.Init("") Dim strMessage 'strMessage = "API version:" +...
by Sasha - Tracker Dev Team
Thu Feb 04, 2021 7:58 am
Forum: PDF-XChange Editor SDK
Topic: v9.351: serious memory corruption issue - app crashes with "faulting module sdk.dll" SOLVED
Replies: 16
Views: 2317

Re: v9.351: serious memory corruption issue - app crashes with "faulting module sdk.dll" SOLVED

Hello zarkogajic,

Thanks for detailed investigation. Forwarded this to the developer who can probably tell more on this matter.
By the way, is it by any chance possible to create a small working project to recreate this behavior?

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Feb 03, 2021 2:48 pm
Forum: PDF-XChange Editor SDK
Topic: Send by Email General MAPI Failure
Replies: 8
Views: 1405

Re: Send by Email General MAPI Failure

Hello RMan,

Thanks for that info! :)

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Feb 03, 2021 2:39 pm
Forum: PDF-XChange Editor SDK
Topic: v9.351: serious memory corruption issue - app crashes with "faulting module sdk.dll" SOLVED
Replies: 16
Views: 2317

Re: v9.351: serious memory corruption issue - app crashes with "faulting module sdk.dll" SOLVED

Hello zarkogajic, It's not a simple matter. Thanks for the investigation, I'm sure that it will help with finding out what the problem is. Also, it would be great if you can answer these questions - they will be of help: 1) Are you using the EOCR plugin (somehow)? 2) Many of the interfaces were chan...
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 1:13 pm
Forum: PDF-XChange Editor SDK
Topic: v8 vs v9 : IPXV_View (Get_StateFlags, IsDuplicate, OnBeforeSaveSession and Close) SOLVED
Replies: 5
Views: 970

Re: v8 vs v9 : IPXV_View (Get_StateFlags, IsDuplicate, OnBeforeSaveSession and Close) SOLVED

Hello zarkogajic,

For custom panes - you can skip implementing those - they won't be needed in that case.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 11:34 am
Forum: PDF-XChange Editor
Topic: "Error: [Pdf Structure Library]: End Of Data reached" when recompressing images SOLVED
Replies: 12
Views: 2550

Re: "Error: [Pdf Structure Library]: End Of Data reached" when recompressing images SOLVED

Hello David.P,

Thanks, got it - will forward it to the responsible developer for detailed investigation.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 11:33 am
Forum: PDF-XChange Editor
Topic: Select all pages that are link targets SOLVED
Replies: 14
Views: 4251

Re: Select all pages that are link targets SOLVED

Hello David.P,

We've just started implementing this one, so it should probably be ready for the 353 release, if all goes well.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 11:29 am
Forum: PDF-XChange Editor SDK
Topic: v8 vs v9 : IPXV_View (Get_StateFlags, IsDuplicate, OnBeforeSaveSession and Close) SOLVED
Replies: 5
Views: 970

Re: v8 vs v9 : IPXV_View (Get_StateFlags, IsDuplicate, OnBeforeSaveSession and Close) SOLVED

Hello zarkogajic, When we are talking about the IPXV_DocumentView, then: get_StateFlags will return PXV_ViewState_Modified when the IPXV_Document is modified. IsDuplicate - used for checking whether the given view is a duplicate of the passed view. It will first compare the view pointers, then the I...
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 8:44 am
Forum: PDF-XChange Editor SDK
Topic: Error after closing last form
Replies: 3
Views: 680

Re: Error after closing last form

Hello Freund,

This has been discussed on the forums previously and there are several threads on this matter. Here's one of them:
viewtopic.php?f=66&t=25161

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 8:43 am
Forum: PDF-XChange Editor SDK
Topic: Send by Email General MAPI Failure
Replies: 8
Views: 1405

Re: Send by Email General MAPI Failure

Hello RMan,

Thanks for the follow up!

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 8:43 am
Forum: PDF-XChange Editor SDK
Topic: Export a specific annot
Replies: 29
Views: 4710

Re: Export a specific annot

Hello lidds,

Right now there is no such a possibility. Though there is an RT-5358 for this one which I will try to implement in the nearest future. This should give a possibility to specify an array of annotations that should be exported.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Feb 01, 2021 8:39 am
Forum: PDF-XChange Editor SDK
Topic: Signing document without Save As dialog
Replies: 2
Views: 540

Re: Signing document without Save As dialog

Hello guys, What you can do is intercept the e.document.beforeSave event that is being launched before the saving begins. Get the IPXV_DocSaveEvent from it and then you can try removing the PXV_DocSave_Copy flag from the Flags property and also set the pDest to null - this will trigger the normal Sa...
by Sasha - Tracker Dev Team
Thu Jan 28, 2021 11:25 am
Forum: PDF-XChange Editor SDK
Topic: AxPXV_Control sometime can't be loaded in outlook 2019
Replies: 1
Views: 411

Re: AxPXV_Control sometime can't be loaded in outlook 2019

Hello qczhzh,

Please try using the latest SDK version and see whether this problem persists.

Cheers,
Alex
by Sasha - Tracker Dev Team
Thu Jan 28, 2021 9:34 am
Forum: PDF-XChange Core API SDK
Topic: Need help integrating Core API to Excel VBA Application to combine PDF SOLVED
Replies: 9
Views: 10620

Re: Need help integrating Core API to Excel VBA Application to combine PDF SOLVED

Hello anon5409742, The op.combineDocs is on the Editor SDK level like all of the operations are. Check out the CoreAPIDemo application that holds many samples on how to work with the CoreAPI and look at how the work with pages is being done: https://github.com/tracker-software/PDFCoreSDKExamples/tre...
by Sasha - Tracker Dev Team
Wed Jan 27, 2021 10:46 am
Forum: PDF-XChange Editor SDK
Topic: Printing with different PaperSource
Replies: 5
Views: 828

Re: Printing with different PaperSource

Hello Freund,

If you can't change this option from the End-User Editor, I'm afraid that it's not available through the SDK.

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Jan 27, 2021 10:40 am
Forum: PDF-XChange Editor SDK
Topic: Demo and Watermark
Replies: 9
Views: 1225

Demo and Watermark

:)
by Sasha - Tracker Dev Team
Wed Jan 27, 2021 9:30 am
Forum: PDF-XChange Editor SDK
Topic: Printing with different PaperSource
Replies: 5
Views: 828

Re: Printing with different PaperSource

Hello Freund,

Can you do that in the End-User Editor? If so, please make a screenshot of the desired option.

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Jan 27, 2021 8:29 am
Forum: PDF-XChange Editor SDK
Topic: Printing with different PaperSource
Replies: 5
Views: 828

Re: Printing with different PaperSource

Hello Freund,

Do you mean you want to switch between the two physical printers that you have?

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Jan 27, 2021 8:28 am
Forum: PDF-XChange Editor SDK
Topic: Demo and Watermark
Replies: 9
Views: 1225

Re: Demo and Watermark

Hello Freund, If that's the case then there are plenty of criteria that can slow down the printing. For starters, if you are printing from the End-User Editor, the document is already opened and thus everything is analyzed and loaded. When you are calling the print operation from code and giving it ...
by Sasha - Tracker Dev Team
Tue Jan 26, 2021 2:20 pm
Forum: PDF-XChange Editor SDK
Topic: Request: IPogressCallback for various op.'s SOLVED
Replies: 15
Views: 2435

Re: Request: IPogressCallback for various op.'s SOLVED

Hello zarkogajic,

Some of the operations do have an external IProgress object that can be specified in CAB. Though there aren't so many of these available. I will ask how this can be updated for all of them.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 26, 2021 2:18 pm
Forum: PDF-XChange Editor
Topic: How do I go back to Version 8?
Replies: 11
Views: 1431

Re: How do I go back to Version 8?

Hello guys,

Thanks for reporting about an issue with an Optimization!
We've made a fix already and it will be included in the 352 build.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 25, 2021 6:37 pm
Forum: PDF-XChange Editor SDK
Topic: Demo and Watermark
Replies: 9
Views: 1225

Re: Demo and Watermark

Hello Freund,

Well if the End-User Editor that you are experimenting with is x64 bit - it will run more efficiently. Also, are you calling the operation from the Control UI, or from the code?

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 25, 2021 11:48 am
Forum: PDF-XChange Editor SDK
Topic: Demo and Watermark
Replies: 9
Views: 1225

Re: Demo and Watermark

Hello Freund,

Are you using a Win32 platform or x64 one?

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 25, 2021 11:48 am
Forum: PDF-XChange Editor SDK
Topic: Word DOC to PDF conversion - internal links SOLVED
Replies: 17
Views: 3191

Re: Word DOC to PDF conversion - internal links SOLVED

Hello zarkogajic,

Yup - no automation here :(

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 25, 2021 10:27 am
Forum: PDF-XChange Editor SDK
Topic: Demo and Watermark
Replies: 9
Views: 1225

Re: Demo and Watermark

Hello Freund,

What language are you using while using the SDK? Also, what is the platform of your project?

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 25, 2021 10:25 am
Forum: PDF-XChange Editor SDK
Topic: Word DOC to PDF conversion - internal links SOLVED
Replies: 17
Views: 3191

Re: Word DOC to PDF conversion - internal links SOLVED

Hello zarkogajic,

There are several ways - you can ask the support via mail. Or you look at the Version History of the newest version and see whether that RT was fixed.

Cheers,
Alex
by Sasha - Tracker Dev Team
Fri Jan 22, 2021 12:18 pm
Forum: PDF-XChange Editor SDK
Topic: Unable to load PDFOptimize plugin
Replies: 8
Views: 1451

Re: Unable to load PDFOptimize plugin

Hello chavas,

Are you using the respective plugin folders from the End-User Editor, or only a part of the files inside?

Cheers,
Alex
by Sasha - Tracker Dev Team
Thu Jan 21, 2021 7:50 am
Forum: PDF-XChange Editor SDK
Topic: Export comments of visible layers
Replies: 10
Views: 5601

Re: Export comments of visible layers

Hello lidds,

There is no hidden flag in this case - the annotation has the OCG property by the PDF specification. It's visibility is being controlled by the OCG state.

Cheers,
Alex
by Sasha - Tracker Dev Team
Thu Jan 21, 2021 7:47 am
Forum: PDF-XChange Editor SDK
Topic: Version 9
Replies: 7
Views: 1257

Version 9

:)
by Sasha - Tracker Dev Team
Wed Jan 20, 2021 11:48 am
Forum: PDF-XChange Editor
Topic: Unable to Select Text
Replies: 9
Views: 1434

Re: Unable to Select Text

Hello lester1027,

The problem is fixed now and the fix itself will be available in build 351.

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Jan 20, 2021 11:47 am
Forum: PDF-XChange Editor
Topic: Layer File - Version 9
Replies: 2
Views: 551

Re: Layer File - Version 9

Hello Arnold,

The problem is fixed now and the fix itself will be available in build 351.

Cheers,
Alex
by Sasha - Tracker Dev Team
Wed Jan 20, 2021 7:58 am
Forum: PDF-XChange Editor SDK
Topic: Version 9
Replies: 7
Views: 1257

Re: Version 9

Hello prime clinical systems,

There are no changes about the SDK licensing in Version 9.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 3:51 pm
Forum: PDF-XChange Editor SDK
Topic: Version 9
Replies: 7
Views: 1257

Re: Version 9

Hello prime clinical systems, We did not changed anything drastically. I think you will have to investigate your onw PC. The file opening speed can be determined by many factors: 1. Processor load that can be changed unpredictably by the background processes. 2. Memory load (same as 1). 3. Different...
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 3:41 pm
Forum: PDF-XChange Editor SDK
Topic: Accessing layer annot collection
Replies: 1
Views: 513

Re: Accessing layer annot collection

Hello lidds,

All of the logic behind the annotations and OCGs are described in the PDF Specification.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 3:40 pm
Forum: PDF-XChange Editor SDK
Topic: Export comments of visible layers
Replies: 10
Views: 5601

Re: Export comments of visible layers

Hello lidds,

Right now this functionality will only export all of the annotations, even the hidden ones.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 3:38 pm
Forum: PDF-XChange Editor SDK
Topic: Default layer and adding annot
Replies: 1
Views: 492

Re: Default layer and adding annot

Hello lidds,

That's not possible, and was done purposely to avoid possible problems when the user forgets that he had set some layer as Default.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 3:36 pm
Forum: PDF-XChange Editor SDK
Topic: Add annot to layer via code
Replies: 1
Views: 536

Re: Add annot to layer via code

Hello lidds,

Right now the functionality to create layer by code is not yet available in the SDK. We'll try to include this in one of the future releases, but first this should polished from the End-User perspective.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 3:36 pm
Forum: PDF-XChange Editor SDK
Topic: Creating a new layer via code
Replies: 1
Views: 476

Re: Creating a new layer via code

Hello lidds,

Right now the functionality to create layer by code is not yet available in the SDK. We'll try to include this in one of the future releases, but first this should polished from the End-User perspective.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 2:29 pm
Forum: PDF-XChange Editor
Topic: Setting link target in Split Window View broken in v.9 SOLVED
Replies: 6
Views: 871

Re: Setting link target in Split Window View broken in v.9 SOLVED

Hello David.P,

Done. The old logic will be used in 351 build when it's out.

Cheers,
Alex
by Sasha - Tracker Dev Team
Tue Jan 19, 2021 1:34 pm
Forum: PDF-XChange Editor
Topic: Setting link target in Split Window View broken in v.9 SOLVED
Replies: 6
Views: 871

Re: Setting link target in Split Window View broken in v.9 SOLVED

Hello David.P,

It seems that fixing one problem gave way to another one - I will try to fix this asap.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 18, 2021 11:31 am
Forum: PDF-XChange Core API SDK
Topic: Processing documents in parallel using appdomains
Replies: 3
Views: 4751

Re: Processing documents in parallel using appdomains

Hello WilliamPharl,

What SDK are you using and also, some code samples are required for better understanding.

Cheers,
Alex
by Sasha - Tracker Dev Team
Mon Jan 18, 2021 11:30 am
Forum: PDF-XChange Editor SDK
Topic: XFA Form doesn't show fields
Replies: 5
Views: 1043

Re: XFA Form doesn't show fields

Hello HomerWu,

Well you can try downloading the latest V9 SDK and trying it for free and see whether the problem persists. After that you can discuss the pricing options with the support.

Cheers,
Alex