pdf-annotate icon indicating copy to clipboard operation
pdf-annotate copied to clipboard

Align text?

Open jesusignazio opened this issue 3 years ago • 0 comments

Is it possible to center a text?

a.add_annotation(
            'text',
            Location(x1=455, y1=820, x2=900, y2=500, page=0),
            Appearance(stroke_color=(0, 0, 0), font_size=8, stroke_width=0, align="Middle" content="Text", fill=(0, 0, 0))
        )

jesusignazio avatar Feb 02 '23 18:02 jesusignazio