.. _auto_text_to_pdf: *CONVERTS EXCEL/TXT FILE TO PDF FILE. ALL OTHERS ARE RETURNED AS IS* ==================================================================== Converts an Excel or TXT file (supplied as text content) to a PDF file; any other file type is passed through unchanged. Use this worker when a downstream step requires a PDF rendition of a spreadsheet or plain-text document. When to use ----------- Tagged: ``conversion``, ``excel``, ``file_convert``, ``pdf``, ``simulation``, ``txt``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Text - text - textarea - — - ✓ - Raw text or file content (Excel or TXT) to be converted to PDF; paste or pipe the full file body here. * - File Name - content_name - textarea - converted_file.pdf - ✓ - Desired output filename including extension (e.g. 'report.pdf'); defaults to 'converted_file.pdf' if left unchanged. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - PDF File - pdf_file - file - Resulting PDF file produced from the input content; non-Excel/TXT inputs are returned in their original format without conversion. Disciplines ----------- - data.io.file - platform.workflow .. raw:: html

Auto-generated from platform schema. Worker id: text_to_pdf. Schema hash: 84ec12867b86. Hand-curated docs in workerexamples/ override this page when present.