Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 11,583 for

format

(0.15 sec)
  1. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....to create API for new file formats, send us a request at . Getting...titles Attach files in ZIP format if multiple files are needed...

    docs.groupdocs.com/total/java/technical-support/
  2. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. Extract metadata from EPUB eBook | GroupDocs

    This article explains that how to extract metadata from EPUB e-books getMetadata method is used....Extract data from various formats / Extract data from ePUB eBooks.... out . println ( String . format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. Pie Chart in Word Processing Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart 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. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....in Word Processing Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/pie-chart-in-wo...
  5. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/net/removing-metadata/
  7. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page.... format ( "Page %d/%d" , pageIndex...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML Format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....PDF and after that to desired format. If true fixed layout will...

    docs.groupdocs.com/conversion/java/convert-to-h...
  9. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....date ) date : A date in the format 'yyyy-MM-dd'. For example:...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more inFormation. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_Formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/java/working-with-m...