Skip to main content
Participant
September 23, 2021
Question

Getting "Method not found" Exception

  • September 23, 2021
  • 2 replies
  • 1050 views

I am getting following exception while exporting Pdf page to Image on Visual Studio 2019

 

Method not found: 'System.String Jose.JWT.Encode(System.Object, System.Object, Jose.JwsAlgorithm, System.Collections.Generic.IDictionary`2<System.String,System.Object>, Jose.JwtSettings)'

 

Line of Code is:

 FileRef result = createPdfOperation.Execute(executionContext);

 

This topic has been closed for replies.

2 replies

Legend
September 23, 2021

Thanks! I believe the forum you need is https://community.adobe.com/t5/document-services-apis/ct-p/ct-Document-Cloud-SDK?page=1&sort=latest_replies&filter=all&tabid=all

 

The Acrobat SDK is only for automating the paid-for desktop app Acrobat. Confusing...

Legend
September 23, 2021

Exactly which API are you using? This is not the Acrobat SDK but may be a different Adobe API with its own support forums.

IB5E1CAuthor
Participant
September 23, 2021

I am using Adobe.PDFServicesSDK 2.1.0

Participant
July 5, 2022

Bro did you solve this issue?if you solve it kindly tell me how..