Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,247 for

report

(0.04 sec)
  1. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary Report... Comparison summary report Once the comparison process...complete, you can save a summary report that lists all the differences...

    docs.groupdocs.com/comparison/python-net/featur...
  2. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your Reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....can insert bookmarks to your reports dynamically using bookmark...non-empty value. While building a report, bookmark_expression is evaluated...

    docs.groupdocs.com/assembly/net/inserting-bookm...
  3. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your Reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....can insert bookmarks to your reports dynamically using bookmark...non-empty value. While building a report, bookmark_expression is evaluated...

    docs.groupdocs.com/assembly/java/inserting-book...
  4. RTF Comparison Issues are Resolved in GroupDocs...

    GroupDocs.Comparison for Java 18.6.1 comes with few bug fixes. Style changes can be highlighted in comparison outputs. For further details included in this month’s release, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes For RTF comparison, API detects style changes but does not highlight them like it does with DOCX Style Changes Not Highlighted PDF comparison gives a scrambled Report API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....comparison gives a scrambled report API ResourcesHere are a few...

    blog.groupdocs.com/comparison/rtf-comparison-is...
  5. Online Document Viewer from GroupDocs: How It W...

    The technology research firm Gartner states that the demand for SaaS (Software as a Service) products will continue to grow in a recent Report (February, 2013). The Report highlights that some of the top segments for the SaaS market will be: Office suites, IT operations management and storage management. Corporates understand the need to stay abreast technology trends and are taking the necessary steps to move towards cloud or web-based document management systems....in a recent report (February, 2013). The report highlights that...viewing X-rays and displaying reports, forms and all kinds of files...

    blog.groupdocs.com/viewer/online-document-viewe...
  6. Multi Choice Questions - Free Support Forum - g...

    Hi there, I can figure out how to add text field questions, but not multiple choice. I want a series of questions to be answered, and predefined answers to be generated as a Report. The goal is for this to be a webf…...answers to be generated as a report. The goal is for this to be...

    forum.groupdocs.com/t/multi-choice-questions/93
  7. Value of JSON field is incorrectly outputted as...

    I have a DOCX file with the following template <<[heading]>>. My data source is a JSON like follows: { “heading”: “100.2.1” } When generating a DOCX from this template and data the output is something like Fri Jan 3…...that uses them to generate a report. test.zip (961 Bytes) evargaslexipol...

    forum.groupdocs.com/t/value-of-json-field-is-in...
  8. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the Report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate Reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a Report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...Migrate Just to endeavor the report generation task more smoothly...namespace is required to generate reports in any of the supported formats...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  9. Inserting Documents Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your Reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during runtime....of outer documents to your reports dynamically using doc tags...assembler method to generate report like following code snippets:...

    docs.groupdocs.com/assembly/net/inserting-docum...
  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…...dotnet , document-automation , report-generation dsmeltz April 28...

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