SetSpecVersion

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

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

Post Reply
docu-track99
User
Posts: 518
Joined: Thu Dec 06, 2007 8:13 pm

SetSpecVersion

Post by docu-track99 »

Hello,

Any idea when pdf Spec version 1.7 will be supported in tools SDK? The manual says only up to 1.6 as indicated below.

Thanks.


Excerpt from Manual:
**************************************************************************************************
PXC_SetSpecVersion sets the version of the Adobe PDF Format for the document.

HRESULT PXC_SetSpecVersion(

_PXCDocument* pdf,

PXC_SpecVersion ver,

BOOL bCompatMode

);

Parameters

pdf

[in] pdf specifies the PDF object previously created by the function PXC_NewDocument.

ver

[in] Specifies PDF specification version number for the created pdf file. May be any one of the following values:

Constant
Value
Description

SpecVersion13
0x13
PDF Specification version 1.3. To view such files you must use Adobe Acrobat Reader v.4.0 or higher.

SpecVersion14
0x14
PDF Specification version 1.4. To view such files you must use Adobe Acrobat Reader v.5.0 or higher.

SpecVersion15
0x15
PDF Specification version 1.5. To view such files you must use Adobe Acrobat Reader v.6.0 or higher.

SpecVersion16
0x16
PDF Specification version 1.6. To view such files you must use Adobe Acrobat Reader v.7.0 or higher.
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3549
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada
Contact:

Re: SetSpecVersion

Post by Ivan - Tracker Software »

it is supported. you have to pass 0x17 as a ver argument (use cast to PXC_SpecVersion is required).
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
docu-track99
User
Posts: 518
Joined: Thu Dec 06, 2007 8:13 pm

Re: SetSpecVersion

Post by docu-track99 »

Do you now support 'incremental save' and Adobe certificates in the tools sdk?
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17910
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: SetSpecVersion

Post by Tracker Supp-Stefan »

Hello docu-track99,

The Incremental save will be introduced in ver5.

As for the Adobe certificates - if you mean digital signatures that will allow files created in our products to be edited in Adobe's products - I am afraid that we can't do this, as the certificates adobe are using are proprietary and confidential.

Best,
Stefan
Post Reply