Sort Score
Result 10 results
Languages All
Labels All
Results 9,371 - 9,380 of 48,085 for

(c )

(0.12 sec)
  1. Get supported file formats | GroupDocs

    The page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....supported file formats list: C# IEnumerable < FileType > supportedFileTypes...

    docs.groupdocs.com/annotation/net/get-supported...
  2. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for Java... Please check C# code sources, how-to examples...

    docs.groupdocs.com/merger/java/showcases/
  3. Load from stream | GroupDocs

    This article explains how to load from stream while using GroupDocs. Watermarks API.... Ex: @"C:\Docs\document.docx" using ( Stream...

    docs.groupdocs.com/watermark/net/load-from-stream/
  4. Save document to the specified location | Group...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...

    docs.groupdocs.com/watermark/net/save-document-...
  5. Save document to the specified location | Group...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API.... Ex: "C:\\Docs\\test.doc" Watermarker...

    docs.groupdocs.com/watermark/java/save-document...
  6. GroupDocs.Comparison for .NET 26.1 – 最新更新與修復(Ja...

    探索 GroupDocs.Comparison for .NET 26.1 中的新功能。現在已於 NuGet 與 GroupDocs 網站上提供。...=> { string outputFolder = @"c:\Temp" ; var pagePath = Path....

    blog.groupdocs.com/zh-hant/comparison/groupdocs...
  7. Save document to the specified stream | GroupDocs

    This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API.... Ex: "C:\\Docs\\test.doc" Watermarker...

    docs.groupdocs.com/watermark/java/save-document...
  8. Extract an image from an image annotation | Gro...

    The page describes how to extract image from image annotation....image from an image annotation: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/extracting-im...
  9. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....raw=true" ; String outputFile = "c:\\output\\converted.pdf" ; try...

    docs.groupdocs.com/conversion/java/load-documen...
  10. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....<<foreach [c in ds.Contracts]>><<[c.Clients.Name]>> <<[c.Managers...Name]>> <<[c.Price]>><</foreach>> Total: <<[ds.Contracts.Sum(c => c...

    docs.groupdocs.com/assembly/net/template-syntax...