Skip to main content
Participant
November 10, 2022
Question

Extract PDF SDK logic inside .Net Blazor component not working, but does work with razor page

  • November 10, 2022
  • 0 replies
  • 268 views

I'm making use of Adobe Extract PDF SDK in my .Net Blazor app. The SDK logic is inside a Blazor component. Credentials work. Directory pathways work. What doesn't work is the actual extraction. Strangely, when I converted the Blazor component to a razor page making use of OnGet and OnPost, the extraction worked. So this tells me there is something going on with Blazor, perhaps with Signal-R. But that's where I'm stuck.

 

Attached are screens of portions of relevant code: the html and the method that calls the Extract SDK logic.

    This topic has been closed for replies.