Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,572 for

document management

(0.1 sec)
  1. Render DOC as PNG using Python

    Learn how to render DOC as PNG using Python. This tutorial explains how to convert DOC to PNG in Python with page-by-page rendering and custom output naming....using Python Microsoft Word documents in the legacy .doc format... legal systems, and document management workflows. Converting...

    kb.groupdocs.com/viewer/python/render-doc-as-pn...
  2. GroupDocs Annotation now supports Exporting Ann...

    GroupDocs Document Management suite allows you to view, annotate, compare, assemble, digitally sign and share your Documents in the cloud. As previously been announced, GroupDocs Annotation is one of our flagship applications that take the peer/group-review to a whole new level by providing you and your colleagues an easy way to view and share review comments in real-time. Proof-reading has never been so easy and fun! Be it real-time or traditional way of reviewing the Documents, GroupDocs Annotation is all that you require to collaboratively perform a Document review at anytime, from anywhere....GroupDocs document management suite allows you to view , annotate...digitally sign and share your documents in the cloud. As previously...

    blog.groupdocs.com/total/groupdocs-annotation-n...
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.xls"...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. How to verify signatures with LINQ queries | Do...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Advanced document verification / How to verify...

    docs.groupdocs.com/signature/net/verify-signatu...
  5. GroupDocs' Online Signature App Dashboard: The ...

    We’re constantly working to improve the functionality and user interface of our online Document Management apps. Today we introduce our online signature app’s new user interface. The changes we are about to discuss are coming within the next weeks. An Overview of the New Online Signature App Interface The new GroupDocs Signature dashboard will look a lot like the main GroupDocs dashboard so it will feel familiar to GroupDocs users. [caption id=“attachment_216” align=“aligncenter” width=“650” caption=“GroupDocs’ online signature app - the new dashboard”] [/caption] We developed a completely new workflow which leads you through the signing process step by step:...interface of our online document management apps. Today we introduce...by step: Add one or more documents you want to be signed. Add...

    blog.groupdocs.com/signature/groupdocs-online-s...
  6. Convert PDF to ODT using Java

    Convert PDF to ODT using Java effortlessly without the need for additional tools. We will provide you code example and complete steps to perform this conversion....the ever-evolving realm of document processing, there is a frequent...(Portable Document Format) files into ODT (Open Document Text)....

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  7. 2021 October | File Format Blog

    Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by Kashif Iqb......2021 by Kashif Iqbal Portable Document Format ( PDF ) is a digital...(3) Programming (1) Project Management (1) Spreadsheet (8) Web (2)...

    blog.fileformat.com/2021/10/
  8. Convert PDF to DOCX using C#

    Easily convert PDF to DOCX using C# with our step-by-step guide without installing extra tools. We will also provide you code example to export PDF to DOCX using C#....In the dynamic landscape of document processing, the ability to...(Portable Document Format) and DOCX (Microsoft Word Document) serve...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  9. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your Document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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 .NET examples GroupDocs.Metadata for Java examples...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.one"...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  10. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.png" using...

    docs.groupdocs.com/metadata/net/save-a-modified...