Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 4,440 for

as

(0.09 sec)
  1. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reAson of the error and specifies a tag or expression part where the error is encountered....Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered.

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  2. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API

    docs.groupdocs.com/watermark/net/working-with-w...
  3. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...This article shows how to create electronic signatures with specific ordering on the document page

    docs.groupdocs.com/signature/java/sign-document...
  4. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-options...
  5. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with pAssword or change output document format using GroupDocs.Editor for .NET features....Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features.

    docs.groupdocs.com/editor/net/output-format-and...
  6. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API.

    docs.groupdocs.com/editor/java/enabling-languag...
  7. Install GroupDocs.Total for Java | GroupDocs

    This topic describes how to install GroupDocs.Total for Java....This topic describes how to install GroupDocs.Total for Java.

    docs.groupdocs.com/total/java/installation/
  8. Extract text from documents | GroupDocs

    This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others.

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Unable to view document in word editor properly...

    Hello I am trying to view the word/excel/ppt document in Groupdocs editor using Asp.net mvc(web api, jQuery, JavAscript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…...Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…

    forum.groupdocs.com/t/unable-to-view-document-i...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: &lt;&lt;if [item.Text != null &amp;&amp; item.Text != “”]&gt;&gt; Is it possible to do something like: &lt;&lt;if [!String.IsNullO&hellip;

    forum.groupdocs.com/t/shorthand-check-for-null-...