lib.rs
office-convert-server
POST /convert (Convert a file) Upload a file for conversion, this takes a multipart form data POST request containing a "file" field which is the file to convert. Will respond with the file converted to PDF format as bytes. POST /collect-garbage (Tell LibreOffice to clean up memory) Takes in no arguments, will always respond with a 200 OK status.
converter_buddy
Converter Buddy. Converter Buddy provides a simple to use way to convert file from a format to another. Currently only the most popular image formats are supported, but the goal is to extend to documents, audio and video formats. Basic usage. ConvertibleFile is a conversion utility wrapper for std::fs::File:
OfficeConvertClient
POST /convert (Convert a file) Upload a file for conversion, this takes a multipart form data POST request containing a "file" field which is the file to convert. Will respond with the file converted to PDF format as bytes. POST /collect-garbage (Tell LibreOffice to clean up memory) Takes in no arguments, will always respond with a 200 OK status.
office-to-pdf
109 downloads per month . MIT license . 53KB 618 lines. Contains (Cab file, 9KB) samples/sample-xlsx-encrypted.xlsx, (Cab file, 9KB) samples/sample-docx-encrypted.docxOffice To PDF. Converts office files to PDF files. This library is a Rust wrapper around unoserver which uses LibreOffice to convert the office files to PDF.. Supports handling remote unoserver instances and load balancing ...
svg2pdf
Convert SVG files to PDFs | Rust/Cargo package. 9,907 downloads per month Used in 21 crates (11 directly). MIT/Apache. 110KB 2.5K SLoC svg2pdf. Convert SVG files to PDFs. This crate allows to convert static (i.e. non-interactive) SVG files to either standalone PDF files or Form XObjects that can be embedded in another PDF file and used just like images.
parquet_to_excel
a tool to convert parquet file(s) to excel file in rust. Owned by sone92cn. Install; API reference; Repository (gitee.com) 2 unstable releases. new 0.2.0 Feb 12, 2025 0.1.3 Feb 5, 2025 0.1.2 Feb 5, 2025 #10 in #parquet-file. 338 downloads per month MIT license 18KB 240 lines. parquet_to_excel. A tool to convert parquet file to excel file in ...