This is a sample PDF generated from HTML.
"#; let output_path = "output.pdf"; convert_html_to_pdf(html_content, output_path)?; println!("PDF generated successfully at {}", output_path); Ok(()) } ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.