Retrieving information about a document with GroupDocs.Viewer for Java...loaded, you can retrieve its properties. For example, you can retrieve...to retrieve the document properties. Also, it shows how to get...
The page describes how to add button component to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...
The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....You can set the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...
Convert Microsoft Project files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...
Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....LinkAnnotation object and set properties for the link annotation Call...link into PDF and set some properties of LinkAnnotation. Code to...
In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....DropdownComponent object and set some properties Call Add method of Annotator...the DropdownComponent class properties. Code to Add Dropdown Component...
The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...
Reading FLV header Properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header Properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....feedback Reading FLV header properties The GroupDocs.Metadata API...method Read the FLV header properties advanced_usage.managing_...
Quickly and easily add image signature to PDF using C# with one of the popular signature library. Also, examine the sample code to sign pdf with image in C#.... We have defined a few properties for the signature position...this example and set other properties such as Border settings,...
This short article focus on how to convert CSV to Excel in C#. Further, this guide consists of convert CSV to XLSX C# code along with detailed instructions....improve it by changing the properties of the converted document...SpreadsheetConvertOp class for defining the properties for the converted Excel file...