Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 2,967 for

image annotation

(0.04 sec)
  1. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Annotation Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Subset fonts | GroupDocs

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Annotation Product Solution GroupDocs...download it. The following image demonstrates the result. There...

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

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Annotation Product Solution GroupDocs...output PDF file / Optimize images / Convert to grayscale Convert...

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for Java using Java....Annotation Product Solution GroupDocs...+ fileType ); The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-determine...
  5. Ինչպես փոխարկել պատկերը PDF-ի Java-ում

    Այս կարճ ուղեցույցը բացատրում է, թե ինչպես փոխարկել պատկերը PDF-ի Java-ում: Դուք կարող եք նաև իմանալ փաստաթղթերի փոխակերպման մասին՝ նայելով Java կոդի օրինակ՝ JPG-ն PDF-ի փոխարկելու համար:...Annotation Product Family GroupDocs...Converter դասը և բեռնեք մուտքագրված Image ֆայլը Ստեղծեք PdfConvertOptions...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  6. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...viewOptions ); } The following image shows the output.log file: Was...

    docs.groupdocs.com/viewer/java/logging/
  7. Remove form fields | GroupDocs

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Annotation Product Solution GroupDocs...download it. The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...attachment ); } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  9. Get file info | GroupDocs

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

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  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:...Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...

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