Skip to content

Commit 67e02ca

Browse files
committed
Optimizations
1 parent 7adcf95 commit 67e02ca

File tree

90 files changed

+45
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+45
-108
lines changed

content/english/java/advanced-rendering/adjust-image-quality-groupdocs-viewer-java/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ keywords:
1616

1717
Balancing image quality and file size is a critical challenge when converting PDF documents, especially for online sharing or archiving. **GroupDocs.Viewer for Java** provides a powerful solution to efficiently adjust image quality when rendering PDFs into HTML format. This tutorial will guide you through the process of optimizing image quality in your PDF files.
1818

19-
![Optimize PDF Image Quality with GroupDocs.Viewer for Java](/viewer/advanced-rendering/optimize-pdf-image-quality-java.png)
2019

21-
You will learn how to:
22-
- Set up and configure GroupDocs.Viewer for Java.
23-
- Adjust image quality within a source PDF document step-by-step.
24-
- Apply best practices for performance optimization during rendering.
25-
- Explore practical applications of this feature.
20+
**What You'll Learn:**
21+
- Setting up and configuring GroupDocs.Viewer for Java.
22+
- Step-by-step instructions on adjusting image quality within a source PDF document.
23+
- Best practices for optimizing performance when rendering documents.
24+
- Practical applications of this feature in real-world scenarios.
25+
26+
Let's start with the prerequisites before diving into implementation.
2627

2728
## Prerequisites
2829

content/english/java/advanced-rendering/groupdocs-viewer-java-adjust-text-overflow-spreadsheets/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ keywords:
1414

1515
## Introduction
1616

17-
![Adjust Text Overflow in Excel Spreadsheets with GroupDocs.Viewer for Java](/viewer/advanced-rendering/adjust-text-overflow-in-excel-spreadsheets-java.png)
1817

1918
Dealing with overflowing text in spreadsheet cells is a common challenge when converting Excel files to HTML. **GroupDocs.Viewer for Java** provides a simple and effective solution to manage and hide this overflow, ensuring your spreadsheets are displayed cleanly and professionally.
2019

20+
![Adjust Text Overflow in Excel Spreadsheets with GroupDocs.Viewer for Java](/viewer/advanced-rendering/adjust-text-overflow-in-excel-spreadsheets-java.png)
21+
2122
This tutorial will guide you through the process of hiding text that overflows from spreadsheet cells using GroupDocs.Viewer in your Java applications. You will learn how to:
2223
- Set up GroupDocs.Viewer for Java in your project.
2324
- Configure `HtmlViewOptions` to control text overflow in Excel sheets.

content/english/java/advanced-rendering/groupdocs-viewer-java-custom-filenames-rendering-archives/_index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ Struggling with generic or incorrect filenames when converting archive files to
1818

1919
![Custom Filenames for PDF Rendering of Archives with GroupDocs.Viewer for Java](/viewer/advanced-rendering/custom-filenames-for-pdf-rendering-of-archives-java.png)
2020

21-
In this guide, you will learn how to:
22-
- Set up GroupDocs.Viewer for Java in your project.
23-
- Render archive files to PDF with a specified filename.
24-
- Explore practical applications of this feature.
25-
- Optimize performance for efficient rendering.
21+
**What You'll Learn:**
22+
- Setting up GroupDocs.Viewer for Java
23+
- Rendering archive files into PDF with specified filenames
24+
- Practical applications of custom filename features
25+
- Best practices for performance optimization
26+
27+
Let's dive in by setting up your environment and exploring the key features that make GroupDocs.Viewer a powerful tool for document rendering.
2628

2729
## Prerequisites
2830

content/english/java/advanced-rendering/groupdocs-viewer-java-document-views/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ Unlock the power of **GroupDocs.Viewer for Java** to extract detailed informatio
1818

1919
![Retrieve Document View Information and Insights with GroupDocs.Viewer for Java](/viewer/advanced-rendering/retrieve-document-view-information-and-insights-java.png)
2020

21-
In this guide, you will learn how to:
22-
- Configure GroupDocs.Viewer for Java in your project.
23-
- Retrieve and utilize document view information.
24-
- Apply best practices for seamless integration.
21+
**What You'll Learn:**
22+
- Setting up GroupDocs.Viewer for Java.
23+
- Retrieving and using document view information.
24+
- Best practices for integration into your applications.
25+
2526

2627
## Prerequisites
2728

content/english/java/advanced-rendering/groupdocs-viewer-java-limit-outlook-rendering/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Struggling with the performance of rendering large Outlook data files like PST o
1818

1919
![Limit Outlook Item Rendering with GroupDocs.Viewer for Java](/viewer/advanced-rendering/limit-outlook-item-rendering-java.png)
2020

21-
In this tutorial, you will learn how to:
22-
- Set up GroupDocs.Viewer for Java in your project.
23-
- Configure the library to limit the number of items rendered from Outlook files.
24-
- Explore practical applications and performance considerations.
21+
### What You'll Learn:
22+
- Setting up GroupDocs.Viewer for Java
23+
- Configuring the library to limit item counts in Outlook files
24+
- Practical applications and performance considerations
25+
26+
Let’s begin with setting up your environment and implementing this feature effectively.
2527

2628
## Prerequisites
2729

content/english/java/advanced-rendering/groupdocs-viewer-java-responsive-html-rendering/_index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ In today's multi-device world, ensuring your documents are accessible and visual
1818

1919
![Responsive HTML Rendering with GroupDocs.Viewer for Java](/viewer/advanced-rendering/responsive-html-rendering-java.png)
2020

21-
You will learn how to:
22-
- Configure GroupDocs.Viewer in your Java project.
23-
- Implement responsive HTML rendering with just a few lines of code.
24-
- Explore practical applications and integration possibilities.
25-
- Optimize performance for efficient resource management.
21+
### What You'll Learn:
22+
- Setting up GroupDocs.Viewer in your Java project.
23+
- Implementing responsive HTML rendering with GroupDocs.Viewer.
24+
- Exploring practical applications and integration possibilities.
25+
- Performance optimization tips for efficient resource management.
26+
27+
Ready to enhance document rendering? Let's start by exploring the prerequisites you need before implementation.
2628

2729
## Prerequisites
2830

content/english/java/advanced-rendering/groupdocs-viewer-java-retrieve-print-attachments/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ Unlock powerful document attachment handling in your Java applications with **Gr
1919

2020
![Retrieve and Print Document Attachments with GroupDocs.Viewer for Java](/viewer/advanced-rendering/retrieve-and-print-document-attachments-java.png)
2121

22-
By the end of this tutorial, you will be able to:
23-
- Configure GroupDocs.Viewer for Java in your development environment.
24-
- Programmatically access and list attachments from documents.
25-
- Implement code to print attachment details for verification and logging.
22+
In this tutorial, we'll explore how you can integrate GroupDocs.Viewer Java into your workflow to streamline document attachment management. By the end of this guide, you will learn:
23+
- How to set up GroupDocs.Viewer for Java in your project
24+
- The steps to retrieve and print document attachments efficiently
25+
- Best practices for optimizing performance when working with large documents
26+
27+
Let's start by covering the prerequisites needed before we begin.
2628

2729
## Prerequisites
2830

content/english/java/advanced-rendering/java-groupdocs-viewer-render-print-areas-spreadsheet/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ keywords:
1717
## Introduction
1818
Rendering specific sections, like print areas, of a spreadsheet can significantly improve efficiency when sharing or generating previews without overwhelming users with extraneous data. This tutorial guides you through using **GroupDocs.Viewer for Java** to render print areas effectively, ideal for developers aiming to enhance their applications.
1919

20-
![Spreadsheet Print Areas Rendering with GroupDocs.Viewer for Java](/viewer/advanced-rendering/spreadsheet-print-areas-rendering-java.png)
21-
2220
### What You'll Learn:
2321
- Setting up GroupDocs.Viewer for Java
2422
- Efficiently rendering spreadsheet print areas

content/english/java/advanced-rendering/java-hpg-rendering-groupdocs-viewer-guide/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ keywords:
1818

1919
Are you looking for an efficient way to convert High Precision Graphics (HPG) files into accessible formats like HTML, JPG, PNG, or PDF using Java? This guide is tailored for developers aiming to enhance document accessibility and usability in web publishing and document management. Learn how to use GroupDocs.Viewer for Java to transform HPG files seamlessly.
2020

21-
![HPG Rendering with GroupDocs.Viewer for Java](/viewer/advanced-rendering/hpg-rendering-java.png)
22-
2321
**What You'll Learn:**
2422
- Render HPG files into HTML, JPG, PNG, and PDF formats using GroupDocs.Viewer
2523
- Set up your development environment with ease

content/english/java/advanced-rendering/java-pdf-rendering-groupdocs-viewer-page-breaks/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Unlock the power of spreadsheet rendering in your Java applications using GroupD
2020

2121
In today’s data-driven world, efficient document management is crucial for businesses looking to streamline their operations. Often, spreadsheets are a primary source of data that needs to be shared in a consistent format across platforms. This tutorial addresses the challenge of rendering spreadsheets with page breaks into PDFs using GroupDocs.Viewer for Java—a versatile tool designed to simplify this process.
2222

23-
![Page Breaks in Spreadsheets with GroupDocs.Viewer for Java](/viewer/advanced-rendering/page-breaks-in-spreadsheets-java.png)
24-
2523
**What You'll Learn:**
2624
- How to render spreadsheets by page breaks into PDFs.
2725
- Configuring spreadsheet rendering options such as grid lines and headings.

0 commit comments

Comments
 (0)