Zh

'在 Java 中将 Word 文档呈现为缩小的 HTML'

HTML 缩小通过有效的加载时间和带宽使用提高了 Web 应用程序的性能。 HTML 和 CSS 中不必要的代码部分、无关紧要的空格、注释、分号、颜色值在缩小过程中得到优化。让我们自动化该过程以消除不需要的代码并提高 Java 应用程序的效率。为了提高性能,本文讨论了如何在 Java 中将 Word 文档呈现为缩小的 HTML
三月 4, 2022 · 1 分钟 · Shoaib Khan

'使用 C# 将 Word 文档呈现为干净的 HTML'

HTML 的清理和缩小可以提高网页的加载时间和带宽使用率。据观察,当使用某些工具将一个文档转换为 HTML 格式时,会注入一些不必要的代码。您可以在 .NET 应用程序中删除这些不需要的代码。本文讨论如何使用 C# 将 Word 文档呈现为缩小的 HTML
二月 25, 2022 · 1 分钟 · Shoaib Khan

'使用 Java 的 STL 文件查看器'

STL (STereoLithography) file format is vastly used for 3D CAD drawings and printing. On the other hand, there are many other formats that are more portable than STL. Here comes the requirement to render the STL format into other formats. In this article, we will discuss how to render the STL files into PDF format using Java. In addition to this, we will convert the STL files to HTML, JPG, and PNG formats within Java application using examples. 本文讨论了以下主题:

  • STL 查看器 Java API * 以 PDF 格式查看 STL * 以 HTML、JPG、PNG 格式查看 STL
一月 7, 2022 · 2 分钟 · Shoaib Khan

使用 C# 的 STL 文件查看器

STL (STereoLithography) file format is used for 3D CAD drawings and 3D printing. There are several requirements when the developers are required to programmatically render STL files into various other formats. One of the reasons for conversion is better portability. In this article, you will learn how to render the STL files into PDF format using C#. Additionally, we will convert the STL files to HTML, JPG, and PNG format within .NET application using examples. 本文讨论了以下主题:

  • STL 查看器 .NET API * 以 PDF 格式查看 STL * 以 HTML、JPG、PNG 格式查看 STL
十二月 28, 2021 · 2 分钟 · Shoaib Khan

在 Java 中将源代码转换为 PDF

If you want to share your code snippets, you can convert them into PDF format. In this article, we will discuss how to convert Java, Python, C++, PHP source code to PDF format within Java application. Additionally, we will also learn to password-protect the converted PDF files. 本文讨论了以下主题:

  • 源代码转换 Java API * Java 到 PDF 使用 Java * Python到PDF使用Java * PHP to PDF - 保护 PDF 文件
十二月 16, 2021 · 2 分钟 · Shoaib Khan

在 C# 中将源代码转换为 PDF

您有时需要将源代码文件转换为其他格式。它可能用于共享或分析目的。本文讨论如何在 .NET 应用程序中将 Python、PHP、Java、C#、C/C++** 源代码文件转换为 PDF** 格式。此外,我们将以编程方式对转换后的文件进行密码保护。
十二月 3, 2021 · 2 分钟 · Shoaib Khan

使用 Java 将 Word 文档作为响应式 HTML 页面查看

Responsive HTML web pages are the ones that look good on different devices by adjusting themselves according to the different screen sizes. This article will guide you about how to programmatically convert word documents as responsive HTML pages within the Java applications using GroupDocs.Viewer. 本文将介绍以下主题:

  • 用于 Word 和响应式 HTML 查看器的 Java API * 在 Java 中将 Word 文档视为响应式 HTML
九月 23, 2021 · 1 分钟 · Shoaib Khan

使用 C# 将 Word 文档作为 HTML 响应页面查看

HTML 响应式网页旨在在不同的设备上看起来不错。这些页面会根据不同的屏幕尺寸自动调整。本文将指导您使用 C# 在 .NET 应用程序中自动转换并查看 Word 文档作为响应式 HTML 页面。
八月 28, 2021 · 1 分钟 · Shoaib Khan

使用 C# 查看 CAD 文档

CAD (Computer-Aided Design) drawings are normally used to create architectural plans and models using CAD software programs. Some of the well-known AutoCAD file formats are DWG, DXF, DGN, DWF. We discussed [viewing the CAD drawings using Java][1] in a separate article. Today, in this article, we will discuss how to programmatically view CAD files using C# within .NET applications. 本文简要介绍了以下主题:

  • .NET API 来渲染 CAD 文件。 * 将 CAD 文件转换为 HTML、JPG、PNG 或 PDF。 * 获取 DWG 的布局和图层。 * 渲染 DWG 图纸的 CAD 图层。 * 渲染 DWG 图纸的 CAD 布局。 [继续阅读…][2]
四月 27, 2021 · 3 分钟 · Shoaib Khan

使用 Java 查看 CAD 文档

C计算机-Aided Design - CAD 文件通常用于 2D 和 3D 设计。这些设计由 CAD 软件程序生成,通常用于创建模型和建筑计划。如果您使用过 CAD,您很可能熟悉 AutoCAD 的一些文件格式,例如DWG、DXF、DGN、DWF。本文将讨论如何在 Java 应用程序中以编程方式查看 CAD 文件。
四月 5, 2021 · 3 分钟 · Shoaib Khan