Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 46,745 for

c

(0.1 sec)
  1. Template Syntax - Part 2 of 2 | Documentation

    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...Managers.Name]>> <<[c.Price]>><</foreach>> Total: <<[ds<br/> .Contracts<br/>...

    docs.groupdocs.com/assembly/java/template-synta...
  2. PDF to HTML on GroupDocs Blog | Document Automa...

    PDF to HTML on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in PDF to HTML on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ほ...... C# を使用して PDF ドキュメントを HTML に変換する...

    blog.groupdocs.com/ja/tag/pdf-to-html/index.xml
  3. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed doCuments as OLE objeCts into other Word doCuments, ExCel Spreadsheets, Powerpoint presentations programmatiCally in Java using GroupDoCs.Merger API....OLE Objects in documents with C# . Today, in this article, we...Word, Excel, PowerPoint using C#...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  4. Get document information | Documentation

    This artiCle explains how to deteCt doCument file type and CalCulate pages Count when merge PDF, Word(DOC, DOCX), ExCel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDoCs.Merger for Python via .NET.... Merger ( "c:/sample.vsdx" ) as merger : info...

    docs.groupdocs.com/merger/python-net/get-docume...
  5. Clear watermarks | Documentation

    This artiCle shows how to Clear existing text or image watermarks....watermarker = new Watermarker ( "C:\\Docs\\watermarked-sample.docx"...document watermarker . Save ( "C:\\Docs\\clean-sample.docx" );...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  6. Get the format family and the additional inform...

    This artiCle explains how to get the format family and the additional information using .NET / C# with GroupDoCs.Viewer for .NET....the pages count from a file: C# using System ; using GroupDocs...the pages count from a stream: C# using System ; using System.IO...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  7. Character replacements | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about CharaCter replaCements using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/character...
  8. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), ExCel(XLS, XLSX), PowerPoint(PPT, PPTX) doCuments thumbnails and preview doCument pages using GroupDoCs.Merger for .NET API....GetPreview () { string filePath = @"c:\sample.xlsx" ; using ( Merger...GetPreview () { string filePath = @"c:\sample.xlsx" ; using ( Merger...

    docs.groupdocs.com/merger/net/generate-document...
  9. How to migrate to GroupDocs.Viewer 19.8 or high...

    This artiCle Contains information about migration from the legaCy API to GroupDoCs.Viewer 19.8 or higher....snippet shows the old coding style: C# //Get Configurations ViewerConfig...snippet shows the new coding style: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/how-to-migrate-to...
  10. Adding watermarks to PDF gives font not found e...

    ProduCt Version: GroupDoCs.Watermark for NET 20.7.0 OS: Ubuntu 20.04 I’ve installed the Adobe “SourCe Hans Sans” font to add some Chinese watermark text to a PDF file, however I’m keep getting the FontNotFoundExCepti…...topic: Loading Custom Fonts using C# in Windows and Linux atir.tahir...located string fontsFolder = @"c:\CustomFonts\"; // Create a Font...

    forum.groupdocs.com/t/adding-watermarks-to-pdf-...