Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 3,638 for

document security

(0.19 sec)
  1. Saving documents | Documentation

    Saving a Document with methods save(String) or save(OutputStream) of Watermarker class, GroupDocs.Watermark puts it to any custom location. You can see examples of save() methods in one of these guides:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/saving-docume...
  2. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF Documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements....free solution to display PDF documents in both ASP.NET MVC and Web...requirements. The most common are: 1. Security. This obvious business demand...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...
  3. Saving documents | Documentation

    Saving a Document with method Save(), GroupDocs.Watermark puts it in the same folder as the original file, rewriting original. If you need to save the Document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save Document to the same file or stream Save Document to the specified location Save Document to the specified stream...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/net/saving-documents/
  4. Working with tables | Documentation

    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.Parser Product Family /...

    docs.groupdocs.com/parser/net/working-with-tables/
  5. Using Tables of Presentation Documents as Data ...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a Document using the external Document table as a data source Download Data Source Document Managers Data....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/using-tables-of...
  6. Load from Stream | Documentation

    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...
  7. GroupDocs.Redaction for .NET | Documentation

    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/
  8. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Signature for .NET library...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/getting-started/
  9. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word Document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/java/remove-pages/
  10. Converting | Documentation

    This section explains how to apply additional options to customize output Document when converting Documents with GroupDocs.Conversion for Java...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/java/converting/