Convert XFA-based PDF Forms to PDF with AcroForm

Converting PDF to XFA

Introduction

This API enables you to convert PDF document which contains XFA form to PDF with AcroForm. Please check API Reference page for the description of API’s parameters.

We have provided a separate API for each of the following use case:

  1. Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and returns resulting file response content
  2. Converts PDF document which contatins XFA form (located on storage) to PDF with AcroForm and uploads resulting file to storage
  3. Converts PDF document which contatins XFA form (in request content) to PDF with AcroForm and uploads resulting file to storage

Resource URI

Aspose.PDF Swagger UI lets you call the REST API directly from the browser.

cURL Example

Input Document: PdfWithXfaForm.pdf

Output Document: result.pdf

SDK Example