Login to follow
AsposeWords

AsposeWords (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 26 December 2024 by OutSystems Labs
AsposeWords

AsposeWords (ODC)

Documentation
0.1.2

The library has 3 actions:

  • DocToPdf
  • InsertImage
  • MailMergeDoc

DocToPdf input parameters:

  • licFile: Aspose license file
  • file: Doc or Docx file to be converted to PDF

InsertImage input parameters:

  • licFile: Aspose license file
  • file: Doc or Docx file to processed
  • bookmark: Document bookmark to replace with the image. Needs to be inserted using bookmarks
  • image: Binary file with the image to insert (supports png and jpg)

MailMergeDoc input parameters:

  • licFile: Aspose license file
  • file: Doc or Docx file to be processed
  • keywords: String containing the keywords to be processed. Multiple values should be split with ","
  • values: String containing the value to replace the keywords. Multiple values should be split with ","


All actions share the same Result structure:

  • Success: Boolean to confirm the success of the operation
  • Message: Error message in case there was an error processing the request
  • Document: Output binary document obtained after the processing