Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 4,374 for

secure

(0.04 sec)
  1. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more files and get the difference between them....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  2. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for Java...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/merger/java/showcases/
  3. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/changing-autom...
  4. Working with Image Reports - Common Master-Deta...

    Articles in this section...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/working-with-i...
  5. Adding NEXT Field into Template Syntax | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.3.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following products: . <><><<[ProductName]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/net/adding-next-fie...
  6. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/merger/net/get-document-info...
  7. Move page | GroupDocs

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/move-page/
  8. Set license under Mono/Linux | GroupDocs

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/net/set-license-u...
  9. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/watermark/net/load-from-loca...
  10. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/save-in-raste...