Skip to content

Commit 9d26142

Browse files
Updated Images
1 parent addf342 commit 9d26142

File tree

92 files changed

+97
-5
lines changed

Some content is hidden

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

92 files changed

+97
-5
lines changed

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

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

1919
Are you looking to maintain high-quality images when converting PDF documents while controlling file size? Balancing image quality and file size is crucial, particularly with large documents or online sharing. **GroupDocs.Viewer for Java** allows you to efficiently adjust image quality when rendering PDFs into HTML format. This tutorial will guide you through optimizing image quality in PDF files using GroupDocs.Viewer.
2020

21+
![Optimize PDF Image Quality with GroupDocs.Viewer for Java](/viewer/advanced-rendering/optimize-pdf-image-quality-java.png)
22+
2123
**What You'll Learn:**
2224
- Setting up and configuring GroupDocs.Viewer for Java.
2325
- Step-by-step instructions on adjusting image quality within a source PDF document.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ keywords:
1717
Dealing with overflowing text in spreadsheet cells when converting documents to HTML is a common challenge, especially for extensive Excel files. **GroupDocs.Viewer for Java** simplifies this process, allowing you to manage and hide overflowed text efficiently.
1818
This tutorial guides you through hiding text that overflows from spreadsheet cells using GroupDocs.Viewer in Java, ensuring your spreadsheets are displayed cleanly without messy overflow issues.
1919

20+
![Adjust Text Overflow in Excel Spreadsheets with GroupDocs.Viewer for Java](/viewer/advanced-rendering/adjust-text-overflow-in-excel-spreadsheets-java.png)
21+
2022
**What You’ll Learn:**
2123
- How to set up GroupDocs.Viewer for Java
2224
- Configuring `HtmlViewOptions` to adjust text overflow in Excel sheets

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

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

1919
Struggling with incorrect filenames during the conversion of archive files into PDF format? Whether it's for branding or organizational needs, specifying custom filenames when converting archives ensures consistency and improves workflow efficiency. This tutorial guides you through using GroupDocs.Viewer for Java to customize output filenames during rendering.
2020

21+
![Custom Filenames for PDF Rendering of Archives with GroupDocs.Viewer for Java](/viewer/advanced-rendering/custom-filenames-for-pdf-rendering-of-archives-java.png)
22+
2123
**What You'll Learn:**
2224
- Setting up GroupDocs.Viewer for Java
2325
- Rendering archive files into PDF with specified filenames

content/english/java/advanced-rendering/groupdocs-viewer-java-disable-character-grouping-pdf/_index.md

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

1919
When working with PDF documents, precision in rendering is crucial—especially when dealing with complex text structures like hieroglyphics or languages that require precise character representation. The "Character Grouping" feature often causes issues by grouping characters incorrectly, leading to misinterpretation of the document content. This can be particularly problematic for users needing exact replication of their documents' text layout.
2020

21+
![Precise Rendering Techniques with GroupDocs.Viewer for Java](/viewer/advanced-rendering/precise-rendering-techniques-java.png)
22+
2123
In this tutorial, you'll learn how to use GroupDocs.Viewer for Java to disable character grouping in PDF rendering, ensuring maximum accuracy and precision. By the end, you will have mastered:
2224
- Setting up GroupDocs.Viewer for Java
2325
- Configuring PDF rendering options to disable character grouping

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

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

2323
Leverage the powerful features of GroupDocs.Viewer for Java to extract detailed information about document views in your applications. This tutorial guides you through setting up and utilizing this library effectively.
2424

25+
![Retrieve Document View Information and Insights with GroupDocs.Viewer for Java](/viewer/advanced-rendering/retrieve-document-view-information-and-insights-java.png)
26+
2527
**What You'll Learn:**
2628
- Setting up GroupDocs.Viewer for Java.
2729
- Retrieving and using document view information.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ keywords:
1717
## Overview
1818
Struggling with managing large Outlook data files such as PST or OST? This guide demonstrates how to limit the number of items processed while rendering these files using GroupDocs.Viewer for Java, enhancing your application's efficiency and responsiveness.
1919

20+
![Limit Outlook Item Rendering with GroupDocs.Viewer for Java](/viewer/advanced-rendering/limit-outlook-item-rendering-java.png)
21+
2022
### What You'll Learn:
2123
- Setting up GroupDocs.Viewer for Java
2224
- Configuring the library to limit item counts in Outlook files

content/english/java/advanced-rendering/groupdocs-viewer-java-presentation-notes-rendering/_index.md

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

1919
Are you looking to integrate presentation rendering along with notes into your Java application seamlessly? This comprehensive guide will walk you through the process of using **GroupDocs.Viewer for Java**. By leveraging this powerful tool, you can effortlessly display presentations and their corresponding notes, making it ideal for applications requiring detailed document viewing capabilities.
2020

21+
![Render Presentations with Notes with GroupDocs.Viewer for Java](/viewer/advanced-rendering/render-presentations-with-notes-java.png)
22+
2123
In this tutorial, we'll cover:
2224
- How to set up GroupDocs.Viewer for Java in your project.
2325
- Step-by-step implementation of presentation rendering with notes.

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

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

1919
In today's digital landscape, presenting documents in a visually appealing and accessible format is crucial. Struggling to render documents into responsive HTML using Java? This tutorial will guide you through **GroupDocs.Viewer for Java** to seamlessly convert documents into responsive HTML. By the end of this article, you'll master rendering adaptable documents across all devices.
2020

21+
![Responsive HTML Rendering with GroupDocs.Viewer for Java](/viewer/advanced-rendering/responsive-html-rendering-java.png)
22+
2123
### What You'll Learn:
2224
- Setting up GroupDocs.Viewer in your Java project.
2325
- Implementing responsive HTML rendering with GroupDocs.Viewer.

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

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

1919
Struggling with managing document attachments in Java applications? Whether you're handling complex documents or need an efficient way to access attached files, **GroupDocs.Viewer for Java** is your solution. This powerful library enables developers to effortlessly retrieve and print all attachments from various document formats.
2020

21+
![Retrieve and Print Document Attachments with GroupDocs.Viewer for Java](/viewer/advanced-rendering/retrieve-and-print-document-attachments-java.png)
22+
2123
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:
2224
- How to set up GroupDocs.Viewer for Java in your project
2325
- The steps to retrieve and print document attachments efficiently

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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+
2022
### What You'll Learn:
2123
- Setting up GroupDocs.Viewer for Java
2224
- Efficiently rendering spreadsheet print areas

0 commit comments

Comments
 (0)