Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 46,377 for

documents

(0.11 sec)
  1. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Saving documents / How to protect a signed PDF document How to...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  2. 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(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  3. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. Please have a look at the release notes for more details on new features, fixes, and improvements....please visit the following documentation article: Rendering Filtered...please visit the following documentation article: # Obtaining and...

    blog.groupdocs.com/viewer/render-filtered-messa...
  4. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected Documents has also been extended for ODT and OTT formats....rendering password protected documents has also been extended for...PageSize = PageSize.A4; //Render document with custom page size List...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  6. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...changes statistics to the output document. InsertedItemStyle specifies...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document comparison experience....exciting features to enhance document comparison experience. GroupDocs...ability of comparing DICOM documents by Comparison.Imaging Apply/Discard...

    blog.groupdocs.com/comparison/introducing-group...
  8. How to Run Examples | GroupDocs

    This article describes how to run .NET search API code examples....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...here actual path for your documents string query = "Einstein"...

    docs.groupdocs.com/search/net/how-to-run-examples/
  9. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Rich Text Format ( RTF ) documents using Java is an important...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  10. How to Add Image Signature to DOCX using Java

    This topic will provide knowledge on how to add image signature to DOCX using Java. Also, a code example will be provided to insert image signature into DOCX using Java....the credibility of a Word document is easily achieved by incorporating...signatures in electronic documents, including DOCX files. This...

    kb.groupdocs.com/signature/java/how-to-add-imag...