Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 2,976 for

image annotation

(0.96 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....Annotation 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....Annotation Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...

    docs.groupdocs.com/comparison/python-net/get-fi...
  3. Render documents | GroupDocs

    Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Annotation Product Solution GroupDocs...following formats: HTML PDF Images (JPG or PNG) If the source...

    docs.groupdocs.com/viewer/net/rendering-documents/
  4. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and Image formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...

    docs.groupdocs.com/conversion/java/convert/pdf/
  5. Optimize the output PDF file | GroupDocs

    Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Annotation Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Convert to grayscale | GroupDocs

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#)....Annotation Product Solution GroupDocs...output PDF file / Optimize images / Convert to grayscale Convert...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. List and print all supported file types | Group...

    This article explains how to list and print file types supported by GroupDocs.Viewer for .NET...Annotation Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  8. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....Annotation Product Solution GroupDocs...Sub End Module The following image demonstrates the result. There...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...return response; } PDF Result: image.png (53.1 KB) Watermark looks...Add(watermark) Check the result with Annotation watermark type and then with...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  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.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....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/java/working-with-m...