Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 118 for

template element

(0.06 sec)
  1. GroupDocs.Assembly for Net overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from Templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in Template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support Template documents with custom variables & text comments within Template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart Elements Conditional formatting of Template text Elements Linq-based Template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....create custom documents from templates. With its powerful and straightforward...formatting to strings in template syntax Template syntax support formatting...

    docs.groupdocs.com/assembly/net/product-overview/
  2. The conversion call is stuck and never comes ou...

    When converting a particular document, the process gets stuck at the convert call and never comes out of it or takes an unusually long time to complete(2-3 days). This is making our application unusable and affecting mul…...Providing the jstack trace and the template used below TemplateAndJStack...DOCX file may contain complex elements (like large images, embedded...

    forum.groupdocs.com/t/the-conversion-call-is-st...
  3. Working with GroupDocs.Assembly Engine | GroupDocs

    About this section The articles in this section will be talking about technical concepts to be considered when creating document Templates in order to generate your required reports. After going through this section, hopefully you will understand the Template syntax, composing expressions and other syntax Elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....considered when creating document templates in order to generate your...hopefully you will understand the template syntax, composing expressions...

    docs.groupdocs.com/assembly/java/working-with-g...
  4. Working with GroupDocs.Assembly Engine | GroupDocs

    About this section The articles in this section will be talking about technical concepts to be considered when creating document Templates in order to generate your required reports. After going through this section, hopefully you will understand the Template syntax, composing expressions and other C# syntax supported programming Elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....considered when creating document templates in order to generate your...hopefully you will understand the template syntax, composing expressions...

    docs.groupdocs.com/assembly/net/working-with-gr...
  5. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....Upload FileStream::fromFile The template is simply an HTML form of...is the same we’ll use same template and controller. Practice #...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  6. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....hyperlinks dynamically: Create a template document with link tags Use...); } Template Structure for Hyperlinks In your template (HyperlinkTemplate...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  7. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing...document seals Customizable Elements : Include dates, names, titles...include specialized security elements Legal Documentation : Ideal...

    blog.groupdocs.com/signature/sign-documents-wit...
  8. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in Templates using if/elseif/else blocks based on data values.... The main syntax elements are: <<if [condition]>> -...conditional content: Create a template with conditional blocks Define...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  9. How to Merge Data Fields from a DOCX File with ...

    This article explains how to get the fields from a Template DOCX file, fill them with data and merge to new PDF file using GroupDocs. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....how to get the fields from a template DOCX file, fill them with...sample with Fatfree. We need a template file with a form and a controller...

    blog.groupdocs.com/merger/how-to-merge-data-fie...
  10. Apply Formatting to Numbers, Dates, and Text in...

    Format numeric values, date-time values, and text strings in Templates using format strings and functions....numbers, dates, and text in templates. You can use format strings...documents. The main syntax elements are: Format strings: <<[e...

    docs.groupdocs.com/assembly/net/basic-usage-for...