Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 14,049 for

file

(0.1 sec)
  1. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for Java....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/extract-pages/
  2. eSign document with Text signature | Documentation

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a PDF programmatically....signatureFont ); // sign document to file signature . sign ( "sample_signed...

    docs.groupdocs.com/signature/java/esign-documen...
  3. 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....compare documents of any supported file format with various options...

    docs.groupdocs.com/comparison/net/migration-notes/
  4. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....( 100 ); // sign document to file signature . sign ( "signedSample...

    docs.groupdocs.com/signature/java/load-document...
  5. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving File using GroupDocs.Annotation for .NET API....{ area, ellipse }); //Result file will contains only ellipse annotations...

    docs.groupdocs.com/annotation/net/filtering-ann...
  6. Protect PDF document | Documentation

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

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  7. 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....attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. Delete indexed paths | Documentation

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....indexed files and folders from an index. Only files or folders...is not possible to remove a file or folder from the index that...

    docs.groupdocs.com/search/java/delete-indexed-p...
  9. Add underline annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-underlin...
  10. Add highlight annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-highligh...