Skip to content

Commit 1e4fbb4

Browse files
committed
chore: clear text
1 parent 83e1983 commit 1e4fbb4

File tree

1 file changed

+2
-2
lines changed
  • en/python-net/advanced-operations/working-with-text/add-text-to-pdf-file

1 file changed

+2
-2
lines changed

en/python-net/advanced-operations/working-with-text/add-text-to-pdf-file/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lastmod: "2025-10-27"
99
sitemap:
1010
changefreq: "monthly"
1111
priority: 0.7
12-
TechArticle: true
12+
TechArticle: true
1313
AlternativeHeadline: Adding Text into PDF using Python
1414
Abstract: This article provides a comprehensive guide on manipulating PDF documents using the Aspose.PDF library in Python. It covers various techniques for adding and formatting text, including setting text properties such as font size, type, color, and positioning. The article also demonstrates how to load fonts from stream objects, utilize the `TextParagraph` class for text addition, and create interactive content with hyperlinks using `TextSegment`. Additionally, it explains using custom fonts, adding HTML strings, and creating footnotes with custom line styles and labels. The document further explores advanced formatting options like adding images and tables to footnotes, using inline paragraphs for text and images, customizing character spacing, and creating multi-column layouts. The guide concludes with instructions on working with tab stops, adding transparent text, and specifying line spacing for fonts. The article is rich with example code snippets, illustrating each functionality in detail, making it a valuable resource for developers looking to enhance PDF documents programmatically.
1515
---
@@ -1186,7 +1186,7 @@ How to enrich footnotes in a PDF document by embedding images, styled text, and
11861186
text.foot_note = note
11871187

11881188
document.save(path_outfile)
1189-
```
1189+
```
11901190

11911191
### Adding Endnotes to PDF Documents
11921192

0 commit comments

Comments
 (0)