Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,303 for

library

(1.44 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... The library provides information on the...Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....topics To learn more about library features and get familiar how...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/get-document-i...
  3. compare Word files in java on GroupDocs Blog | ...

    compare Word files in java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare Word files in java on GroupDocs Blog | Document Automation Solution......และ PDF กับ Java Difference Library เปรียบเทียบไฟล์ Text, Word...

    blog.groupdocs.com/th/tag/compare-word-files-in...
  4. compare two files using java on GroupDocs Blog ...

    compare two files using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two files using java on GroupDocs Blog | Document Automation Solu......PDF dengan Java Difference Library Bandingkan Teks, Word, file...

    blog.groupdocs.com/id/tag/compare-two-files-usi...
  5. Texts in PDF are not visible during PNG view pr...

    When I want to prepare PNG renditions of attached PDF documents with the Viewer, the text on the document is not displayed in the resulting PNG. This only happens with one of our customers. I have not encountered such a …...different version of the GroupDocs library to see if the issue persists...specific problems related to the library version or the documents in...

    forum.groupdocs.com/t/texts-in-pdf-are-not-visi...
  6. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....on utilizing an annotation library and creating a basic application...configuring the annotation library and modifying the file paths...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  7. Convert CSV to HTML using Java

    Let's swiftly grasp the process of how to convert CSV to HTML using Java. We will furnish you with vital steps and code example to export CSV to HTML using Java.... Utilizing a conversion library enables automation, making...configured the recommended library and made necessary adjustments...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  8. How to Convert TXT to XLSX using C#

    This article presents necessary steps to convert TXT to XLSX using C# on frequently used operating systems along with code example to generate XLSX from TXT using C#....using a popular conversion library to generate XLSX from TXT using...installing document conversion library and changing the input and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Convert EML to HTML using Java

    Efficiently convert EML to HTML using Java without installing extra tool. Enhance document processing in projects with this guide on how to export EML to HTML using Java....of Java and the conversion library, you can streamline your document...setting up your conversion library and adjusting file paths, incorporating...

    kb.groupdocs.com/conversion/java/convert-eml-to...
  10. How to Render DOCX as PDF using C#

    Quickly learn how to render DOCX as PDF using C# with the help of GroupDocs.Viewer for .NET. A code example will also be provided to create PDF from DOCX in C#....you with the knowledge and library needed to accomplish this task...configured the recommended viewer library and made the necessary adjustments...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...