Add translations in Python-net section (Arabic)#531
Add translations in Python-net section (Arabic)#531andruhovski wants to merge 5 commits intodevelopfrom
Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
| - [تحويل 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/). |
There was a problem hiding this comment.
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.
| - [العمل مع الرسومات](/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. |
There was a problem hiding this comment.
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.
| - [العمل مع طبقات PDF](/python-net/work-with-pdf-layers/) - قفل الطبقات، استخراج العناصر، تسطيح، ودمج طبقات PDF. | |
| - [العمل مع طبقات PDF](/pdf/python-net/work-with-pdf-layers/) - قفل الطبقات، استخراج العناصر، تسطيح، ودمج طبقات PDF. |
ar/python-net/advanced-operations/securing-and-signing/digitally-sign-pdf-file/_index.md
Show resolved
Hide resolved
ar/python-net/advanced-operations/securing-and-signing/digitally-sign-pdf-file/_index.md
Show resolved
Hide resolved
ar/python-net/get-started/_index.md
Outdated
| - يدعم معظم معايير ومواصفات PDF المعروفة. | ||
| - [إضافة، بحث، استخراج واستبدال النص في ملفات PDF](). | ||
| - [إضافة/حذف، استخراج واستبدال الصور](). | ||
| - [إدراج، حذف، تقسيم صفحات PDF](). | ||
| - [تعيين والحصول على بيانات XMP الوصفية](). | ||
| - [إعداد والحصول على بيانات XMP الوصفية](). | ||
| - [التحقق (PDF/A-1a, PDF/A-1b)](). | ||
| - العمل مع [الإشارات المرجعية](), [التعليقات التوضيحية](), [نماذج PDF](), [الأختام](), [العلامات المائية]() والمزيد. | ||
| - العمل مع [الإشارات المرجعية](), [التعليقات](), [نماذج PDF](), [الطوابع](), [العلامات المائية]() والمزيد. |
There was a problem hiding this comment.
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.
ar/python-net/parsing/extract-text-from-pdf/annotations-and-special-text/_index.md
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.