Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 11,692 for

new

(0.14 sec)
  1. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/net/using-signatur...
  2. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Single Row Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show image of the manager It must show Name and age of manager Adding Syntax to be evaluated by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/java/single-row-ima...
  4. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Presentation Document format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a New presentation slide. Write a sentence, for example “We provide support for the following products:”. Save the template....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS PowerPoint 2013. Add a new presentation slide. Write a sentence...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  5. System requirements | GroupDocs

    No external software needed! GroupDocs.Viewer for Python via .NET renders files directly....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/viewer/python-net/system-req...
  6. GroupDocs.Redaction Product Family | GroupDocs

    GroupDocs.Redaction - Redact Sensitive Content from Documents Documentation .NET Java Python GroupDocs.Redaction for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Redact content from documents Articles and guidelines Basic redactions Basic usage .NET code examples Open-source projects for APIs example usage GroupDocs.Redaction for .NET More GroupDocs.Redaction for Java More Getting started Get up and running fast with our getting started guide Features overview Supported document formats System requirements Installation Remove sensitive information Articles and guides for both basic and advanced development Redact content using optical character recognition (OCR) Advanced usage scenarios Java code examples Open-source projects for APIs example usage GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/redaction/
  7. GroupDocs.Comparison for Node.js via Java | Gro...

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/comparison/nodejs-java/
  8. System requirements | GroupDocs

    GroupDocs.Viewer for Node.js via Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/viewer/nodejs-java/system-re...
  9. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/java/get-supported-...