mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1827] [MERGED] update: for plugin file_converter-0.0.2.difypkg【add new features】 #1885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1827
Author: @sawyer-shi
Created: 12/30/2025
Status: ✅ Merged
Merged: 1/5/2026
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (1)
2151a59update: for plugin file_converter-0.0.2.difypkg【add new features】📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sawyer-shi/file_converter/file_converter-0.0.2.difypkg(+0 -0)📄 Description
File Converter
A powerful Dify plugin providing comprehensive local file conversion capabilities. Supports conversion between PDF, Image, Word, Excel, PowerPoint, and Text formats with high-quality output and flexible options.
Version Information
Version History
Quick Start
Core Features
PDF Conversions
Image Conversions
Microsoft Office Conversions
Text Conversions
CSV Conversions
Technical Advantages
Requirements
Installation & Configuration
Install the required dependencies:
Install the plugin in your Dify environment following the standard plugin installation process
Usage
The plugin provides various tools for different file conversion tasks:
PDF Conversions
1. PDF to Image (pdf_2_image)
Convert PDF documents to image format.
input_file: The PDF document to convert (required)output_format: Output image format (jpg, jpeg, png, bmp, or tiff, default: png)2. PDF to Word (pdf_2_word)
Convert PDF documents to Word format.
input_file: The PDF document to convert (required)3. PDF to Text (pdf_2_text)
Extract text content from PDF documents.
input_file: The PDF document to extract text from (required)Image Conversions
4. Image to PDF (image_2_pdf)
Convert one or more images to a single PDF document.
input_files: The image files to convert (required, supports multiple files)Microsoft Office Conversions
5. Word to PDF (word_2_pdf)
Convert Word documents to PDF format.
input_file: The Word document to convert (required)6. Word to Text (word_2_text)
Extract text content from Word documents.
input_file: The Word document to extract text from (required)7. Excel to PDF (excel_2_pdf)
Convert Excel spreadsheets to PDF format.
input_file: The Excel file to convert (required)8. PowerPoint to PDF (ppt_2_pdf)
Convert PowerPoint presentations to PDF format.
input_file: The PowerPoint file to convert (required)Text Conversions
9. Text to PDF (text_2_pdf)
Convert plain text files to PDF format.
input_file: The text file to convert (required)10. Text to Word (text_2_word)
Convert plain text files to Word documents.
input_file: The text file to convert (required)CSV Conversions
11. CSV to Excel (csv_2_excel)
Convert CSV files to Excel format.
input_file: The CSV file to convert (required)12. Excel to CSV (excel_2_csv)
Convert Excel files to CSV format.
input_file: The Excel file to convert (required)13. CSV to PDF (csv_2_pdf)
Convert CSV files to PDF format with smart layout optimization.
input_file: The CSV file to convert (required)Notes
Developer Information
https://github.com/sawyer-shihttps://github.com/sawyer-shi/dify-plugins-file_converterLicense Notice
This project is licensed under the Apache License 2.0. See the LICENSE file for the full license text.
Note: This project was previously licensed under MIT License but has been updated to Apache License 2.0 starting from version 0.0.2.
Ready to convert your files with ease?
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.