diff --git a/html/arabic/net/html-extensions-and-conversions/_index.md b/html/arabic/net/html-extensions-and-conversions/_index.md
index 980eb70131..ed53bb5762 100644
--- a/html/arabic/net/html-extensions-and-conversions/_index.md
+++ b/html/arabic/net/html-extensions-and-conversions/_index.md
@@ -73,6 +73,8 @@ url: /ar/net/html-extensions-and-conversions/
تعلم كيفية حفظ مستند HTML كملف ZIP باستخدام Aspose.HTML في C# خطوة بخطوة.
### [حفظ HTML إلى ZIP في C# – مثال كامل في الذاكرة](./save-html-to-zip-in-c-complete-in-memory-example/)
تعلم كيفية حفظ مستند HTML كملف ZIP في الذاكرة باستخدام C# ومكتبة Aspose.HTML.
+### [تحويل HTML إلى PDF باستخدام Aspose.HTML – دليل شامل خطوة بخطوة](./convert-html-to-pdf-with-aspose-html-complete-step-by-step-g/)
+دليل شامل يوضح كيفية تحويل HTML إلى PDF باستخدام Aspose.HTML خطوة بخطوة مع أمثلة عملية.
## خاتمة
diff --git a/html/arabic/net/html-extensions-and-conversions/convert-html-to-pdf-with-aspose-html-complete-step-by-step-g/_index.md b/html/arabic/net/html-extensions-and-conversions/convert-html-to-pdf-with-aspose-html-complete-step-by-step-g/_index.md
new file mode 100644
index 0000000000..c9ac57da90
--- /dev/null
+++ b/html/arabic/net/html-extensions-and-conversions/convert-html-to-pdf-with-aspose-html-complete-step-by-step-g/_index.md
@@ -0,0 +1,319 @@
+---
+category: general
+date: 2026-07-15
+description: تحويل HTML إلى PDF بسرعة باستخدام Aspose.HTML. تعلّم كيفية حفظ HTML كملف
+ PDF، وتغيير نمط العناوين، وتمكين توجيه الخطوط على نظام Linux، وتحويل HTML إلى PDF
+ مع الكود الكامل.
+draft: false
+images:
+- PLACEHOLDER_URL/og-image.png
+keywords:
+- convert html to pdf
+- save html as pdf
+- change heading style
+- font hinting linux
+- render html to pdf
+language: ar
+lastmod: 2026-07-15
+og_description: تحويل HTML إلى PDF باستخدام Aspose.HTML. يوضح لك هذا الدليل كيفية
+ حفظ HTML كملف PDF، وتغيير نمط العناوين، وتمكين توجيه الخطوط على نظام Linux، وتحويل
+ HTML إلى PDF في دقائق.
+og_image_alt: Screenshot of a PDF generated by converting HTML to PDF with Aspose.HTML
+og_title: تحويل HTML إلى PDF – دليل Aspose.HTML الكامل
+schemas:
+- author: Aspose
+ dateModified: '2026-07-15'
+ description: Convert HTML to PDF quickly using Aspose.HTML. Learn how to save HTML
+ as PDF, change heading style, enable font hinting on Linux, and render HTML to
+ PDF with full code.
+ headline: Convert HTML to PDF with Aspose.HTML – Complete Step‑by‑Step Guide
+ type: TechArticle
+- description: Convert HTML to PDF quickly using Aspose.HTML. Learn how to save HTML
+ as PDF, change heading style, enable font hinting on Linux, and render HTML to
+ PDF with full code.
+ name: Convert HTML to PDF with Aspose.HTML – Complete Step‑by‑Step Guide
+ steps:
+ - name: Expected Output
+ text: 'Open `output.pdf` in any PDF viewer. You should see:'
+ - name: What if my HTML references external CSS or images?
+ text: Aspose.HTML automatically resolves relative URLs based on the document’s
+ base path. Just make sure the referenced files sit in the same folder hierarchy,
+ or set `htmlDoc.BaseUrl` manually.
+ - name: How do I embed custom fonts?
+ text: Add a `