Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 9,572 for

images

(0.06 sec)
  1. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/getting-...
  2. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/get-docu...
  3. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....properly for rendering into image and PDF Incorrect rendering...rendering PDF document as HTML Images are missing when rendering...

    blog.groupdocs.com/viewer/exclude-specific-font...
  4. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Parse and Extract Fillable PDF Form Field Value...

    Parse fillable PDF forms and extract form field values of PDF documents in C# using parsing & data extraction .NET API by GroupDocs....supports text, metadata, and image extraction from word-processing...Form Fields using Java Extract Images from Documents in C#...

    blog.groupdocs.com/parser/parse-and-extract-dat...
  6. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Viewer may reduce the image size or quality, remove notes...spreadsheets in a PDF file Optimize images in Java Optimize content Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Viewer may reduce the image size or quality, remove notes...spreadsheets in a PDF file Optimize images Optimize content Optimize fonts...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Optimize the output PDF file | GroupDocs

    Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Viewer may reduce the image size or quality, remove notes...spreadsheets in a PDF file Optimize images Optimize content Optimize fonts...

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

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#)....output PDF file / Optimize images / Convert to grayscale Convert...Sub End Module The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....convert different document, text, images, styles etc. in a huge files...

    blog.groupdocs.com/editor/introducing-groupdocs...