Skip to content

ITIXO/MKTestAzureFunction

Repository files navigation

MKTestAzureFunction

Azure Function (POST /api/extract-isdoc) that accepts a PDF payload, extracts an embedded ISDOC/XML attachment, and returns the XML body as application/xml.

Run locally

dotnet restore
dotnet build
func start

Example request

Raw PDF body:

curl -X POST "http://localhost:7071/api/extract-isdoc" \
  -H "Content-Type: application/pdf" \
  --data-binary @invoice.pdf

Multipart upload:

curl -X POST "http://localhost:7071/api/extract-isdoc" \
  -F "file=@invoice.pdf"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages