Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 4,866 for

values

(1.32 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format.... Value . Type == MetadataPropertyType...) { foreach ( var value in dataSet . Value . ToArray < PropertyValue...

    docs.groupdocs.com/metadata/net/working-with-ip...
  2. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....one of the following field values: Resolution field DPI Remarks...source file This is the default value. DPI_72 72 Maximum image compression...

    docs.groupdocs.com/viewer/java/render-presentat...
  3. Supported File Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Spreadsheet ✅ ✅ TSV Tab Separated Values File ✅ ✅ XLAM Microsoft Excel...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/python-net/suppor...
  4. Developing Extensions for Google Chrome - Group...

    This article describes how Google Chrome extensions are structured. Also I’ll show you how to create one using the GroupDocs Viewer extension as an example. Google Chrome extensionsIn contrast to developing extensions for FireFox, writing extensions for Google Chrome is a rather simple task. Chrome extensions are archives that contain the manifest file, called manifest.json and other resource files. The manifest file describes a extension’s general information: any pages and scripts it uses, and permissions....displays a form for input of new values (a new login form). If a user...

    blog.groupdocs.com/viewer/developing-extensions...
  5. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....created, this enum has a default value NotExtract , which means do...nor from the system. Other values are the next: ExtractAllEmbedded...

    docs.groupdocs.com/editor/java/font-extraction-...
  6. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... Value . ToString ())); foreach ( var...property . Name , property . Value ); } } Replacing Metadata using...

    docs.groupdocs.com/metadata/net/migration-notes/
  7. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....custom encrypted objects and values into Metadata signature This...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-document-...
  8. SVG to JPG image conversion issue in Java - Fre...

    Hi @atir.tahir We’ve implemented SVG to JPG image conversion using the latest version of GroupDocs (v25.3). However, the output images appear blurry, and the fonts do not seem to render correctly during the conversion p…...setMinimumHeight(2400); By increasing their values, you will be able to control...

    forum.groupdocs.com/t/svg-to-jpg-image-conversi...
  9. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....PropertyValueArray ) { for ( PropertyValue value : dataSet . getValue (). toArray...String . format ( "%s, " , value . getRawValue ())); } System...

    docs.groupdocs.com/metadata/java/working-with-i...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Using the Replace API Update Values with IReplaceHandler The code...getName ())) { // update property value property . setValue ( new PropertyValue...

    docs.groupdocs.com/metadata/java/migration-notes/