Figma to PDF Conversion with Python

Job ID: 38653478

Budget: ₹1,500 – ₹12,500 INR

I need a Python script that can convert a full Figma design file into an identical PDF. This includes the entire layout, all text and images, without any interactive elements. The resulting PDF must match the Figma design exactly.

Ideal Skills:
- Proficiency in Python, particularly in libraries useful for PDF generation.
- Experience with Figma and understanding of its design principles.
- Attention to detail to ensure the PDF matches the Figma design precisely.
- The pdf file create fn will have the following signature:
- create_pdf(data, filename): -> This will create a pdf file in the location specified in filename argument
- data have the following schema
{
"title 1" : "content1",
"title 2" : "content2",

"title10": "content10"
}
Title will be text with 10 - 15 words
Content will be 200 words