Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 4,335 for

values

(0.11 sec)
  1. Konwertuj dane CSV i Excel w Javie | CSV na XLS...

    Konwertuj formaty XLS i XLSX na CSV i CSV na format Excel w aplikacjach Java. Zautomatyzuj konwersję plików za pomocą Java API do konwersji dokumentów....Converter("path/comma-sparated-values.csv", loadOptions); SpreadsheetConvertOp...

    blog.groupdocs.com/pl/conversion/convert-csv-an...
  2. compressed.zip

    business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Bus......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...
  3. converted-files.zip

    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 I N E S 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. Chỉnh sửa và Quản lý Siêu Dữ Liệu trong Ứng Dụn...

    Khám phá cách sử dụng GroupDocs.Metadata for Node.js để trích xuất, cập nhật và xóa siêu dữ liệu trong các ứng dụng của bạn....properties and log their names and values. const groupdocsMetadata =...). getName () } , Property value: ${ metadataProperties . get_Item...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  5. Behandeln Sie EXIF-Daten von JPEG-, PNG-, TIFF-...

    Bearbeiten Sie EXIF-Metadaten von Bildern in Java. Extrahieren, aktualisieren, hinzufügen oder entfernen Sie EXIF-Daten von JPG/JPEG-, PNG-, WebP- oder anderen Bildern programmgesteuert mithilfe der Java-API.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/de/metadata/handle-exif-data...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Removing Selective Chart Series Dynamically | D...

    Note This feature is supported by version 17.11 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/removing-selec...