Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 4,495 for

values

(0.54 sec)
  1. basic-example.zip

    basic-example/.dockerignore node_modules groupdocs.comparison/node_modules npm-debug.log* yarn-debug.log* pnpm-debug.log* .git .env .DS_Store logs *.log basic-example/convert-file.js 'use strict'; ......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/nodejs-java/_samp...
  2. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents....hyperlink, strong, em tags and the value that represents a text: ) Tag...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-str...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... format ( "Value: %s" , simpleTag . getValue...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. C#.NETを使用して、ドキュメント内の単語と各単語の出現をカウントします

    .NETドキュメント解析APIを使用して、C#のPDF、Word、Excel、PowerPoint、およびEメールドキュメントの単語数とその出現回数をカウントします。...Value); // 単語数の結果を印刷する Console.WriteLine("Total...of {0}: {1}", pair.Key, pair.Value); } } } 上記のコードの出力は次のとおりです。 無料のAPIライセンスを取得する...

    blog.groupdocs.com/ja/parser/count-words-and-oc...
  5. مدیریت داده های EXIF تصاویر JPEG، PNG، TIFF و W...

    دستکاری فراداده EXIF تصاویر در جاوا. استخراج، به‌روزرسانی، افزودن یا حذف داده‌های EXIF از JPG/JPEG، PNG، WebP یا سایر تصاویر با استفاده از 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/fa/metadata/handle-exif-data...
  6. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. How to merge TIF images using java | GroupDocs

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/getting-started/...
  8. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  9. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/split-text-file/
  10. How to merge WAV files using C# | GroupDocs

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/getting-started/u...