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

values

(0.04 sec)
  1. Quản lý dữ liệu XMP và EXIF của hình ảnh HEIF H...

    Quản lý dữ liệu XMP và EXIF của ảnh HEIF, HEIC bằng C#. Đọc, cập nhật, xóa dữ liệu EXIF và XMP bằng API tự động hóa siêu dữ liệu trong các ứng dụng .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/vi/metadata/manage-xmp-and-e...
  2. Extract text from Microsoft Office Word documen...

    This article explains that how to extract text from Microsoft Office Word (.doc, .docx) documents...Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Extracting document metainfo | Documentation

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Java API....thing to note: if returns NULL value instead of some of inheritors...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/editor/java/extracting-docum...
  4. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....LyricsField ( "ABC" , "custom value" )); // ... metadata . Save...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  5. Преобразование данных Excel и CSV в C# | XLSX в...

    Преобразование XLS и XLSX в форматы CSV и CSV в форматы Excel в приложениях Java. Автоматизируйте преобразование файлов с помощью Java API для преобразования документов....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/ru/conversion/convert-excel-...
  6. generate reports in csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....fichiers CSV Comma Separated Values sont largement utilisés pour...

    blog.groupdocs.com/fr/tag/generate-reports-in-c...
  7. CSV to Word Report in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....فایل های CSV Comma Separated Values به طور گسترده برای تبادل داده...

    blog.groupdocs.com/fa/tag/csv-to-word-report-in...
  8. Generate Reports

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....فایل های CSV Comma Separated Values به طور گسترده برای تبادل داده...

    blog.groupdocs.com/fa/tag/generate-reports/
  9. Introducing Z-Order for Text Signatures in Grou...

    We are back with another monthly release of our eSign API - GroupDocs.Signature for .NET. This release includes three new features, three improvements, and a bug fix. So in this article, I’ll give you a walk-through of the latest release. Support of Z-Order for Text Signatures Z-order determines the order for the overlapping, two-dimensional objects in an x-y plane. Put it simply, if X-axis represents the width and Y-axis represents the height then Z-order will represent the depth of the object....object with a higher Z-order value will appear in front of all...

    blog.groupdocs.com/signature/introducing-z-orde...
  10. 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 MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... WriteLine ( "Value: {0}" , simpleTag . Value ); } } // Read...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...