Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 9,583 for

image

(0.66 sec)
  1. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。... Bitmap Image File (.bmp) Comma Separated...Language File (.html) JPEG Image (.jpeg) LaTeX Source Document...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  2. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images. The following are the steps to read the native PNG metadata. Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.Image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....“Improve comparison of Text & Imaging formats” and ” Add styles change...change detection for Comparison.Imaging (height, width)” along with...

    blog.groupdocs.com/categories/groupdocs.compari...
  4. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly....information, see how to convert Image to PDF in Java . Updated on...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert HTML to JPG using C#

    This brief article will demonstrate how to convert HTML to JPG using C# without installing third-party software, and provide code example to export HTML to JPG in C#....Converting an HTML file to a JPG image can be a useful task for various...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Can't set the font when converting EML to PDF -...

    I have a .EML file and I am receiving it as a a byte stream, I am then trying to convert it to PDF. I am running in a docker container with an alpine linux base. I am using Java. The eml file has Chinese text and for Ch…...following information: Docker image Sample application Source file:...

    forum.groupdocs.com/t/cant-set-the-font-when-co...
  7. Convert JPG to XPS using C#

    This tutorial will show you how to convert JPG to XPS using C#. Also, code example will be provided to export JPG to XPS using C# without installing extra software....with JPG being a widely used image format known for its compression...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  8. XML Viewer using Java | Render XML as PDF using...

    View XML files as PDF using Java. Learn how to render XML files within your own XML viewer Java application using GroupDocs API....including XML to PDF, HTML, and image formats like JPG and PNG within...

    blog.groupdocs.com/viewer/xml-viewer-using-java/
  9. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following Image: In extracted files and folders, you can see solution file for C# Project....folders will look like following image: In extracted files and folders...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  10. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....PPSX OpenDocument Formats ODP Image files SVG Was this page helpful...

    docs.groupdocs.com/viewer/java/exclude-fonts/