-
Notifications
You must be signed in to change notification settings - Fork 5
fix: Updated Tables section #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andruhovski
approved these changes
Oct 16, 2025
andruhovski
added a commit
that referenced
this pull request
Oct 16, 2025
* 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]>
andruhovski
added a commit
that referenced
this pull request
Oct 27, 2025
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.