Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 5,457 for

file viewer

(0.04 sec)
  1. Extract emails from Outlook Storage | Documenta...

    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:...Viewer Product Solution GroupDocs...consists of email documents (msg files). Here are the steps to extract...

    docs.groupdocs.com/parser/java/extract-emails-f...
  2. Output format and password | Documentation

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Java features....Viewer Product Solution GroupDocs...with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/java/output-format-an...
  3. 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.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); // ....Viewer Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Viewer Product Solution GroupDocs...(MKV) files Working with metadata in Matroska (MKV) files Leave...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Installation | Documentation

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer....Viewer Product Solution GroupDocs...the GroupDocs.Watermark.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/watermark/net/installation/
  6. eSign Image with Metadata signature | Documenta...

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Viewer Product Solution GroupDocs...signatures ); // sign document to file signature . sign ( "SampleSigned...

    docs.groupdocs.com/signature/java/esign-image-w...
  7. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using C#. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature .NET API by GroupDocs....Viewer Product Solution GroupDocs...GroupDocs.Signature How to sign PDF files with a barcode It is a common...

    docs.groupdocs.com/signature/net/how-to-generat...
  8. In-Table List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table 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. In-Table List in Microsoft Word Document Creating an In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the document where you want to insert the table....Viewer Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  9. Multicolored Numbered List in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered 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. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Word 2013....Viewer Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  10. Numbered List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Spreadsheet 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. Numbered List in Microsoft Excel Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Excel 2013. You can create two kinds of Numbered List in Microsoft Excel....Viewer Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/numbered-list-i...