Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 5,083 for

file signature

(0.06 sec)
  1. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...DENY_PRINTING ); // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  2. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported File format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Signature Product Solution GroupDocs...compare documents of any supported file format with various options...

    docs.groupdocs.com/comparison/net/migration-notes/
  3. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  4. Installation | Documentation

    This guide explains how to install GroupDocs.Editor for .NET to your environment...Signature Product Solution GroupDocs...locate the GroupDocs.Editor.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/editor/net/installation/
  5. Features Overview | Documentation

    This artice decsribes the features of GroupDocs.Merger for .NET library. It allows you to Merge PDF, Merge JPG, Split Document, Move Page, Swap Pages of the documents....Signature Product Solution GroupDocs...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/net/features-overview/
  6. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Signature Product Solution GroupDocs...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  7. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Signature Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Add highlight annotation | Documentation

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( highlight...

    docs.groupdocs.com/annotation/java/add-highligh...
  9. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( underline...

    docs.groupdocs.com/annotation/java/add-underlin...
  10. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...); // Save the document to a file. asposeDocument . Save ( "output...

    docs.groupdocs.com/comparison/net/how-to-get-re...