Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 37,124 for

documents

(0.06 sec)
  1. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....a signature into an Excel document adds a personalized touch...image signature in electronic documents, including XLSX file format...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  2. Announcing New Features of the GroupDocs' Annot...

    GroupDocs Annotation is a web-based app that allows users to annotate PDF, Word, Excel and PowerPoint Documents online, from a web-browser. With this app, you and your colleagues and partners can review and annotate a document simultaneously, in real time. We’re constantly working to improve the app’s interface and would like to introduce a new set of features we’ve recently designed and implemented. Add and Manage NotesGroupDocs Annotation lets you add notes throughout a document which show up as numbered markers....Word, Excel and PowerPoint documents online, from a web-browser...can review and annotate a document simultaneously, in real time...

    blog.groupdocs.com/annotation/announcing-new-fe...
  3. Using Spreadsheets as Data Sources | Documentation

    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 Spreadsheets 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 Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Spreadsheets...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  4. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Barcodes are widely used in documents to store essential information...processed. Handling documents in Open Document Text ( ODT ) format...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  5. GroupDocs.Viewer for Java overview | Documentation

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...the following actions: View documents in the (DOCX, XLSX, PPTX,...

    docs.groupdocs.com/viewer/java/product-overview/
  6. How to Sign RTF with Stamp Signature using C#

    This article is here to assist you to sign RTF with stamp signature using C#. Additionally, we will furnish you with a code example to embed stamp signature into RTF using C#....stamp signature to your RTF documents is more significant than ever...a personal touch to your documents but also enhances their authenticity...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  7. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:... This version of the document viewer has a lot of new features...So here we go: Desktop .NET Document Viewer # Without a doubt,...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  8. DatabaseFileType | GroupDocs.Conversion for .NE...

    Defines database Documents. Includes the following file types Nsf./databasefiletype/nsfLog./databasefiletype/logSql./databasefiletype/sql...DatabaseFileType class Defines database documents. Includes the following file...like emails, appointments, documents, forms and views. Learn more...

    reference.groupdocs.com/conversion/net/groupdoc...
  9. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  10. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...developers to combine multiple JPG documents in the preferred order and...

    docs.groupdocs.com/merger/net/merge/images/