This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Merger for .NET....This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Merger for .NET.
This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption.
This section explains how to load document from URL with GroupDocs.Signature API....This section explains how to load document from URL with GroupDocs.Signature API.
Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer.
This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET.
This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API.
The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET.
The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java.
This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API.
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....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
<<if [!Any()]>>No data
<<else>><<foreach [in orders]>><<[Product.ProductName] : upper>>
<<[Price] : arabicDash>><</foreach>>
Total:
<<[Sum(c => c.Price)]>><</if>>
Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.