Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 4,610 for

document security

(0.15 sec)
  1. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/java/getting-started/
  2. GroupDocs.Redaction for .NET | GroupDocs

    A .NET API for redaction of sensitive and classified information from the Documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/
  3. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a Document from stream. The following example demonstrates how to load and redact a Document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use Document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/load-from-str...
  4. Convert Source Code to PDF using Java | Python,...

    Transform source code files to PDF format in Java. Convert Python, Java, PHP, and more programming language files to PDF using Document conversion API.... If you want to add security to the resultant PDF file...source code files, you can add security to the PDF files. Let’s protect...

    blog.groupdocs.com/viewer/convert-source-code-t...
  5. Secure Signing on GroupDocs Blog | Document Aut...

    Secure Signing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Secure Signing on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Secure Signing on GroupDocs Blog | Document Automation Solutions...content in Secure Signing on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ja/tag/secure-signing/index.xml
  6. Saving documents | GroupDocs

    The articles explain that how to save Documents in different ways after making redactions....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/saving-documents/
  7. Saving documents | GroupDocs

    Saving a Document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the Document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a Document into images and puts them in a single PDF file, so you can share the redacted Document without any additional conversions....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/saving-docume...
  8. Render documents | GroupDocs

    Convert Documents to HTML, PDF, or images with GroupDocs.Viewer for Python....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/python-net/rendering-...
  9. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word Document getStructure method is used. This method returns XML representation of the Document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the Document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  10. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported Document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a Document. Load the Document Create and initialize watermark object Set watermark properties Add a watermark to the Document Save the Document For more details please refer to the following guides:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/adding-waterm...