Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 4,918 for

values

(3.06 sec)
  1. مدیریت داده های 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...
  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. 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...
  5. Hasilkan Tanda Air Ubin - Tingkatkan Keamanan D...

    Temukan teknik untuk membuat watermark tiling untuk dokumen menggunakan C#, Java, dan Node.js. Tingkatkan keamanan dokumen Anda dengan panduan langkah demi langkah ini....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 10 } }; // Tetapkan properti...

    blog.groupdocs.com/id/watermark/generate-tiling...
  6. Manejar datos EXIF de imágenes JPEG, PNG, TIFF ...

    Manipular metadatos EXIF de imágenes en Java. Extraiga, actualice, agregue o elimine datos EXIF de JPG/JPEG, PNG, WebP u otras imágenes mediante programación mediante la API de Java.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/es/metadata/handle-exif-data...
  7. Compare Excel Spreadsheets. Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. Compare spreadsheets with custom styling, visibility controls, summary pages, and advanced comparison options....highlights only cells that changed value, ideal for change-impact analysis...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/compare-excel...
  8. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....( "customProperty1" , "some value" ); metadata . save ( Constants...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/compar...
  10. Convert eBook formats | GroupDocs

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/convert/ebook/