Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Sending Submit Form to Azure Functions and Returning the Result to a Field

New Here ,
Apr 19, 2023 Apr 19, 2023

Hi,

As in the title, I'm trying to send XFDF Submit Form data from PDF Forms, process it through Azure functions in C#, and return the result to a field in the same form. Can you point me to a tutorial specifically for this? Or some sample code for the C# side? I've tried several things but it always ends in an error, either on the Azure side not getting the data, or the PDF side returning Invalid Server Response after submitting.

 

Thank you in advance!

TOPICS
PDF forms
565
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 19, 2023 Apr 19, 2023
LATEST

To add, I followed this tutorial which is for a locally hosted PHP file and it worked perfectly. So basically I just need the same instructions but using Azure functions in C# instead.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines