Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 34,166 for

groupdocs.total

(0.81 sec)
  1. Compare annotations | GroupDocs

    The page describes how to compare annotations....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/annotation/net/comparing-ann...
  2. Set resolution of document preview. | GroupDocs

    The page describes how to set the resolution of document preview...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/annotation/net/set-document-...
  3. Load the password-protected documents | GroupDocs

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/annotation/net/load-password...
  4. Get supported file formats | GroupDocs

    This page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/annotation/java/get-supporte...
  5. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java. ...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/merger/java/remove-document-...
  6. Load password-protected file | GroupDocs

    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(); }...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/redaction/java/load-password...
  7. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/conversion/net/get-default-c...
  9. Electronic Signatures | GroupDocs

    This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/signature/net/electronic-sig...
  10. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/assembly/net/loading-of-temp...