Page 1 of 1

Build 7.0.327.1 Issues

Posted: Thu Oct 25, 2018 10:06 pm
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

Re: Build 7.0.327.1 Issues

Posted: Fri Oct 26, 2018 6:39 am
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

Re: Build 7.0.327.1 Issues

Posted: Fri Oct 26, 2018 2:35 pm
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

Re: Build 7.0.327.1 Issues

Posted: Sat Oct 27, 2018 6:21 am
by Sasha - Tracker Dev Team
Hello mmasood,

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

Cheers,
Alex