Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 4,585 for

values

(0.07 sec)
  1. Metadata タグの扱い方

    Metadata タグの使用方法を説明してください。...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } タグでメタデータ プロパティを追加...

    blog.groupdocs.com/ja/metadata/how-to-work-with...
  2. Compare two documents - Control header and foot...

    Compare two documents but ignore or include header and footer content. Is this what you need in your document comparison application? Then you must try GroupDocs.Comparison for .NET. This back-end API can be implemented in any of your .NET application without any third party tool/software dependency. Those who are already using this API, we have some interesting features and few bug fixes introduced in GroupDocs.Comparison for .NET 19.11. Set output paper size A new property PaperSize is introduced in CompareOptions class using that you can adjust paper size of the resultant document (e....If you don’t set PaperSize value, output file will has paper...

    blog.groupdocs.com/comparison/compare-two-docum...
  3. オンラインでバーコードをスキャン |画像とカメラを使用したバーコード スキャン

    オンラインでバーコードをスキャンします。バーコード画像をスキャンし、カメラを使用してスキャンします。 C# と Java を使用してプログラムでバーコードをスキャンする方法についても説明します。...CodeTypeName +" Value: " + barcode.Value); } } C# を使用したバーコード...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ja/parser/scan-barcode-online/
  4. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. 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...
  6. Generate PDF report from CSV

    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-pdf-report-f...
  7. CSV to PDF using template

    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-pdf-using-temp...
  8. Generate PDF Report in Java

    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....Việt 中文 中國傳統的 Comma Separated Values (CSV) เป็นรูปแบบไฟล์สำหรับ...

    blog.groupdocs.com/th/tag/generate-pdf-report-i...
  9. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box.... value } " ) if __name__ == "__main__"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/python-net/how-to-run...
  10. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API.... The RenderComments value impacts any document comments...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/generate-doc...