Expand description
§oxidize-pdf-api
REST API server for oxidize-pdf library
Structs§
- Create
PdfRequest - Request payload for PDF creation endpoint
- Error
Response - Standard error response structure
- Extract
Text Response - Response for text extraction endpoint
- Merge
PdfRequest - Request for PDF merge operation
- Merge
PdfResponse - 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