[32788f42] Fix unterminated string literal in qr_generator.py
This commit is contained in:
@@ -173,9 +173,10 @@ def get_calendly_events(api_token: str, start_time: str = None, end_time: str =
|
||||
|
||||
|
||||
def overlay_text_on_pdf(base_pdf_path: str, output_pdf_path: str, texts: list):
|
||||
# Target:
|
||||
# Element 1: X: 72mm, Y: 22mm + 9mm = 31mm
|
||||
# Element 2: X: 72mm, Y: 171mm + 9mm = 180mm
|
||||
"""
|
||||
Target:
|
||||
Element 1: X: 72mm, Y: 22mm + 9mm = 31mm
|
||||
Element 2: X: 72mm, Y: 171mm + 9mm = 180mm
|
||||
"""
|
||||
|
||||
# Convert mm to points (1 mm = 2.83465 points)
|
||||
|
||||
Reference in New Issue
Block a user