Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 3,554 for

image conversion

(0.08 sec)
  1. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs...Excel spreadsheet document as image link inside of predefined cell...

    docs.groupdocs.com/merger/net/add-document-to-s...
  2. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Conversion Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...

    docs.groupdocs.com/comparison/python-net/get-fi...
  3. Get the PDF output file information | GroupDocs

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  4. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Conversion Product Solution GroupDocs...gets XMP properties of a PNG image and displays them on the screen...

    docs.groupdocs.com/metadata/java/working-with-x...
  5. 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#....Conversion Product Family GroupDocs...such as ellipse, highlight, image, strikeout, search text and...

    kb.groupdocs.com/annotation/net/how-to-add-link...
  6. Rich Text MSG email with inline attachment show...

    One prevalent use case of Rich Text format emails is to embed documents into table cells. However, when converting such emails into PDF format, the document icons are converted to missing files “x” icons. Sample MSG fi…...Conversion Product Family dotnet , document-conversion jarrodwee...body: image.png (18.5 KB) Converted PDF email body: image.png (27...

    forum.groupdocs.com/t/rich-text-msg-email-with-...
  7. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....Conversion Product Solution GroupDocs...download it. The following image shows a sample console output:...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  8. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  9. 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....Conversion Product Solution GroupDocs...PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/net/get-file-info/
  10. 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 !...Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/net/working-with-me...