Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 46,129 for

(c )

(0.06 sec)
  1. How to merge WAV files using Java | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.wav" )) { // Add another...file to merge merger . join ( "c:\sample2.wav" ); // Merge WAV...

    docs.groupdocs.com/merger/java/getting-started/...
  2. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments1\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/indexing-reports/
  3. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....documents stored at local disk C# using GroupDocs.Comparison ;...documents provided as a stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  4. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....NET like shown below: C# using GroupDocs.Comparison ;...string sourceDocumentPath = @"C:\source.docx" ; // NOTE: Put here...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  5. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-cad-drawin...
  6. Verify Digital Signature in Documents using Java

    Verify digital signatures in digitally signed Word documents, Excel sheets, PowerPoint presentations, and PDF files using Electronic Signature Java API....signatures in documents using C#. Java API for Signature Verification...Signatures in Documents using C#...

    blog.groupdocs.com/signature/verify-digital-sig...
  7. Working with Template Syntax Formatting | Docum...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax   Products Order Price <>No data <><><<[Product.ProductName] : upper>> <<[Price] : arabicDash>><> Total: <<[Sum(c => c.Price)]>><>     Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....arabicDash>><</foreach>> Total: <<[ Sum (c => c. P rice )]>><</if>> Tip For...

    docs.groupdocs.com/assembly/net/working-with-te...
  8. Generate document pages preview | Documentation

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....previewOption = new PreviewOptions ( "C:\\GeneratePreviewHideS\\image...{ Path path = Paths . get ( "C:\\GeneratePreviewFolde" ); if...

    docs.groupdocs.com/signature/java/generate-docu...
  9. Add watermarks to diagram documents | Documenta...

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages.... Ex: "C:\\Docs\\diagram.vsdx" Watermarker...relative path to your document. Ex: "C:\\Docs\\diagram.vsdx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Download .NET 6.0 (Linux, macOS, and Windows)

    .NET 6.0 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications....36 Language support C# 10.0 F# 6.0 Visual Basic 16.9...Runtime 6.0.36 Language support C# 10.0 F# 6.0 Visual Basic 16.9...

    dotnet.microsoft.com/en-us/download/dotnet/6.0