Table of Contents

Convert a non-PDF file to a PDF file as byte array

Converts a non-PDF file on a source format to PDF and returns it as a byte array.

img

Example img
This flow takes a documentation file (in DOCX format) from OneDrive, sends it to the Adobe PDF Services as a byte array, where it is converted into a PDF format, and then uploads it to the selected folder in OneDrive.

Properties

Name Type Description
Connection Required The connection to the Adobe PDF Services.
Source format Required The format from which the PDF will be converted. Available formats are DOC, DOCX, PPTX, RTF and XLSX.
File contents Required The input file data as a byte array.
Result variable name Optional The name of the variable in which the resulting file (converted document) will be stored. This variable can be used in subsequent steps of the flow.
Description Optional A user-defined description for the action, helpful for documentation or identifying the step's purpose within a larger flow.

Returns

Returns a file in the chosen format as a Byte array.