Skip to content

Add translations in Python-net section (Arabic)#531

Open
andruhovski wants to merge 5 commits intodevelopfrom
python-net-ar
Open

Add translations in Python-net section (Arabic)#531
andruhovski wants to merge 5 commits intodevelopfrom
python-net-ar

Conversation

@andruhovski
Copy link
Contributor

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request claims to add Arabic translations for the Python-net section but contains a significant discrepancy: most of the changes are English content additions for the Rust-cpp section, which is unrelated to the stated purpose.

Changes:

  • English documentation additions for Rust-cpp (convert-pdf-to-word, convert-pdf-to-other-files, convert-pdf-to-images-format, stamping, headers/footers, watermarks, page numbers, PDF imposition)
  • Arabic translations for Python-net documentation (parsing, extracting text/images/fonts/tables/forms, overview pages, basic operations, advanced operations, annotations, forms, graphs, security, navigation)
  • English HTML-to-PDF conversion documentation update

Reviewed changes

Copilot reviewed 90 out of 159 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
en/rust-cpp/converting/* English Rust-cpp conversion documentation - unrelated to PR purpose
en/rust-cpp/advanced-operations/* English Rust-cpp advanced operations - unrelated to PR purpose
en/python-net/converting/convert-html-to-pdf/_index.md Added logical structure creation from HTML tags
ar/python-net/parsing/* Arabic translations for PDF parsing operations
ar/python-net/overview/* Arabic translations for overview section
ar/python-net/get-started/* Arabic translations for getting started guides
ar/python-net/basic-operations/* Arabic translations for basic PDF operations
ar/python-net/converting/* Arabic translations for conversion operations
ar/python-net/advanced-operations/* Arabic translations for advanced features (forms, graphs, security, navigation, annotations, etc.)
ar/python-net/_index.md Arabic translation of main index page

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@andruhovski andruhovski changed the base branch from master to develop February 24, 2026 16:19
@andruhovski andruhovski requested a review from Copilot February 24, 2026 16:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 90 out of 145 changed files in this pull request and generated 11 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +44 to +47
- [تحويل PDF إلى Word و Excel و PowerPoint](/pdf/python-net/convert-pdf-to-word/).
- [تحويل PDF إلى صيغ صور](/pdf/python-net/convert-pdf-to-images-format/).
- [تحويل ملف PDF إلى صيغة HTML والعكس](/pdf//python-net/convert-pdf-to-html/).
- [تحويل PDF إلى EPUB ونص و XPS وغيرها](/pdf/python-net/convert-pdf-to-other-files/).
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a malformed internal link with a double slash: /pdf//python-net/convert-pdf-to-html/. This will typically resolve incorrectly or be treated as a different path. Please fix it to a single-slash path consistent with the other links on the page.

Copilot uses AI. Check for mistakes.
- [العمل مع الرسومات](/pdf/python-net/working-with-graphs/) - التلاعب بالأشكال على الصفحة.
- [العمل مع المشغّلات](/pdf/python-net/working-with-operators/) - تنفيذ عمليات منخفضة المستوى في PDF.
- [العناصر](/pdf/python-net/artifacts/) - التعامل مع العلامات المائية وغيرها من الكائنات الخاصة في PDF.
- [العمل مع طبقات PDF](/python-net/work-with-pdf-layers/) - قفل الطبقات، استخراج العناصر، تسطيح، ودمج طبقات PDF.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The layers link is inconsistent with the rest of the page and likely broken: it uses /python-net/work-with-pdf-layers/ (missing the /pdf prefix used by other links). Please align it with the same internal link scheme used elsewhere in this section.

Suggested change
- [العمل مع طبقات PDF](/python-net/work-with-pdf-layers/) - قفل الطبقات، استخراج العناصر، تسطيح، ودمج طبقات PDF.
- [العمل مع طبقات PDF](/pdf/python-net/work-with-pdf-layers/) - قفل الطبقات، استخراج العناصر، تسطيح، ودمج طبقات PDF.

Copilot uses AI. Check for mistakes.
Comment on lines 34 to 40
- يدعم معظم معايير ومواصفات PDF المعروفة.
- [إضافة، بحث، استخراج واستبدال النص في ملفات PDF]().
- [إضافة/حذف، استخراج واستبدال الصور]().
- [إدراج، حذف، تقسيم صفحات PDF]().
- [تعيين والحصول على بيانات XMP الوصفية]().
- [إعداد والحصول على بيانات XMP الوصفية]().
- [التحقق (PDF/A-1a, PDF/A-1b)]().
- العمل مع [الإشارات المرجعية](), [التعليقات التوضيحية](), [نماذج PDF](), [الأختام](), [العلامات المائية]() والمزيد.
- العمل مع [الإشارات المرجعية](), [التعليقات](), [نماذج PDF](), [الطوابع](), [العلامات المائية]() والمزيد.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several feature list items use empty link targets like [إضافة، بحث، استخراج واستبدال النص في ملفات PDF]() which renders as broken links. Please either provide the correct URLs or remove the link markup so the page doesn't contain dead links.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants