Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,041 for

properties

(0.1 sec)
  1. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Metadata API provides the property which contains the information...Read the extracted vCard properties The following code snippet...

    docs.groupdocs.com/metadata/net/working-with-vc...
  2. Impose Digital Signatures on Electronic Documen...

    Team GroupDocs is pleased to announce e-Signing API for Java developers. API comes with many remarkable features including digital, image and text signatures. Moreover, it permits developers to write applications with ability to significantly sign electronic docs of various file formats. Java developers can manipulate signatures using Properties offered by the API. We would recommend you to download and explore the API. Why GroupDocs.Signature?GroupDocs.Signature for Java 17.1.0 is a totally back-end, UI and framework independent API....manipulate signatures using properties offered by the API. We would...Handling all kind of signature properties easily Signature TypesFollowing...

    blog.groupdocs.com/signature/introducing-groupd...
  3. Generate Search Results from Filtered Documents

    Sometimes, we have a lot of different formatted documents. We create index then perform search and API shows hits from all the indexed documents. Ever thought to get search results from desired documents only? Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs....package: LogSettings Following properties are added to GroupDocs.Search...setMaxSize(double value) Below properties are added to GroupDocs.Search...

    blog.groupdocs.com/search/filter-documents-in-s...
  4. Searching and modifying watermarks | Documentation

    GroupDocs.Watermark API allows you to search the possible watermarks placed in any document. You can also search the watermarks that are added using some third-party tool. The found possible watermarks can be removed or their Properties can be changed. For more details please refer to the following guides:...watermarks can be removed or their properties can be changed. For more...Modifying found watermark properties Was this page helpful? Not...

    docs.groupdocs.com/watermark/java/searching-and...
  5. Locales for output document | Documentation

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....class contains 3 very similar properties of the same type System.Globalization...these three locale-related properties are not specified, their...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  6. Extract RIFF INFO and Metadata of WAV files in ...

    Extract metadata and RIFF INFO of WAV audio files in Java. Metadata API allows metadata management within your Java applications....Now you can access all the properties of WAV audio. The above code...the root package. Now the properties of WAV audio are accessible...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  7. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....format-specific metadata properties. The Metadata API is very...Resource Blocks, ID3, document properties, etc Manage audio metadata:...

    docs.groupdocs.com/metadata/net/product-overview/
  8. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality....PdfConvertOptions class and define properties for customizing the converted...by defining various other properties including DPI, Margins, Orientation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....font ); // Set watermark properties watermark . ForegroundColor...this behaivior through the property: var pages = new System ....

    docs.groupdocs.com/watermark/net/adding-text-wa...
  10. Working with BMP metadata | Documentation

    Reading BMP header Properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...feedback Reading BMP header properties The GroupDocs.Metadata API...using Read the BMP header properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-bm...