We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e089c0 commit b219dfdCopy full SHA for b219dfd
docs/user/adding-pdf-annotations.md
@@ -45,7 +45,7 @@ annotation = AnnotationBuilder.free_text(
45
font_size="20pt",
46
font_color="00ff00",
47
border_color="0000ff",
48
- bg_color="cdcdcd",
+ background_color="cdcdcd",
49
)
50
writer.add_annotation(page_number=0, annotation=annotation)
51
0 commit comments