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

groupdocs.search

(0.13 sec)
  1. Rotating PDF documents | GroupDocs

    The page describes how to rotating the PDF document pages using GroupDocs.Annotation for .NET API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/rotatitng-pdf...
  2. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/save-specifi...
  4. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for Java using Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-determine...
  5. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/setting-autho...
  6. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  7. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. Get changes coordinates | GroupDocs

    Learn how to obtain coordinates for detected changes on page previews using GroupDocs.Comparison for Python via .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/get-ch...
  9. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for .NET. It means that you can embed PDF in websites or applications by using this C# API...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/rendering-to-pdf/
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

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