Build 7.0.327.1 Issues

A forum for questions or concerns related to the PDF-XChange Core API SDK

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
mmasood
User
Posts: 101
Joined: Fri Sep 18, 2015 9:49 pm

Build 7.0.327.1 Issues

Post by mmasood »

Hi Alex,

I installed the latest build and was running tests.I found out that there were quite a few files that failed on operations that I was able to do with 7.0.326.0.

Following are the operations that fail:
1. Spitting Files
2. Adding Attachments

I am attaching a couple of files that I was able to perform operations successfully and that fail now.

Version 7.0.326.0
NFCFFS = Adding Attachments Worked, Splitting Files Failed
NFEP = Adding Attachments Worked, Splitting Files Worked
NFIDR = Adding Attachments Worked, Splitting Files Worked

Version 7.0.327.1
NFCFFS = Adding Attachments Failed, Splitting Files Failed
NFEP = Adding Attachments Worked, Splitting Files Failed
NFIDR = Adding Attachments Failed, Splitting Files Failed

Can you please take a look and let me know what changed?

Regards,
M
Attachments
NFIDR.pdf
(104.4 KiB) Downloaded 150 times
NFEP.pdf
(104.4 KiB) Downloaded 166 times
NFCFFS.pdf
(104.4 KiB) Downloaded 146 times
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Build 7.0.327.1 Issues

Post by Sasha - Tracker Dev Team »

Hello mmasood,

It seems this was caused with the permission logic update in 327 build - we will try to fix this in the 328. I do have one question though - what do you mean by Splitting Files? A code sample or at least a correspondent Editor command would be great.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
mmasood
User
Posts: 101
Joined: Fri Sep 18, 2015 9:49 pm

Re: Build 7.0.327.1 Issues

Post by mmasood »

Hi Alex,

That is a custom function that I wrote that splits the files based on the given size. Following is the call that it is actually using from the Core Api:

Code: Select all

loTempDoc.Pages.InsertPagesFromDoc(pDoc, 0, (uint)startPage, (uint)numberOfPages,
	(uint)(PXC_InsertPagesFlags.IPF_Annots_Copy | PXC_InsertPagesFlags.IPF_Widgets_Copy | PXC_InsertPagesFlags.IPF_Bookmarks_CopyAll |
        PXC_InsertPagesFlags.IPF_OCG_Copy | PXC_InsertPagesFlags.IPF_NamedDests_Copy));
I hope this clarifies this.

Also can you please give me an estimate on when the release with this fix will be out?

Regards,
M
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Build 7.0.327.1 Issues

Post by Sasha - Tracker Dev Team »

Hello mmasood,

From what I know, the next release should be held in two month or so.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply