My pluggin is not working anymore with last update

This forum is for plugins used in the PDF-XChange Editor only.

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

Post Reply
nbmani
User
Posts: 15
Joined: Tue Feb 14, 2023 11:53 am

My pluggin is not working anymore with last update

Post by nbmani »

Hello.

I developed a plugin where I can extract and create a new file PDF considering a word founded but with last update is not working anymore.

Can anyone help me? Thanks
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17237
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: My pluggin is not working anymore with last update

Post by Tracker Supp-Stefan »

Hello nbmani,

Most likely some of the methods you are using require elevated privileges (and we were not enforcing those correctly in the past).
You will likely need to create trustedFunction in which to execute your code and it will work once again.
Please take a look e.g. here on how to declare such a trusted function:
viewtopic.php?p=170799#p170799

Kind regards,
Stefan
nbmani
User
Posts: 15
Joined: Tue Feb 14, 2023 11:53 am

Re: My pluggin is not working anymore with last update

Post by nbmani »

I tried to do what you suggested but still having the same error: "Security prevents to use this object.."
User avatar
TrackerSupp-Daniel
Site Admin
Posts: 7987
Joined: Wed Jan 03, 2018 6:52 pm

Re: My pluggin is not working anymore with last update

Post by TrackerSupp-Daniel »

Hello, nbmani

Would it be possible for you to send us a sample of your plugin, so that we can have the dev team take a look at see what it may be?

Kind regards,
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
nbmani
User
Posts: 15
Joined: Tue Feb 14, 2023 11:53 am

Re: My pluggin is not working anymore with last update

Post by nbmani »

Sure.

Where should I send a sample?
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17237
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: My pluggin is not working anymore with last update

Post by Tracker Supp-Stefan »

Hello nbmani,

Please e-mail that to support@pdf-xchange.com with a link back to this topic also included in the mail, and we would be happy to take a look for you!

Kind regards,
Stefan
nbmani
User
Posts: 15
Joined: Tue Feb 14, 2023 11:53 am

Re: My pluggin is not working anymore with last update

Post by nbmani »

Thank you, already sent a sample.

Thank you for your help
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17237
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: My pluggin is not working anymore with last update

Post by Tracker Supp-Stefan »

Hello nbmani,

Thanks! We got your sample code, and will ask one of our colleagues from the dev team to take a look. We will post an update as soon as we have any additional news!

Kind regards,
Stefan
Post Reply