Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 36,961 for

groupdocs signature

(0.29 sec)
  1. Save file to stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using Groupdocs.Conversion for .NET API....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/conversion/net/save-file-to-...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/markdown/python-net/load-a-p...
  3. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/metadata/java/getting-known-...
  4. Get supported file formats | GroupDocs

    This article shows how to check supported file formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/parser/java/get-supported-fi...
  5. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by Groupdocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/parser/java/loading-specific...
  6. Remove annotation from document | GroupDocs

    The page describes how to remove annotations from document when collaborate, edit and annotate documents using Groupdocs.Annotation for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/annotation/net/remove-annota...
  7. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the Groupdocs.Viewer Node.js API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/viewer/nodejs-java/render-ca...
  8. Load text from string | GroupDocs

    Compare raw text strings directly using LoadOptions.LoadText = true — no files needed. Retrieve the diff result as a string via GetResultString() in Groupdocs.Comparison for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/comparison/net/load-text-fro...
  9. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use Groupdocs.Assembly to generate a Bulleted List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  10. Common List Image in Presentation Document | Gr...

    Note In this article, we will use Groupdocs.Assembly to generate a Common List Image report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft PowerPoint Document Creating a Common List Image Please follow below steps to create Common List Template in MS PowerPoint 2013: Create a new presentation slide....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/assembly/net/common-list-ima...