Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 4,280 for

values

(0.03 sec)
  1. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/search-for-mu...
  2. Remove annotation replies | Documentation

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/remove-annot...
  3. convert_files_in_archive.zip

    demo-app/converted-files/annual-review_pdf.pdf ANNUAL REVIEW | 1 ANNUAL REVIEW S U B T I T L E FA B R I K A M T E C H N O L O G Y I N C . | I N F O @ FA B R I K A M . C O M ANNUAL REVIEW | 2 B U S ......Financial reserves • Value proposition • Price, value, quality WEAKNESSES...Goods Sold is the monetized value of the time spent on the client...

    docs.groupdocs.com/conversion/python-net/_sampl...
  4. Convertir CSV en JSON - Conversion d'image en l...

    Convertissez le format CSV au format JSON à l'aide de l'outil de conversion en ligne gratuit. Les développeurs peuvent utiliser .NET, Java et l'API Cloud pour créer CSV to JSON Converter....fichier CSV (Comma Separated Values) au format JSON (JavaScript...

    blog.groupdocs.com/fr/conversion/convert-csv-to...
  5. Перетворення даних CSV і Excel у Java | CSV в X...

    Перетворюйте формати XLS і XLSX у CSV і CSV у Excel у програмах Java. Автоматизуйте перетворення файлів за допомогою Java API для перетворення документів....Converter("path/comma-sparated-values.csv", loadOptions); SpreadsheetConvertOp...

    blog.groupdocs.com/uk/conversion/convert-csv-an...
  6. Преобразование данных CSV и Excel в Java | CSV ...

    Преобразование XLS и XLSX в форматы CSV и CSV в форматы Excel в приложениях Java. Автоматизируйте преобразование файлов с помощью Java API для преобразования документов....Converter("path/comma-sparated-values.csv", loadOptions); SpreadsheetConvertOp...

    blog.groupdocs.com/ru/conversion/convert-csv-an...
  7. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-z...
  8. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Bulleted List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Spreadsheet Document based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Excel Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Excel 2013. Adding bulleted list in Microsoft Excel is different than Microsoft Word.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/bulleted-list-i...