New version of FullDemo...

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, 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
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

New version of FullDemo...

Post by lidds »

I was wondering if you have a new version of your FullDemo project to go with your new build, I am finding various commands that worked in the previous buid, but not in this new build. For example:

Code: Select all

Dim docTitle As String = Me.docPreview.Doc.CoreDoc.SrcInfo.CustDispTitle
Dim cmd As PDFXEdit.IUIX_Cmd = Nothing
cmd = uiInst.CmdManager.Cmds.Find("cmd.annot.flatten")
cmd.Hidden = True
The above code returns Nothing for cmd variable. I guess cmd.annot.flatten is not a valid command anymore?

Thanks

Simon
User avatar
TrackerSupp-Daniel
Site Admin
Posts: 8436
Joined: Wed Jan 03, 2018 6:52 pm

Re: New version of FullDemo...

Post by TrackerSupp-Daniel »

The most recent samples are available online: https://github.com/tracker-software/PDF ... DKExamples
The last commit being 13 days ago, I'm not sure if these are up to date enough to help you, as our latest build came out just 5 days ago. but I hope they are close enough to be of use.
Dan McIntyre - Support Technician
Tracker Software Products (Canada) LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

Re: New version of FullDemo...

Post by lidds »

Thanks, this is a great help.

Simon
RMan
User
Posts: 221
Joined: Tue Jul 02, 2013 10:06 pm

Re: New version of FullDemo...

Post by RMan »

For the new Editor SDK I think it's always been cmd.comments.flatten not cmd.annot.flatten. I can't be sure but I typically would put a note in my own code if something like that would have changed and I just have "cmd.comments.flatten" for the string for it.
User avatar
TrackerSupp-Daniel
Site Admin
Posts: 8436
Joined: Wed Jan 03, 2018 6:52 pm

Re: New version of FullDemo...

Post by TrackerSupp-Daniel »

Glad I could help, and Thanks for the input RMan!
:)
Dan McIntyre - Support Technician
Tracker Software Products (Canada) LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Post Reply