Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 4,644 for

values

(0.08 sec)
  1. Introducing Web Report Generator | GroupDocs

    Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own database (MS SQL Server local OR Remote) tables, views and also with custom query.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/introducing-web...
  2. 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...
  3. 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...
  4. 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...
  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. 在 Java 中處理 JPEG、PNG、TIFF 和 WebP 圖像的 EXIF 數據

    在 Java 中處理圖像的 EXIF 元數據。使用 Java API 以編程方式提取、更新、添加或刪除 JPG/JPEG、PNG、WebP 或其他圖像的 EXIF 數據。... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/zh-hant/metadata/handle-exif...
  7. 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...
  8. 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...
  9. مدیریت داده های 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...
  10. 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...