Crate oxidize_pdf_api

Source
Expand description

§oxidize-pdf-api

REST API server for oxidize-pdf library

Structs§

CreatePdfRequest
Request payload for PDF creation endpoint
ErrorResponse
Standard error response structure
ExtractTextResponse
Response for text extraction endpoint
MergePdfRequest
Request for PDF merge operation
MergePdfResponse
Response for PDF merge operation

Enums§

AppError
Application-specific error types for the API

Functions§

app
Build the application router with all routes configured
create_pdf
Create a PDF document from the provided text content
extract_text
Extract text from an uploaded PDF file
health_check
Health check endpoint for monitoring and load balancing
merge_pdfs_handler
Merge multiple PDF files into a single PDF