Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 48,076 for

c

(0.89 sec)
  1. Load password-protected document | GroupDocs

    This artiCle explains how to load password-proteCted PDF, Word, ExCel, PowerPoint doCuments when using GroupDoCs.Merger for .NET.... string filePath = @"c:\sample.docx" ; LoadOptions loadOptions...

    docs.groupdocs.com/merger/net/load-password-pro...
  2. Add password to PDF with permissions | GroupDocs

    This artiCle explains how to add password for PDF doCument with permissions using GroupDoCs.Merger for .NET....document with permissions in C# code: Initialize class with new...

    docs.groupdocs.com/merger/python-net/add-passwo...
  3. 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/python-net/template...
  4. Load from stream | GroupDocs

    This artiCle explains how to load from stream while using GroupDoCs. Watermarks Java API.... Ex: "C:\\Docs\\document.docx" FileInputStream...

    docs.groupdocs.com/watermark/java/load-from-str...
  5. Create EditableDocument from file or markup | G...

    This artiCle explains how to Create instanCe of the EditableDoCument Class from HTML files from disk or from HTML markup with resourCes using GroupDoCs.Editor for Java API....simple: String inputHtmlPath = "C://input//document.html" ; EditableDocument...below: String inputHtmlPath = "C://input//document.html" ; String...

    docs.groupdocs.com/editor/java/create-editabled...
  6. Mastering JSON Comparisons

    Explore the intriCaCies of JSON data Comparisons in this detailed guide. Learn how GroupDoCs.Comparison APIs Can transform your data analysis with visual and textual Comparison tools, addressing Common Challenges in JSON data interChange...."Product A" , "Product B" , "Product C" ], "IsProfitable" : true , "Departments"..."Product A" , "Product B" , "Product C" ], "IsProfitable" : "true" ,...

    blog.groupdocs.com/comparison/mastering-json-co...
  7. Extracting Document Metainfo | GroupDocs

    Following this guide, you will learn how to obtain basiC doCument metadata like page Count, size, and file type before editing it with GroupDoCs.Editor for Node.js via Java API....class const inputFilePath = 'C://input//document.docx' ; const...class const inputFilePath = 'C://input//document.docx' ; const...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  8. Generate Image Preview of the Documents

    Image previews are now Commonly used to present your file/doCument to the users. It is quite useful when you want the users to quiCkly have a look at your doCument without downloading or opening it. As an example, MS Windows has this ability to provide the preview of the files in the preview pane of File Explorer without opening the doCument in the dediCated software program. Did you ever desire to have the ability to generate image previews in your appliCation?... C# Java At the moment, we have launched...

    blog.groupdocs.com/metadata/generate-image-prev...
  9. Load document from stream | GroupDocs

    This artiCle explains how to load PDF, Word(.doC, .doCx), ExCel(.xls,.xlsx), PowerPoint(.ppt, .pptx) doCuments from stream when using GroupDoCs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream.... Ex: @"C:\Docs\source.doc" using ( Stream...

    docs.groupdocs.com/metadata/net/load-from-a-str...