Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 14,049 for

file

(0.06 sec)
  1. Process Hyperlinks and Numbered Lists in Words ...

    GroupDocs team is glad to announce another monthly release where Improved Performance and new features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words document format along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly release is providing three new features like processing of “Tables and hyperlink” in words document format and two improvements in Annotating “Words and CAD File formats”....in Annotating “Words and CAD file formats”. Major changes are...Improvement in Annotating CAD files Improvement in import annotations...

    blog.groupdocs.com/annotation/hyperlinks-number...
  2. Unicode Font(Bangla) Support Issue - Free Suppo...

    Bangla Sample Text 01.docx (22.6 KB) Bangla Sample Text 02.docx (12.9 KB) Distorted Text in Group Docs Viewer.pdf (1.6 MB) We were trying to render Bangla Unicode font in Group Docs viewer but we found it get distorte…...sharing the details and sample files. We’ll analyze the issue and...(440.2 KB) From the shared PDF file I can see that it is likely...

    forum.groupdocs.com/t/unicode-font-bangla-suppo...
  3. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs.... What Excel files could be signed? You can sign...sign the following files and projects: workbooks (XLSX), templates...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  4. Add Document Annotation Functionality to Your D...

    We’re pleased to announce the release of the DNN module that allows developers to easily integrate the GroupDocs.Annotation for .NET library into DNN websites. This is a “full-integration” module that doesn’t require the library to be installed separately. The module has been approved by the DNN admins and is now available for download from the official DNN store. A few words about the library itself. GroupDocs.Annotation for .NET is an HTML5-based document annotator designed specifically for integration into third-party apps and websites.... Supported file formats include, but not limited...

    blog.groupdocs.com/annotation/add-document-anno...
  5. Saving documents | Documentation

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original File, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same File or stream Save document to the specified location Save document to the specified stream...same folder as the original file, rewriting original. If you...

    docs.groupdocs.com/watermark/net/saving-documents/
  6. Python Digital Signature Verification in PDF, W...

    Easy step-by-step guide to verify e-signatures, barcodes, and QR codes in documents using GroupDocs.Signature for Python via .NET - perfect for developers who need to add document signing and verification features...codes in PDF, Word, or Excel files, we’ve got you covered with...document : Tell the program which file to check Check the barcode :...

    blog.groupdocs.com/signature/verify-digital-sig...
  7. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... All }; string [] files = { "document.docx" , "spreadsheet...pdf" }; foreach ( string file in files ) { using ( Watermarker...

    docs.groupdocs.com/watermark/net/searching-wate...
  8. How Lawyers and Legal Firms Benefit from GroupD...

    Online document management has gained wide industry acceptance in the last few years. From version control, central document repositories, cost reduction, and increasing employee output: cloud technologies helps. One of the tasks we often perform in our work is to compare documents or Files to find differences and check which version is the most recent. That can be frustrating at times: it is time consuming and takes time that could be used for other tasks....is to compare documents or files to find differences and check...differences in two Javascript or PHP files. Checking lines of code manually...

    blog.groupdocs.com/comparison/how-lawyers-and-l...
  9. GroupDocs Apps Suite: a One-Stop-Shop for All Y...

    Good news for the document management world! You now have all required online document management apps available under one roof. I’m talking about GroupDocs: a one-stop-shop for all your document management needs. The history of modern document management systems began with development of a set of computer apps, which were used to store and monitor electronic documents. With the advancement of technology, new branches were formed in the system. Now, online document management is not just storing or monitoring your electronic documents, but it’s a system that lets you manipulate your documents any way you want....Word, Excel and PowerPoint files. GroupDocs Signature - a legally...GroupDocs Conversion - a universal file converter. Allows you to convert...

    blog.groupdocs.com/total/groupdocs-apps-suite-f...
  10. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ..../ Advanced Usage / Loading files / Load from a stream Load from...load a file from a stream. advanced_usage.loading_files.LoadFromStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...