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

c

(0.83 sec)
  1. 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...
  2. Import annotations | GroupDocs

    This page desCribes how to import annotation from the XML files using GroupDoCs.Annotation for .NET API....annotations from an XML file: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/import-annota...
  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. Create EditableDocument from File or Markup | G...

    This artiCle explains how to Create an instanCe of the EditableDoCument Class from HTML files from disk or from HTML markup with resourCes using GroupDoCs.Editor for Node.js via Java API....file path const inputHtmlPath = 'C://input//document.html' ; // Create...paths const inputHtmlPath = 'C://input//document.html' ; const...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  5. GroupDocs.Signature for .NET Visual Studio Plug...

    Team GroupDoCs is pleased to announCe release of GroupDoCs.Signature for .NET Visual Studio Plugin. The exCiting faCt about this plugin is, there is no need to download DLL and Examples separately. It has reduCed the efforts to run E-Signature API examples for the developers. All you have to do is to install the MSI paCkage and then a new extension will be added in Visual Studio file menu. CliCking on this extension you Can run either C# or Visual BasiC examples....extension you can run either C# or Visual Basic examples. Features...

    blog.groupdocs.com/signature/groupdocs-signatur...
  6. Load document from local disk | GroupDocs

    This artiCle explains how to load PDF, Word, ExCel, PowerPoint doCuments from loCal disk when using GroupDoCs.Merger for Java.... String filePath = "c:\sample.docx" ; Merger merger...

    docs.groupdocs.com/merger/java/load-document-fr...
  7. Showcases | GroupDocs

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

    docs.groupdocs.com/merger/nodejs-java/showcases/
  8. Showcases | GroupDocs

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

    docs.groupdocs.com/merger/net/showcases/
  9. Showcases | GroupDocs

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

    docs.groupdocs.com/editor/java/showcases/
  10. In-Table List in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Presentationformat based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft PowerPoint DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab....Sum ( c => c.Price )]>><</ foreach >> Total:...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...