From a9c76a6feda387283a112e7eafeae4f896e081f8 Mon Sep 17 00:00:00 2001
From: Muhammad Adil <adil.fazal@aspose.com>
Date: Mon, 2 Sep 2024 15:19:42 +0500
Subject: [PATCH] Optimization

---
 content/english/java/_index.md                                  | 2 +-
 content/english/java/configuring-environment/_index.md          | 2 +-
 .../java/configuring-environment/configure-fonts/_index.md      | 2 +-
 .../configuring-environment/configure-runtime-service/_index.md | 2 +-
 .../java/configuring-environment/implement-sandboxing/_index.md | 2 +-
 .../java/configuring-environment/set-character-set/_index.md    | 2 +-
 .../java/configuring-environment/set-user-style-sheet/_index.md | 2 +-
 .../configuring-environment/setup-network-service/_index.md     | 2 +-
 .../java/configuring-environment/use-message-handlers/_index.md | 2 +-
 content/english/java/creating-managing-html-documents/_index.md | 2 +-
 .../advanced-file-loading-html-documents/_index.md              | 2 +-
 .../create-empty-html-documents/_index.md                       | 2 +-
 .../create-html-documents-async/_index.md                       | 2 +-
 .../create-html-documents-from-string/_index.md                 | 2 +-
 .../create-manage-svg-documents/_index.md                       | 2 +-
 .../generate-new-html-documents/_index.md                       | 2 +-
 .../handle-document-load-events/_index.md                       | 2 +-
 .../load-html-documents-from-file/_index.md                     | 2 +-
 .../load-html-documents-from-stream/_index.md                   | 2 +-
 .../load-html-documents-from-url/_index.md                      | 2 +-
 content/english/java/css-html-form-editing/_index.md            | 2 +-
 .../java/css-html-form-editing/advanced-css-extension/_index.md | 2 +-
 .../java/css-html-form-editing/html-form-editing/_index.md      | 2 +-
 content/english/java/custom-schema-message-handling/_index.md   | 2 +-
 .../custom-schema-message-filter/_index.md                      | 2 +-
 .../custom-schema-message-handler/_index.md                     | 2 +-
 content/english/java/data-handling-stream-management/_index.md  | 2 +-
 .../memory-stream-to-file/_index.md                             | 2 +-
 content/english/java/editing-html-documents/_index.md           | 2 +-
 .../add-inline-css-html-documents/_index.md                     | 2 +-
 .../advanced-external-css-editing/_index.md                     | 2 +-
 .../advanced-html-document-tree-editing/_index.md               | 2 +-
 .../apply-external-css-html-documents/_index.md                 | 2 +-
 .../editing-html-documents/edit-html-document-tree/_index.md    | 2 +-
 .../implement-internal-css-html-documents/_index.md             | 2 +-
 .../manage-inner-outer-html-properties/_index.md                | 2 +-
 content/english/java/handling-zip-files/_index.md               | 2 +-
 .../handling-zip-files/zip-archive-message-handler/_index.md    | 2 +-
 .../java/handling-zip-files/zip-file-schema-handler/_index.md   | 2 +-
 content/english/java/html5-canvas-rendering/_index.md           | 2 +-
 .../advanced-canvas-rendering-context/_index.md                 | 2 +-
 .../english/java/html5-canvas-rendering/html5-canvas/_index.md  | 2 +-
 content/english/java/message-handling-networking/_index.md      | 2 +-
 .../message-handling-networking/credentials-pipeline/_index.md  | 2 +-
 .../custom-message-handler/_index.md                            | 2 +-
 .../message-handler-pipeline/_index.md                          | 2 +-
 .../java/message-handling-networking/network-timeout/_index.md  | 2 +-
 .../message-handling-networking/web-request-execution/_index.md | 2 +-
 .../java/message-handling-networking/zip-to-jpg/_index.md       | 2 +-
 .../java/message-handling-networking/zip-to-pdf/_index.md       | 2 +-
 content/english/java/mutation-observers-handlers/_index.md      | 2 +-
 .../mutation-observers-handlers/credential-handler/_index.md    | 2 +-
 .../mutation-observers-handlers/mutation-observer/_index.md     | 2 +-
 content/english/java/saving-html-documents/_index.md            | 2 +-
 .../saving-html-documents/convert-html-to-markdown/_index.md    | 2 +-
 .../java/saving-html-documents/save-html-document/_index.md     | 2 +-
 .../java/saving-html-documents/save-html-to-file/_index.md      | 2 +-
 .../java/saving-html-documents/save-html-to-mhtml/_index.md     | 2 +-
 .../java/saving-html-documents/save-svg-document/_index.md      | 2 +-
 59 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/content/english/java/_index.md b/content/english/java/_index.md
index 14c14875..3ee074a9 100644
--- a/content/english/java/_index.md
+++ b/content/english/java/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Comprehensive Aspose.HTML Java Tutorials
-linktitle: Aspose.HTML for Java Tutorials
+linktitle: Aspose.HTML Tutorials
 type: docs
 weight: 10
 url: /java/
diff --git a/content/english/java/configuring-environment/_index.md b/content/english/java/configuring-environment/_index.md
index c27e49e5..a6a81069 100644
--- a/content/english/java/configuring-environment/_index.md
+++ b/content/english/java/configuring-environment/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Configuring Environment in Aspose.HTML for Java
-linktitle: Configuring Environment in Aspose.HTML for Java
+linktitle: Configuring Environment in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Explore how to configure the environment in Aspose.HTML for Java. Learn to set character sets, configure fonts, and use message handlers effectively.
 type: docs
diff --git a/content/english/java/configuring-environment/configure-fonts/_index.md b/content/english/java/configuring-environment/configure-fonts/_index.md
index 9e2e6291..aaea2769 100644
--- a/content/english/java/configuring-environment/configure-fonts/_index.md
+++ b/content/english/java/configuring-environment/configure-fonts/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Configure Fonts in Aspose.HTML for Java
-linktitle: Configure Fonts in Aspose.HTML for Java
+linktitle: Configure Fonts in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to configure fonts in Aspose.HTML for Java with this detailed, step-by-step guide. Enhance your HTML to PDF conversions with custom fonts and styles.
 type: docs
diff --git a/content/english/java/configuring-environment/configure-runtime-service/_index.md b/content/english/java/configuring-environment/configure-runtime-service/_index.md
index 5ce8a0fe..cd62953e 100644
--- a/content/english/java/configuring-environment/configure-runtime-service/_index.md
+++ b/content/english/java/configuring-environment/configure-runtime-service/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Configure Runtime Service in Aspose.HTML for Java
-linktitle: Configure Runtime Service in Aspose.HTML for Java
+linktitle: Configure Runtime Service in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to configure the Runtime Service in Aspose.HTML for Java to optimize script execution, preventing infinite loops, and improving application performance.
 type: docs
diff --git a/content/english/java/configuring-environment/implement-sandboxing/_index.md b/content/english/java/configuring-environment/implement-sandboxing/_index.md
index b3d750fe..c7b78256 100644
--- a/content/english/java/configuring-environment/implement-sandboxing/_index.md
+++ b/content/english/java/configuring-environment/implement-sandboxing/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Implement Sandboxing in Aspose.HTML for Java
-linktitle: Implement Sandboxing in Aspose.HTML for Java
+linktitle: Implement Sandboxing in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to implement sandboxing in Aspose.HTML for Java to securely control script execution in your HTML documents and convert them to PDF.
 type: docs
diff --git a/content/english/java/configuring-environment/set-character-set/_index.md b/content/english/java/configuring-environment/set-character-set/_index.md
index c8b71549..f324571d 100644
--- a/content/english/java/configuring-environment/set-character-set/_index.md
+++ b/content/english/java/configuring-environment/set-character-set/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Set Character Set in Aspose.HTML for Java
-linktitle: Set Character Set in Aspose.HTML for Java
+linktitle: Set Character Set in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to set the character set in Aspose.HTML for Java and convert HTML to PDF in this step-by-step guide. Ensure proper text encoding and rendering.
 type: docs
diff --git a/content/english/java/configuring-environment/set-user-style-sheet/_index.md b/content/english/java/configuring-environment/set-user-style-sheet/_index.md
index 77ae129c..912f99a5 100644
--- a/content/english/java/configuring-environment/set-user-style-sheet/_index.md
+++ b/content/english/java/configuring-environment/set-user-style-sheet/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Set User Style Sheet in Aspose.HTML for Java
-linktitle: Set User Style Sheet in Aspose.HTML for Java
+linktitle: Set User Style Sheet in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to set a custom user stylesheet in Aspose.HTML for Java, enhancing your document styling and converting HTML to PDF with ease.
 type: docs
diff --git a/content/english/java/configuring-environment/setup-network-service/_index.md b/content/english/java/configuring-environment/setup-network-service/_index.md
index 3e1189ba..e8d78f6b 100644
--- a/content/english/java/configuring-environment/setup-network-service/_index.md
+++ b/content/english/java/configuring-environment/setup-network-service/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Set Up Network Service in Aspose.HTML for Java
-linktitle: Set Up Network Service in Aspose.HTML for Java
+linktitle: Set Up Network Service in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to set up a network service in Aspose.HTML for Java, manage network resources, and convert HTML to PNG with custom error handling.
 type: docs
diff --git a/content/english/java/configuring-environment/use-message-handlers/_index.md b/content/english/java/configuring-environment/use-message-handlers/_index.md
index 3040fefc..2275f540 100644
--- a/content/english/java/configuring-environment/use-message-handlers/_index.md
+++ b/content/english/java/configuring-environment/use-message-handlers/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Use Message Handlers in Aspose.HTML for Java
-linktitle: Use Message Handlers in Aspose.HTML for Java
+linktitle: Use Message Handlers in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to use message handlers in Aspose.HTML for Java to handle missing images and other network operations effectively.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/_index.md b/content/english/java/creating-managing-html-documents/_index.md
index c00863e0..561efce9 100644
--- a/content/english/java/creating-managing-html-documents/_index.md
+++ b/content/english/java/creating-managing-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Creating and Managing HTML Documents in Aspose.HTML for Java
-linktitle: Creating and Managing HTML Documents in Aspose.HTML for Java
+linktitle: Creating and Managing HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Explore the top tutorials for creating and managing HTML documents using Aspose.HTML for Java. Perfect for Java developers seeking detailed, step-by-step guides.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/advanced-file-loading-html-documents/_index.md b/content/english/java/creating-managing-html-documents/advanced-file-loading-html-documents/_index.md
index ccaa41b1..077e53ac 100644
--- a/content/english/java/creating-managing-html-documents/advanced-file-loading-html-documents/_index.md
+++ b/content/english/java/creating-managing-html-documents/advanced-file-loading-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Advanced File Loading for HTML Documents in Aspose.HTML for Java
-linktitle: Advanced File Loading for HTML Documents in Aspose.HTML for Java
+linktitle: Advanced File Loading for HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to load, manipulate, and save HTML documents using Aspose.HTML for Java in this step-by-step guide. Unlock advanced HTML processing in your Java projects.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/create-empty-html-documents/_index.md b/content/english/java/creating-managing-html-documents/create-empty-html-documents/_index.md
index dc38a591..d17fd7b1 100644
--- a/content/english/java/creating-managing-html-documents/create-empty-html-documents/_index.md
+++ b/content/english/java/creating-managing-html-documents/create-empty-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Create Empty HTML Documents in Aspose.HTML for Java
-linktitle: Create Empty HTML Documents in Aspose.HTML for Java
+linktitle: Create Empty HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to create empty HTML documents in Java using Aspose.HTML with our detailed step-by-step tutorial, perfect for developers of all levels.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/create-html-documents-async/_index.md b/content/english/java/creating-managing-html-documents/create-html-documents-async/_index.md
index d932cc50..690c5c49 100644
--- a/content/english/java/creating-managing-html-documents/create-html-documents-async/_index.md
+++ b/content/english/java/creating-managing-html-documents/create-html-documents-async/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Create HTML Documents Asynchronously in Aspose.HTML for Java
-linktitle: Create HTML Documents Asynchronously in Aspose.HTML for Java
+linktitle: Create HTML Documents Asynchronously in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Master HTML document creation asynchronously with Aspose.HTML for Java. Step-by-step guide, tips, and FAQs included for swift learning.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/create-html-documents-from-string/_index.md b/content/english/java/creating-managing-html-documents/create-html-documents-from-string/_index.md
index d9aea860..99e17b97 100644
--- a/content/english/java/creating-managing-html-documents/create-html-documents-from-string/_index.md
+++ b/content/english/java/creating-managing-html-documents/create-html-documents-from-string/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Create HTML Documents from String in Aspose.HTML for Java
-linktitle: Create HTML Documents from String in Aspose.HTML for Java
+linktitle: Create HTML Documents from String in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to create HTML documents from strings in Aspose.HTML for Java with this step-by-step guide.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/create-manage-svg-documents/_index.md b/content/english/java/creating-managing-html-documents/create-manage-svg-documents/_index.md
index fb8483f0..fca219b6 100644
--- a/content/english/java/creating-managing-html-documents/create-manage-svg-documents/_index.md
+++ b/content/english/java/creating-managing-html-documents/create-manage-svg-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Create and Manage SVG Documents in Aspose.HTML for Java
-linktitle: Create and Manage SVG Documents in Aspose.HTML for Java
+linktitle: Create and Manage SVG Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn to create and manage SVG documents using Aspose.HTML for Java! This comprehensive guide covers everything from basic creation to advanced manipulation.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/generate-new-html-documents/_index.md b/content/english/java/creating-managing-html-documents/generate-new-html-documents/_index.md
index a27638c4..9b1f501d 100644
--- a/content/english/java/creating-managing-html-documents/generate-new-html-documents/_index.md
+++ b/content/english/java/creating-managing-html-documents/generate-new-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Generate New HTML Documents using Aspose.HTML for Java
-linktitle: Generate New HTML Documents using Aspose.HTML for Java
+linktitle: Generate New HTML Documents using Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to create new HTML documents using Aspose.HTML for Java with this easy step-by-step guide. Start generating dynamic HTML content.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/handle-document-load-events/_index.md b/content/english/java/creating-managing-html-documents/handle-document-load-events/_index.md
index f854a6ee..6f4b87b1 100644
--- a/content/english/java/creating-managing-html-documents/handle-document-load-events/_index.md
+++ b/content/english/java/creating-managing-html-documents/handle-document-load-events/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Handle Document Load Events in Aspose.HTML for Java
-linktitle: Handle Document Load Events in Aspose.HTML for Java
+linktitle: Handle Document Load Events in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn to handle document load events in Aspose.HTML for Java with this step-by-step guide. Enhance your web applications.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/load-html-documents-from-file/_index.md b/content/english/java/creating-managing-html-documents/load-html-documents-from-file/_index.md
index 83e35c77..7d6f2be9 100644
--- a/content/english/java/creating-managing-html-documents/load-html-documents-from-file/_index.md
+++ b/content/english/java/creating-managing-html-documents/load-html-documents-from-file/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Load HTML Documents from File in Aspose.HTML for Java
-linktitle: Load HTML Documents from File in Aspose.HTML for Java
+linktitle: Load HTML Documents from File in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Unlock the power of HTML manipulation with Aspose.HTML for Java. Learn to load HTML documents from files with step-by-step tutorials.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/load-html-documents-from-stream/_index.md b/content/english/java/creating-managing-html-documents/load-html-documents-from-stream/_index.md
index 29a10554..1657e344 100644
--- a/content/english/java/creating-managing-html-documents/load-html-documents-from-stream/_index.md
+++ b/content/english/java/creating-managing-html-documents/load-html-documents-from-stream/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Load HTML Documents from Stream with Aspose.HTML for Java
-linktitle: Load HTML Documents from Stream with Aspose.HTML for Java
+linktitle: Load HTML Documents from Stream with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to load HTML documents from streams using Aspose.HTML for Java. This guide provides a step-by-step tutorial for seamless HTML manipulation.
 type: docs
diff --git a/content/english/java/creating-managing-html-documents/load-html-documents-from-url/_index.md b/content/english/java/creating-managing-html-documents/load-html-documents-from-url/_index.md
index 510d5de0..fdc7522e 100644
--- a/content/english/java/creating-managing-html-documents/load-html-documents-from-url/_index.md
+++ b/content/english/java/creating-managing-html-documents/load-html-documents-from-url/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Load HTML Documents from URL in Aspose.HTML for Java
-linktitle: Load HTML Documents from URL in Aspose.HTML for Java
+linktitle: Load HTML Documents from URL in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to easily load HTML documents from a URL in Java with Aspose.HTML. Step-by-step tutorial included.
 type: docs
diff --git a/content/english/java/css-html-form-editing/_index.md b/content/english/java/css-html-form-editing/_index.md
index 8cf04a5c..90d112ae 100644
--- a/content/english/java/css-html-form-editing/_index.md
+++ b/content/english/java/css-html-form-editing/_index.md
@@ -1,6 +1,6 @@
 ---
 title: CSS and HTML Form Editing with Aspose.HTML for Java
-linktitle: CSS and HTML Form Editing with Aspose.HTML for Java
+linktitle: CSS and HTML Form Editing with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Quickly learn to edit CSS and HTML forms with Aspose.HTML for Java in these insightful tutorials that empower developers with advanced skills.
 type: docs
diff --git a/content/english/java/css-html-form-editing/advanced-css-extension/_index.md b/content/english/java/css-html-form-editing/advanced-css-extension/_index.md
index ff9d8bad..5724908e 100644
--- a/content/english/java/css-html-form-editing/advanced-css-extension/_index.md
+++ b/content/english/java/css-html-form-editing/advanced-css-extension/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Advanced CSS Extension Techniques with Aspose.HTML for Java
-linktitle: Advanced CSS Extension Techniques with Aspose.HTML for Java
+linktitle: Advanced CSS Extension Techniques with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to use Aspose.HTML for Java to apply advanced CSS techniques, including custom page margins and dynamic content. A detailed, hands-on tutorial for developers.
 type: docs
diff --git a/content/english/java/css-html-form-editing/html-form-editing/_index.md b/content/english/java/css-html-form-editing/html-form-editing/_index.md
index 5dca3976..348eec7e 100644
--- a/content/english/java/css-html-form-editing/html-form-editing/_index.md
+++ b/content/english/java/css-html-form-editing/html-form-editing/_index.md
@@ -1,6 +1,6 @@
 ---
 title: HTML Form Editing and Submission with Aspose.HTML for Java
-linktitle: HTML Form Editing and Submission with Aspose.HTML for Java
+linktitle: HTML Form Editing and Submission with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to edit and submit HTML forms programmatically using Aspose.HTML for Java in this comprehensive step-by-step guide.
 type: docs
diff --git a/content/english/java/custom-schema-message-handling/_index.md b/content/english/java/custom-schema-message-handling/_index.md
index 6b55ee07..6f80a29c 100644
--- a/content/english/java/custom-schema-message-handling/_index.md
+++ b/content/english/java/custom-schema-message-handling/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Custom Schema and Message Handling in Aspose.HTML for Java
-linktitle: Custom Schema and Message Handling in Aspose.HTML for Java
+linktitle: Custom Schema and Message Handling in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to master Aspose.HTML for Java with tutorials on custom schema message filtering and handling. Start building tailored applications.
 type: docs
diff --git a/content/english/java/custom-schema-message-handling/custom-schema-message-filter/_index.md b/content/english/java/custom-schema-message-handling/custom-schema-message-filter/_index.md
index 6523fd57..69d84b01 100644
--- a/content/english/java/custom-schema-message-handling/custom-schema-message-filter/_index.md
+++ b/content/english/java/custom-schema-message-handling/custom-schema-message-filter/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Custom Schema Message Filtering in Aspose.HTML for Java
-linktitle: Custom Schema Message Filtering in Aspose.HTML for Java
+linktitle: Custom Schema Message Filtering in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to implement a custom schema message filter in Java using Aspose.HTML. Follow our step-by-step guide for a secure, tailored application experience.
 type: docs
diff --git a/content/english/java/custom-schema-message-handling/custom-schema-message-handler/_index.md b/content/english/java/custom-schema-message-handling/custom-schema-message-handler/_index.md
index 3bb3eeb8..d23286e2 100644
--- a/content/english/java/custom-schema-message-handling/custom-schema-message-handler/_index.md
+++ b/content/english/java/custom-schema-message-handling/custom-schema-message-handler/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Custom Schema Message Handler with Aspose.HTML for Java
-linktitle: Custom Schema Message Handler with Aspose.HTML for Java
+linktitle: Custom Schema Message Handler with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn to create a custom schema message handler using Aspose.HTML for Java. This tutorial guides you step-by-step through the process.
 type: docs
diff --git a/content/english/java/data-handling-stream-management/_index.md b/content/english/java/data-handling-stream-management/_index.md
index 9fa560d5..3b135955 100644
--- a/content/english/java/data-handling-stream-management/_index.md
+++ b/content/english/java/data-handling-stream-management/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Data Handling and Stream Management in Aspose.HTML for Java
-linktitle: Data Handling and Stream Management in Aspose.HTML for Java
+linktitle: Data Handling and Stream Management in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Explore our Aspose.HTML for Java tutorials, covering how to convert memory streams to files and HTML to JPEG images effortlessly.
 type: docs
diff --git a/content/english/java/data-handling-stream-management/memory-stream-to-file/_index.md b/content/english/java/data-handling-stream-management/memory-stream-to-file/_index.md
index d5d2c538..8c2c231b 100644
--- a/content/english/java/data-handling-stream-management/memory-stream-to-file/_index.md
+++ b/content/english/java/data-handling-stream-management/memory-stream-to-file/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Convert Memory Stream to File using Aspose.HTML for Java
-linktitle: Convert Memory Stream to File using Aspose.HTML for Java
+linktitle: Convert Memory Stream to File using Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Convert HTML to JPEG with Aspose.HTML for Java using memory streams. Follow this step-by-step guide for seamless HTML to image conversion.
 type: docs
diff --git a/content/english/java/editing-html-documents/_index.md b/content/english/java/editing-html-documents/_index.md
index 9431f8f9..4fca174d 100644
--- a/content/english/java/editing-html-documents/_index.md
+++ b/content/english/java/editing-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Editing HTML Documents in Aspose.HTML for Java
-linktitle: Editing HTML Documents in Aspose.HTML for Java
+linktitle: Editing HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Explore comprehensive Aspose.HTML for Java tutorials. Learn HTML document editing, CSS implementation, and content management with step-by-step guides.
 type: docs
diff --git a/content/english/java/editing-html-documents/add-inline-css-html-documents/_index.md b/content/english/java/editing-html-documents/add-inline-css-html-documents/_index.md
index c60a9e90..c6638c8c 100644
--- a/content/english/java/editing-html-documents/add-inline-css-html-documents/_index.md
+++ b/content/english/java/editing-html-documents/add-inline-css-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Add Inline CSS to HTML Documents in Aspose.HTML for Java
-linktitle: Add Inline CSS to HTML Documents in Aspose.HTML for Java
+linktitle: Add Inline CSS to HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to add inline CSS to HTML documents using Aspose.HTML for Java. This step-by-step guide helps you style HTML and convert it to PDF with ease.
 type: docs
diff --git a/content/english/java/editing-html-documents/advanced-external-css-editing/_index.md b/content/english/java/editing-html-documents/advanced-external-css-editing/_index.md
index 8ccce3b8..0242e685 100644
--- a/content/english/java/editing-html-documents/advanced-external-css-editing/_index.md
+++ b/content/english/java/editing-html-documents/advanced-external-css-editing/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Advanced External CSS Editing with Aspose.HTML for Java
-linktitle: Advanced External CSS Editing with Aspose.HTML for Java
+linktitle: Advanced External CSS Editing with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Master the art of editing external CSS with Aspose.HTML for Java. This detailed, step-by-step guide walks you through creating dynamic, styled HTML documents.
 type: docs
diff --git a/content/english/java/editing-html-documents/advanced-html-document-tree-editing/_index.md b/content/english/java/editing-html-documents/advanced-html-document-tree-editing/_index.md
index 621bea76..b1790f57 100644
--- a/content/english/java/editing-html-documents/advanced-html-document-tree-editing/_index.md
+++ b/content/english/java/editing-html-documents/advanced-html-document-tree-editing/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Advanced HTML Document Tree Editing in Aspose.HTML for Java
-linktitle: Advanced HTML Document Tree Editing in Aspose.HTML for Java
+linktitle: Advanced HTML Document Tree Editing in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to edit HTML documents using Aspose.HTML for Java with this step-by-step guide, including creating styles, paragraphs, and converting to PDF.
 type: docs
diff --git a/content/english/java/editing-html-documents/apply-external-css-html-documents/_index.md b/content/english/java/editing-html-documents/apply-external-css-html-documents/_index.md
index 05787298..f4f08b69 100644
--- a/content/english/java/editing-html-documents/apply-external-css-html-documents/_index.md
+++ b/content/english/java/editing-html-documents/apply-external-css-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Apply External CSS to HTML Documents in Aspose.HTML for Java
-linktitle: Apply External CSS to HTML Documents in Aspose.HTML for Java
+linktitle: Apply External CSS to HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to apply external CSS to HTML documents using Aspose.HTML for Java! Follow this step-by-step guide for a complete tutorial.
 type: docs
diff --git a/content/english/java/editing-html-documents/edit-html-document-tree/_index.md b/content/english/java/editing-html-documents/edit-html-document-tree/_index.md
index f6a789bc..a725c6f0 100644
--- a/content/english/java/editing-html-documents/edit-html-document-tree/_index.md
+++ b/content/english/java/editing-html-documents/edit-html-document-tree/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Edit HTML Document Tree in Aspose.HTML for Java
-linktitle: Edit HTML Document Tree in Aspose.HTML for Java
+linktitle: Edit HTML Document Tree in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to manipulate HTML documents using Aspose.HTML for Java. A step-by-step guide for efficient content management.
 type: docs
diff --git a/content/english/java/editing-html-documents/implement-internal-css-html-documents/_index.md b/content/english/java/editing-html-documents/implement-internal-css-html-documents/_index.md
index 92b97dbb..6249d000 100644
--- a/content/english/java/editing-html-documents/implement-internal-css-html-documents/_index.md
+++ b/content/english/java/editing-html-documents/implement-internal-css-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Implement Internal CSS in HTML Documents with Aspose.HTML for Java
-linktitle: Implement Internal CSS in HTML Documents with Aspose.HTML for Java
+linktitle: Implement Internal CSS in HTML Documents with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn to implement internal CSS in HTML documents using Aspose.HTML for Java with our easy step-by-step tutorial.
 type: docs
diff --git a/content/english/java/editing-html-documents/manage-inner-outer-html-properties/_index.md b/content/english/java/editing-html-documents/manage-inner-outer-html-properties/_index.md
index d1a8a79a..31704975 100644
--- a/content/english/java/editing-html-documents/manage-inner-outer-html-properties/_index.md
+++ b/content/english/java/editing-html-documents/manage-inner-outer-html-properties/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Manage Inner and Outer HTML Properties in Aspose.HTML for Java
-linktitle: Manage Inner and Outer HTML Properties in Aspose.HTML for Java
+linktitle: Manage Inner and Outer HTML Properties in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to manage inner and outer HTML properties in Aspose.HTML for Java with this step-by-step guide, perfect for web developers and content creators.
 type: docs
diff --git a/content/english/java/handling-zip-files/_index.md b/content/english/java/handling-zip-files/_index.md
index f0403f66..fdc5e2ab 100644
--- a/content/english/java/handling-zip-files/_index.md
+++ b/content/english/java/handling-zip-files/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Handling ZIP Files in Aspose.HTML for Java
-linktitle: Handling ZIP Files in Aspose.HTML for Java
+linktitle: Handling ZIP Files in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Unlock the power of Aspose.HTML for Java. Explore tutorials on handling ZIP files and learn essential techniques to manage ZIP archives effectively.
 type: docs
diff --git a/content/english/java/handling-zip-files/zip-archive-message-handler/_index.md b/content/english/java/handling-zip-files/zip-archive-message-handler/_index.md
index ad0849d5..88b97046 100644
--- a/content/english/java/handling-zip-files/zip-archive-message-handler/_index.md
+++ b/content/english/java/handling-zip-files/zip-archive-message-handler/_index.md
@@ -1,6 +1,6 @@
 ---
 title: ZIP Archive Message Handler in Aspose.HTML for Java
-linktitle: ZIP Archive Message Handler in Aspose.HTML for Java
+linktitle: ZIP Archive Message Handler in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to create a ZIP Archive Message Handler using Aspose.HTML for Java. This guide breaks down each step to help you efficiently manage and serve files from ZIP archives.
 type: docs
diff --git a/content/english/java/handling-zip-files/zip-file-schema-handler/_index.md b/content/english/java/handling-zip-files/zip-file-schema-handler/_index.md
index eec9fe81..9229e128 100644
--- a/content/english/java/handling-zip-files/zip-file-schema-handler/_index.md
+++ b/content/english/java/handling-zip-files/zip-file-schema-handler/_index.md
@@ -1,6 +1,6 @@
 ---
 title: ZIP File Schema Handler in Aspose.HTML for Java
-linktitle: ZIP File Schema Handler in Aspose.HTML for Java
+linktitle: ZIP File Schema Handler in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Master ZIP file handling in Java with Aspose.HTML. Learn how to implement a ZIP file schema handler, serving files directly from ZIP archives with detailed, step-by-step guidance.
 type: docs
diff --git a/content/english/java/html5-canvas-rendering/_index.md b/content/english/java/html5-canvas-rendering/_index.md
index 31e22c71..e76466e2 100644
--- a/content/english/java/html5-canvas-rendering/_index.md
+++ b/content/english/java/html5-canvas-rendering/_index.md
@@ -1,6 +1,6 @@
 ---
 title: HTML5 and Canvas Rendering with Aspose.HTML for Java
-linktitle: HTML5 and Canvas Rendering with Aspose.HTML for Java
+linktitle: HTML5 and Canvas Rendering with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover comprehensive tutorials on Aspose.HTML for Java, covering HTML5 and Canvas rendering to enrich your web development skills.
 type: docs
diff --git a/content/english/java/html5-canvas-rendering/advanced-canvas-rendering-context/_index.md b/content/english/java/html5-canvas-rendering/advanced-canvas-rendering-context/_index.md
index d5a8adcb..baa2511e 100644
--- a/content/english/java/html5-canvas-rendering/advanced-canvas-rendering-context/_index.md
+++ b/content/english/java/html5-canvas-rendering/advanced-canvas-rendering-context/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Advanced Canvas Rendering Context in Aspose.HTML for Java
-linktitle: Advanced Canvas Rendering Context in Aspose.HTML for Java
+linktitle: Advanced Canvas Rendering Context in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Create and render HTML5 Canvas with Aspose.HTML for Java. Learn step-by-step how to draw, style, and export to PDF using this powerful Java library.
 type: docs
diff --git a/content/english/java/html5-canvas-rendering/html5-canvas/_index.md b/content/english/java/html5-canvas-rendering/html5-canvas/_index.md
index 7cd8993a..09a4aa9a 100644
--- a/content/english/java/html5-canvas-rendering/html5-canvas/_index.md
+++ b/content/english/java/html5-canvas-rendering/html5-canvas/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Mastering HTML5 Canvas with Aspose.HTML for Java
-linktitle: Mastering HTML5 Canvas with Aspose.HTML for Java
+linktitle: Mastering HTML5 Canvas with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to create and convert HTML5 Canvas to PDF using Aspose.HTML for Java. This guide is perfect for developers looking to enhance their web projects.
 type: docs
diff --git a/content/english/java/message-handling-networking/_index.md b/content/english/java/message-handling-networking/_index.md
index 37533445..872a9413 100644
--- a/content/english/java/message-handling-networking/_index.md
+++ b/content/english/java/message-handling-networking/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Message Handling and Networking in Aspose.HTML for Java
-linktitle: Message Handling and Networking in Aspose.HTML for Java
+linktitle: Message Handling and Networking in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Master Aspose.HTML for Java with tutorials on message handling, networking, and more. Enhance your document processing skills.
 type: docs
diff --git a/content/english/java/message-handling-networking/credentials-pipeline/_index.md b/content/english/java/message-handling-networking/credentials-pipeline/_index.md
index 871833c8..bf85e806 100644
--- a/content/english/java/message-handling-networking/credentials-pipeline/_index.md
+++ b/content/english/java/message-handling-networking/credentials-pipeline/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Handling Credentials Pipeline in Aspose.HTML for Java
-linktitle: Handling Credentials Pipeline in Aspose.HTML for Java
+linktitle: Handling Credentials Pipeline in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to securely handle credentials using Aspose.HTML for Java in this step-by-step guide. Explore essential tips and best practices.
 type: docs
diff --git a/content/english/java/message-handling-networking/custom-message-handler/_index.md b/content/english/java/message-handling-networking/custom-message-handler/_index.md
index 57776f94..89849c74 100644
--- a/content/english/java/message-handling-networking/custom-message-handler/_index.md
+++ b/content/english/java/message-handling-networking/custom-message-handler/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Implement Custom Message Handlers with Aspose.HTML for Java
-linktitle: Implement Custom Message Handlers with Aspose.HTML for Java
+linktitle: Implement Custom Message Handlers with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to implement custom message handlers in Aspose.HTML for Java to enhance document processing and handle logs efficiently.
 type: docs
diff --git a/content/english/java/message-handling-networking/message-handler-pipeline/_index.md b/content/english/java/message-handling-networking/message-handler-pipeline/_index.md
index 2c485d86..1f901fcb 100644
--- a/content/english/java/message-handling-networking/message-handler-pipeline/_index.md
+++ b/content/english/java/message-handling-networking/message-handler-pipeline/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Creating Message Handler Pipelines in Aspose.HTML for Java
-linktitle: Creating Message Handler Pipelines in Aspose.HTML for Java
+linktitle: Creating Message Handler Pipelines in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to create message handler pipelines in Aspose.HTML for Java with this detailed, step-by-step guide. Convert ZIPs to PDF effortlessly.
 type: docs
diff --git a/content/english/java/message-handling-networking/network-timeout/_index.md b/content/english/java/message-handling-networking/network-timeout/_index.md
index 33bb02c4..31e350f4 100644
--- a/content/english/java/message-handling-networking/network-timeout/_index.md
+++ b/content/english/java/message-handling-networking/network-timeout/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Manage Network Timeout in Aspose.HTML for Java
-linktitle: Manage Network Timeout in Aspose.HTML for Java
+linktitle: Manage Network Timeout in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to manage network timeouts using Aspose.HTML for Java in this comprehensive guide. Ensure smooth user experiences with effective timeout handling.
 type: docs
diff --git a/content/english/java/message-handling-networking/web-request-execution/_index.md b/content/english/java/message-handling-networking/web-request-execution/_index.md
index a7f21399..7670f505 100644
--- a/content/english/java/message-handling-networking/web-request-execution/_index.md
+++ b/content/english/java/message-handling-networking/web-request-execution/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Web Request Execution in Aspose.HTML for Java
-linktitle: Web Request Execution in Aspose.HTML for Java
+linktitle: Web Request Execution in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn to execute web requests using Aspose.HTML for Java with this comprehensive, step-by-step guide. Enhance your HTML document management skills.
 type: docs
diff --git a/content/english/java/message-handling-networking/zip-to-jpg/_index.md b/content/english/java/message-handling-networking/zip-to-jpg/_index.md
index 0d1484de..7b007012 100644
--- a/content/english/java/message-handling-networking/zip-to-jpg/_index.md
+++ b/content/english/java/message-handling-networking/zip-to-jpg/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Convert ZIP to JPG using Aspose.HTML for Java
-linktitle: Convert ZIP to JPG using Aspose.HTML for Java
+linktitle: Convert ZIP to JPG using Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to convert ZIP files to JPG images using Aspose.HTML for Java with this step-by-step guide.
 type: docs
diff --git a/content/english/java/message-handling-networking/zip-to-pdf/_index.md b/content/english/java/message-handling-networking/zip-to-pdf/_index.md
index f4414bbc..8e8d5bf4 100644
--- a/content/english/java/message-handling-networking/zip-to-pdf/_index.md
+++ b/content/english/java/message-handling-networking/zip-to-pdf/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Convert ZIP to PDF with Aspose.HTML for Java
-linktitle: Convert ZIP to PDF with Aspose.HTML for Java
+linktitle: Convert ZIP to PDF with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Easily convert your ZIP files to PDF using Aspose.HTML for Java with this step-by-step guide.
 type: docs
diff --git a/content/english/java/mutation-observers-handlers/_index.md b/content/english/java/mutation-observers-handlers/_index.md
index 8a994842..78faf279 100644
--- a/content/english/java/mutation-observers-handlers/_index.md
+++ b/content/english/java/mutation-observers-handlers/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Mutation Observers and Handlers in Aspose.HTML for Java
-linktitle: Mutation Observers and Handlers in Aspose.HTML for Java
+linktitle: Mutation Observers and Handlers in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Explore Aspose.HTML for Java tutorials covering advanced Mutation Observers and secure Credential Handlers to enhance your web applications.
 type: docs
diff --git a/content/english/java/mutation-observers-handlers/credential-handler/_index.md b/content/english/java/mutation-observers-handlers/credential-handler/_index.md
index f4f6497b..dfff6c79 100644
--- a/content/english/java/mutation-observers-handlers/credential-handler/_index.md
+++ b/content/english/java/mutation-observers-handlers/credential-handler/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Using Credential Handler in Aspose.HTML for Java
-linktitle: Using Credential Handler in Aspose.HTML for Java
+linktitle: Using Credential Handler in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover how to implement a secure Credential Handler using Aspose.HTML for Java to manage user authentication effectively.
 type: docs
diff --git a/content/english/java/mutation-observers-handlers/mutation-observer/_index.md b/content/english/java/mutation-observers-handlers/mutation-observer/_index.md
index 080dbaf4..a449e132 100644
--- a/content/english/java/mutation-observers-handlers/mutation-observer/_index.md
+++ b/content/english/java/mutation-observers-handlers/mutation-observer/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Advanced Mutation Observer with Aspose.HTML for Java
-linktitle: Advanced Mutation Observer with Aspose.HTML for Java
+linktitle: Advanced Mutation Observer with Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to implement an advanced Mutation Observer with Aspose.HTML for Java, tracking DOM changes seamlessly. Dive into our step-by-step guide.
 type: docs
diff --git a/content/english/java/saving-html-documents/_index.md b/content/english/java/saving-html-documents/_index.md
index 882299ed..bcb8a670 100644
--- a/content/english/java/saving-html-documents/_index.md
+++ b/content/english/java/saving-html-documents/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Saving HTML Documents in Aspose.HTML for Java
-linktitle: Saving HTML Documents in Aspose.HTML for Java
+linktitle: Saving HTML Documents in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Discover comprehensive Aspose.HTML for Java tutorials that guide you through saving HTML documents, converting to Markdown, and more.
 type: docs
diff --git a/content/english/java/saving-html-documents/convert-html-to-markdown/_index.md b/content/english/java/saving-html-documents/convert-html-to-markdown/_index.md
index b031f2e2..28459af1 100644
--- a/content/english/java/saving-html-documents/convert-html-to-markdown/_index.md
+++ b/content/english/java/saving-html-documents/convert-html-to-markdown/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Convert HTML to Markdown in Aspose.HTML for Java
-linktitle: Convert HTML to Markdown in Aspose.HTML for Java
+linktitle: Convert HTML to Markdown in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Easily convert HTML to Markdown using Aspose.HTML for Java. Follow this step-by-step guide for smooth content conversion and manipulation.
 type: docs
diff --git a/content/english/java/saving-html-documents/save-html-document/_index.md b/content/english/java/saving-html-documents/save-html-document/_index.md
index 6be8ca2f..137500f5 100644
--- a/content/english/java/saving-html-documents/save-html-document/_index.md
+++ b/content/english/java/saving-html-documents/save-html-document/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Save HTML Document in Aspose.HTML for Java
-linktitle: Save HTML Document in Aspose.HTML for Java
+linktitle: Save HTML Document in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to save HTML documents using Aspose.HTML for Java with this comprehensive step-by-step guide designed for beginners and experts.
 type: docs
diff --git a/content/english/java/saving-html-documents/save-html-to-file/_index.md b/content/english/java/saving-html-documents/save-html-to-file/_index.md
index f40177a4..41dae5e4 100644
--- a/content/english/java/saving-html-documents/save-html-to-file/_index.md
+++ b/content/english/java/saving-html-documents/save-html-to-file/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Save HTML Document to File in Aspose.HTML for Java
-linktitle: Save HTML Document to File in Aspose.HTML for Java
+linktitle: Save HTML Document to File in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to save an HTML document to a file using Aspose.HTML for Java, perfect for handling multiple linked resources with ease.
 type: docs
diff --git a/content/english/java/saving-html-documents/save-html-to-mhtml/_index.md b/content/english/java/saving-html-documents/save-html-to-mhtml/_index.md
index c58c49a6..90c71a39 100644
--- a/content/english/java/saving-html-documents/save-html-to-mhtml/_index.md
+++ b/content/english/java/saving-html-documents/save-html-to-mhtml/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Save HTML to MHTML in Aspose.HTML for Java
-linktitle: Save HTML to MHTML in Aspose.HTML for Java
+linktitle: Save HTML to MHTML in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to save HTML documents as MHTML using Aspose.HTML for Java with this step-by-step guide, complete with code examples and practical tips.
 type: docs
diff --git a/content/english/java/saving-html-documents/save-svg-document/_index.md b/content/english/java/saving-html-documents/save-svg-document/_index.md
index d8f0d0f2..1fa0968a 100644
--- a/content/english/java/saving-html-documents/save-svg-document/_index.md
+++ b/content/english/java/saving-html-documents/save-svg-document/_index.md
@@ -1,6 +1,6 @@
 ---
 title: Save SVG Document in Aspose.HTML for Java
-linktitle: Save SVG Document in Aspose.HTML for Java
+linktitle: Save SVG Document in Aspose.HTML
 second_title: Java HTML Processing with Aspose.HTML
 description: Learn how to save SVG documents using Aspose.HTML for Java with this easy step-by-step guide packed with examples.
 type: docs