Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 40,718 for

documents

(0.08 sec)
  1. Introducing GroupDocs Assembly's New Look and Feel

    We’re continuing work on the new and improved GroupDocs look and feel. We’re told you that we’re making changes to the GroupDocs dashboard and GroupDocs Viewer, and we’re also changing GroupDocs Annotation. We’re not stopping there. We’re also making changes to GroupDocs Assembly. GroupDocs Assembly is an app that lets you automate document assembly and automation. Think of your document as a form that you can use to create several new Documents from....app that lets you automate document assembly and automation. Think...Think of your document as a form that you can use to create several...

    blog.groupdocs.com/total/introducing-groupdocs-...
  2. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....the text from the original document will appear similar in HTML...feature, please visit this documentation article. Improvements #...

    blog.groupdocs.com/viewer/exclude-specific-font...
  3. 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...
  4. Convert DOCX to HTML using Node.js

    In this article, we will provide you detail on how to convert DOCX to HTML using Node.js. Also, you will be provide a code example to export DOCX to HTML in Node.js....to convert Microsoft Word documents ( DOCX ) to HTML is a valuable...conversion module for DOCX document to HTML conversion Create...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  5. How to Add Image Signature to RTF using C#

    This article is here to assist you to add image signature to RTF using C#. Additionally, we will furnish you with a code example to insert image signature into RTF using C#....Signature to RTF using C# An RTF document gains legitimacy and a personal...image signature to electronic documents, including RTF files. In this...

    kb.groupdocs.com/signature/net/how-to-add-image...
  6. Loading document | Documentation

    This section explains how to load document from various sources like file, streams, remote web resources, loading document from FTP, Amazon or Azure storage etc....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Loading document Loading document Leave feedback GroupDocs...

    docs.groupdocs.com/signature/net/loading/
  7. 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...
  8. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....metadata from documents using one of the best document extraction...the metadata from the Excel document Initialize the Parser class...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  9. Advanced usage | Documentation

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like document conversion process customization, track conversion progress, load Documents from different sources etc....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage Advanced...

    docs.groupdocs.com/conversion/java/advanced-usage/
  10. Extract Hyperlinks from PDF using C#

    Quickly learn how to extract hyperlinks from PDF using C# with a step-by-step guide. There is no need to install extra software to read hyperlinks from PDF in C#....using C# Hyperlinks in PDF documents are often used to provide...for applications involved in document processing, analysis, and...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...