Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 16,315 for

file

(0.32 sec)
  1. eSign document with Text signature | GroupDocs

    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...
  2. Add link annotation | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-link-ann...
  3. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Image ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/composing-sig...
  4. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....signature digital certificate (file on local disk or stream ) (required)...

    docs.groupdocs.com/signature/java/sign-document...
  5. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain File format information advanced_usage....and extract some additional file format information. a presentation...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....signature such as image content by file or stream, location, colors...signatures and/or sign your files with them for free, you can...

    docs.groupdocs.com/signature/net/esign-document...
  7. Extract emails from Outlook Storage | GroupDocs

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg Files). Here are the steps to extract an email text from outlook storage:...consists of email documents (msg files). Here are the steps to extract...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-emails-f...
  8. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  9. Working with CAD metadata | GroupDocs

    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.CadPackage property. The following code snippet reads metadata associated with a CAD File. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-ca...
  10. Add arrow annotation | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-arrow-an...