Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 9,616 for

image

(0.09 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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/
  5. 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/
  6. Specify encoding when loading documents | Group...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications.... The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/java/specify-encoding...
  7. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Comparison....PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/java/get-file-info/
  8. 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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. How to Add Link Annotation to PDF using C#

    Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....such as ellipse, highlight, image, strikeout, search text and...

    kb.groupdocs.com/annotation/net/how-to-add-link...
  10. XML Viewer using C# | Render XML as PDF using ....

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

    blog.groupdocs.com/viewer/xml-viewer-using-csharp/