Skip to content

Commit c64944e

Browse files
andruhovskiAnHolubCopilot
authored
feat: Add articles into Python section (#502)
* feat: add documentation for importing, exporting, and managing AcroForm data in PDF * feat: add FDF import functionality to PDF form data handling * fix: update installation guide for Aspose.PDF for Rust via C++ * fix: moved article Working with Headings in PDF into correct location * Refactor AcroForm examples for Python * Update en/python-net/advanced-operations/working-with-forms/acroforms/export-import-json/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-forms/acroforms/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-forms/acroforms/modifing-form/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-forms/acroforms/_index.md Co-authored-by: Copilot <[email protected]> * fix: fixed typos * fix: Rename AcroForms JSON export doc and update sitemap Renamed 'export-import-json' documentation to 'import-export-form-data' for clarity. Updated the sitemap change frequency for the modifying form documentation from weekly to monthly. * Fix formatting and capitalization in AcroForm documentation * Update en/python-net/advanced-operations/working-with-forms/acroforms/modifying-form/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-forms/acroforms/import-export-form-data/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-forms/acroforms/fill-form/_index.md Co-authored-by: Copilot <[email protected]> * refactor: Refactor PDF form file path handling in docs Updated code examples to use explicit 'data_dir' and 'work_dir' variables for constructing input and output PDF file paths, replacing previous usage of 'self.dataDir'. This improves clarity and consistency in file path management across documentation for modifying and removing PDF forms. * refactor: Update file path handling in AcroForm examples for consistency * Fix formatting and typos in AcroForms docs Removed trailing whitespace and corrected minor formatting issues in the extract-form and import-export-form-data documentation. Updated section title to 'Extract Form Fields to JSON Document' for clarity. * feat: Add FAQ section for Aspose.PDF for Python via .NET with common questions and answers * chore: Update documentation for clarity and consistency * chore: Update FAQ metadata for Aspose.PDF for Python via .NET * chore: Update content for adding headers and footers in PDF documentation * chore: Add documentation for working with PDF layers in Python * Update documentation for converting files to PDF in Python * chore: Add code examples for converting CDR and JPEG images to PDF in Python * Add code examples for converting * Update en/python-net/advanced-operations/working-with-documents/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-documents/working-with-layers/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update lastmod dates and add code examples for converting PDF to PNG in Python * Add conversion guides for PDF/x and PDF/A formats in Python * Add documentation for replacing and extracting images in PDF using Python * minoe fix * Update en/python-net/converting/convert-pdfx-to-pdf/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-images-format/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-images-format/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-images-format/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update conversion guide for PDF/x to include PDF/A compliance details * Update en/python-net/converting/convert-html-to-pdf/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-html/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-html/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-html/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-images-format/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-html/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-html/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-pdf-to-html/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Refactor documentation for PDF conversion in Python * Update extract images from PDF documentation for clarity and detail * Update documentation for converting PDF to Word in Python * Update DICOM conversion instructions and code snippets in documentation * Add abbreviations for image formats in conversion documentation * Update documentation for converting various file formats to PDF in Python * Update en/python-net/converting/convert-html-to-pdf/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-html-to-pdf/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/converting/convert-images-format-to-pdf/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Add HTML and PPTX abbreviations in conversion documentation * Update en/python-net/advanced-operations/working-with-images/delete-images-from-pdf-file/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-images/extract-images-from-pdf-file/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-images/extract-images-from-pdf-file/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-images/extract-images-from-pdf-file/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Update en/python-net/advanced-operations/working-with-images/extract-images-from-pdf-file/_index.md Co-authored-by: Andriy Andruhovski <[email protected]> * Refine descriptions for image handling examples in PDF documentation * Update en/python-net/converting/convert-pdf-to-pdfx/_index.md Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Update en/python-net/converting/convert-pdf-to-pdfx/_index.md Co-authored-by: Copilot <[email protected]> * Fix formatting and improve image processing logic in PDF extraction example * fix: Updated Tables section (#499) * Update table section titles and last modified dates in documentation * Update documentation for working with tables in PDF * Update working with tables documentation for clarity and accuracy * Update en/python-net/advanced-operations/working-with-tables/integrate-table-in-existing-pdf-document/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-tables/manipulate-tables-in-existing-pdf/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-tables/add-table-in-existing-pdf-document/_index.md Co-authored-by: Copilot <[email protected]> * fix: fixed description for Integration * Update en/python-net/advanced-operations/working-with-tables/integrate-table-in-existing-pdf-document/_index.md Co-authored-by: Copilot <[email protected]> * fix: rewrite article work with text (#501) * Refactor code structure for improved readability and maintainability * Add image for HTML content example in PDF documentation * Update section headings for consistency in PDF text manipulation documentation * Add PNG image for numbered list in LaTeX PDF generation example * Add footnotes and endnotes functionality to PDF documents in Python examples * Add examples for creating bullet and numbered lists in PDF using TextParagraph and TextBuilder * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-text/add-text-to-a-pdf-file/_index.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Andriy Andruhovski <[email protected]> Co-authored-by: Copilot <[email protected]> * refactor: adjusted folder name to add-text-to-pdf-file * chore: clear text * chore: update documentation for manipulating tables in existing PDFs * chore: update article on adding text to PDF using Python for clarity and completeness * chore: updated title * chore: fixed Front Matter * chore: improve clarity and formatting in PDF text manipulation documentation * chore: improve clarity and formatting in PDF text manipulation documentation * chore: enhance text manipulation article with detailed explanations and links * update code snippets * minor fix * chore: enhance list creation section with detailed explanations and examples * Update en/python-net/advanced-operations/working-with-text/add-text-to-pdf-file/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-text/add-text-to-pdf-file/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-text/add-text-to-pdf-file/_index.md Co-authored-by: Copilot <[email protected]> * Update en/python-net/advanced-operations/working-with-text/add-text-to-pdf-file/_index.md Co-authored-by: Copilot <[email protected]> * fix: removed extrac comments * refactor: reorganize LaTeX and HTML fragment sections for clarity and consistency --------- Co-authored-by: Anastasiia.Holub <[email protected]> Co-authored-by: AnHolub <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent d3d6415 commit c64944e

File tree

20 files changed

+1961
-822
lines changed

20 files changed

+1961
-822
lines changed

en/python-net/advanced-operations/working-with-tables/add-table-in-existing-pdf-document/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ This example shows how to create tables that span multiple pages, handle long te
429429

430430
![Borders, margins and padding](set-border-style-margins-and-padding-of-table_1.png)
431431

432-
### Styling table corners
432+
### Styling Table Corners
433433

434434
Aspose.PDF for Python via .NET shows how to apply rounded corners to a table and customize the border radius.
435435

@@ -486,7 +486,7 @@ Aspose.PDF for Python via .NET shows how to apply rounded corners to a table and
486486

487487
## Adding Content to Tables
488488

489-
### Using HTML fragments in Cells
489+
### Using HTML Fragments in Cells
490490

491491
This example shows how to insert HTML-formatted content into table cells.
492492

@@ -547,7 +547,7 @@ This example shows how to insert HTML-formatted content into table cells.
547547
document.save(path_outfile)
548548
```
549549

550-
### Using LaTeX fragments in Cells
550+
### Using LaTeX Fragments in Cells
551551

552552
This example shows how to insert LaTeX-formatted content into table cells for mathematical or styled expressions.
553553

@@ -610,7 +610,7 @@ This example shows how to insert LaTeX-formatted content into table cells for ma
610610

611611
## Advanced Table Features
612612

613-
### Inserting tables across pages
613+
### Inserting Tables across Pages
614614

615615
This example shows how to create multiple tables in a PDF, set page margins, and force a table to start on a new page.
616616

@@ -682,7 +682,7 @@ This example shows how to create multiple tables in a PDF, set page margins, and
682682
document.save(path_outfile)
683683
```
684684

685-
### Creating borderless tables
685+
### Creating borderless Tables
686686

687687
This example shows how to create a large table that can break vertically across pages, repeat columns, and apply different background colors to header cells.
688688

@@ -764,7 +764,7 @@ This example shows how to create a large table that can break vertically across
764764
document.save(path_outfile)
765765
```
766766

767-
### Repeating header rows on multiple pages
767+
### Repeating Header rows on multiple Pages
768768

769769
This example shows how to create a table that spans multiple pages while keeping header rows visible on each page.
770770

en/python-net/advanced-operations/working-with-tables/manipulate-tables-in-existing-pdf/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sitemap:
1111
priority: 0.7
1212
---
1313

14-
## Manipulate tables in existing PDF
14+
## Manipulate Tables in existing PDF
1515

1616
Aspose.PDF for Python shows how to modify the content of a specific cell within a table in a PDF document. It uses the TableAbsorber class to locate tables on the first page, accesses a particular text fragment within the first cell of the first table, updates its text, and saves the modified PDF to a new file.
1717

en/python-net/advanced-operations/working-with-text/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: docs
55
weight: 30
66
url: /python-net/working-with-text/
77
description: This section explains various techniques of text handling. Learn how to add, replace, rotate, search text using Aspose.PDF for Python.
8-
lastmod: "2025-02-27"
8+
lastmod: "2025-09-27"
99
sitemap:
1010
changefreq: "monthly"
1111
priority: 0.7

0 commit comments

Comments
 (0)