The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...
Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Signature Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...
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....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...
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....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...
Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image 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. Single Row in Microsoft Excel Document Creating a Single Row Please follow below steps to create Single Row Image in MS Excel 2013:
Create a new Workbook. Insert a desired shape to display image in it....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...
Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Presentationformat 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 PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013.
Add a new presentation slide. Press “Insert” tab....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...
Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image 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. Common Master-Detail Image in Microsoft Excel Document Creating a Common Master-Detail Image Please follow below steps to create Common Master-Detail Image Template in MS Excel 2013:
Create a new Workbook....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...
This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Signature Product Solution GroupDocs...extract documents from ZIP files and get attachments from containers...
Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for File formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Signature Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic document...
This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Signature Product Solution GroupDocs...images, both in separate image files and embedded images: You can...