The PDF Converter service offers a set of APIs for converting HTML to PDF, deleting PDFs, and authorizing users via JWT authentication. Below is a detailed description of each API, including request parameters, response formats, and examples.
Convert any HTML content to PDF with high fidelity, preserving the layout, fonts, and styles.
Customize your PDFs with various options like font size, font family, page format, and margins.
Get the PDF as a base64 encoded string for easy storage and transmission.
Secure your API endpoints with JWT-based authentication, ensuring only authorized users can access the service.
Restrict access to the API by allowing requests only from specified IP addresses.
Deployed on AWS Lambda using the Serverless Framework for scalability and cost efficiency.
Apply external CSS styles to your HTML content for consistent and professional document formatting.