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

values

(0.05 sec)
  1. Online DOC til XLS-konvertering | Gratis GroupD...

    DOC til XLS dokumentkonvertering - konverter DOC til XLS online gratis, ingen registrering nødvendig. Sikker og brukervennlig konvertering fra DOC til XLS!...worksheet and can span numeric values, text data, formulas, external...TSV Conversion (Tab Separated Values File) DOC TO XLAM Conversion...

    products.groupdocs.app/nb/conversion/doc-to-xls
  2. 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...
  3. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....extension can have a Mobi or Azw3 value. property returns an approximate...property always returns a false value, because Mobi documents cannot...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  4. 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...
  5. 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/
  6. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java.... specifies value in percent where 100% is unchanged...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Enabling Inline CSS Styles | Documentation

    This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....setUseInlineStyles ( boolean value ) The example below shows how...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  8. Add Form-Field Signatures in PDF using GroupDoc...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.11 of the API comes up with a multitude of new features like the ability to add form-field signatures in PDF documents and many more. We therefore recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience. Features Sign PDF Document with a Form-Field SignatureThe Form-Field Signatures are the input control which are placed in a document page....Value = @"Value1"; // search document...Add(mdSign_Date); // setup some integer value SlidesMetadataSignat mdSign_Days...

    blog.groupdocs.com/signature/groupdocs.signatur...
  9. Converti dati Excel e CSV in C# | XLSX in CSV -...

    Converti XLS e XLSX in CSV e CSV in formati Excel all'interno delle applicazioni Java. Automatizza la conversione dei tuoi file utilizzando l'API Java per la conversione dei documenti....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/it/conversion/convert-excel-...
  10. C#을 사용하여 데이터베이스 파일에서 데이터 추출

    데이터베이스는 대부분의 애플리케이션에서 필수적인 부분으로 간주됩니다. 데스크탑, 웹 또는 모바일 애플리케이션이든 데이터베이스는 데이터를 저장, 액세스 및 조작하는 데 중요한 역할을 합니다. 데이터베이스를 생성하고 관리할 수 있는 많은 데이터베이스 관리 시스템이 있습니다. 그러나 데이터베이스 관리 시스템을 설치하거나 SQL 쿼리를 작성하지 않고 데이터베이스 파일(예: .db 파일)에서 데이터를 추출하는 방법이 필요한 시나리오가 있을 수 있습니다. 이러한 경우 데이터베이스 파일을 어떻게 구문 분석하고 데이터를 가져오겠습니까? 이 기사에서는 SQL 쿼리를 작성하지 않고 SQLite 데이터베이스의 테이블에서 데이터를 얼마나 쉽게 추출할 수 있는지 보여드릴 것입니다....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/ko/parser/extract-data-from-...