Skip to content

Commit d3d6415

Browse files
andruhovskiAnHolubCopilot
authored
fix: add new articles in Table section (#500)
* 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]> --------- Co-authored-by: Anastasiia.Holub <[email protected]> Co-authored-by: AnHolub <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent b0f9bce commit d3d6415

File tree

6 files changed

+898
-369
lines changed
  • en/python-net/advanced-operations/working-with-tables

6 files changed

+898
-369
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: docs
55
weight: 50
66
url: /python-net/working-with-tables/
77
description: This section describes how to add and extract a table, how to manipulate and a table using the Python library.
8-
lastmod: "2025-02-27"
8+
lastmod: "2025-09-27"
99
sitemap:
1010
changefreq: "monthly"
1111
priority: 0.7
@@ -18,9 +18,8 @@ Abstract: The Aspose.PDF for Python via .NET is a versatile tool designed to enh
1818

1919
You are able to do the following:
2020

21-
- [Create or Add Table in existing PDF Document](/pdf/python-net/add-table-in-existing-pdf-document/) - create your table in pdf file with merging the columns or rows сonsidering borders, margins, and padding.
22-
- [Extract a Table from existing PDF Document](/pdf/python-net/extract-table-from-existing-pdf-document/) - you can extract table from PDF file.
23-
- [Manipulate Tables in existing PDF](/pdf/python-net/manipulate-tables-in-existing-pdf/) - manipulate tables in your PDF using TableAbsorber.
24-
- [Remove Tables from existing PDF](/pdf/python-net/remove-tables-from-existing-pdf/) - remove table or multiple tables from PDF document.
25-
26-
21+
- [Adding Tables](/pdf/python-net/adding-tables/) - create your table in pdf file with merging the columns or rows сonsidering borders, margins, and padding.
22+
- [Extracting Tables](/pdf/python-net/extracting-table/) - you can extract table from PDF file.
23+
- [Integrating Tables with Data Sources](/pdf/python-net/integrate-table/) - integrate table with Database, integrate table with Pandas DataFrame source using Python library.
24+
- [Removing Tables](/pdf/python-net/removing-tables/) - remove table or multiple tables from PDF document.
25+
- [Manipulating Tables in existing PDF](/pdf/python-net/manipulating-tables/) - manipulate tables in your PDF using TableAbsorber.

0 commit comments

Comments
 (0)