Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,860 for

report

(0.05 sec)
  1. Using Tables of Word Processing Documents as Da...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output Report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.docx Template Importing Word Processing Table into Presentation.pptx The Code...Define template and output report documents Assemble a document...

    docs.groupdocs.com/assembly/java/using-tables-o...
  2. Using Tables of Presentation Documents as Data ...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output Report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.pptx Template Using Presentation as Table of Data.pptx The Code...Define template and output report documents Assemble a document...

    docs.groupdocs.com/assembly/java/using-tables-o...
  3. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....Document Protection 💼 Financial Report Marking 👥 HR Document Classification... Your top-secret financial report gets the same generic watermark...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  4. Inserting Documents Dynamically | GroupDocs

    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 run time....of outer documents to your reports dynamically using doc tags...assembler method to generate report like following code snippets:...

    docs.groupdocs.com/assembly/java/inserting-docu...
  5. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....data into PDF and MS Word reports using C# using simple templates...how to convert CSV data in Reports using Java. This article will...

    blog.groupdocs.com/categories/groupdocs.assembl...
  6. Using Tables of Presentation Documents as Data ...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output Report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Define template and output report documents Assemble a document...

    docs.groupdocs.com/assembly/net/using-tables-of...
  7. Inserting Images Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your Reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....can insert images to your reports dynamically using image tags...assembler method to generate report like following code snippets:...

    docs.groupdocs.com/assembly/net/inserting-image...
  8. GroupDocs.Metadata for .NET 25.10 – Latest Upda...

    Explore what’s new in GroupDocs.Metadata for .NET 25.10. Available now on NuGet and GroupDocs website....Support Forum – ask questions, report issues, and share feedback...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...another release of document report generation API version 17.9...formats. Furthermore, few issues reported on forums are also fixed....

    blog.groupdocs.com/groupdocs.blog/page/69/
  10. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....{ var data = new { Title = "Report" , Date = DateTime . Now };...new DataSourceInfo ( data , "report" )); Console . WriteLine (...

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