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

library

(0.06 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 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...
  4. GroupDocs.Viewer for Java Extension Is Now Avai...

    We are pleased to announce the release of the extension which allows Magento web-developers to seamlessly integrate the Java version of the GroupDocs HTML5 document viewer into their websites. Once deployed, you will be able to embed and display over 45 types of documents on any page within your Magento website. The viewer doesn’t require any 3rd party plugin installation on the client-side and allows end-users to view documents from any HTML5-compliant web-browser....don’t have a license for the library yet, but would like to test...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. 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-bestanden met Java Difference Library Vergelijk tekst-, Word-, PDF-bestanden...

    blog.groupdocs.com/nl/tag/compare-two-files-usi...
  6. How to Fix a virtualPath Issue in the SharePoin...

    This article will guide you how to resolve a virtualPath issue that may appear in SharePoint 2013 when trying to add a 3rd party Library (for example SignalR), or when you use the “~” symbol in the path. We encountered this issue while developing a plugin that allows you to integrate the GroupDocs.Annotation for .NET Library into SharePoint. Overall, the issue is quite strange, as it is not reported in the stack trace or logs....trying to add a 3rd party library (for example SignalR), or when...GroupDocs.Annotation for .NET library into SharePoint . Overall,...

    blog.groupdocs.com/annotation/how-to-fix-a-virt...
  7. Merge Excel Files Online | Combine Multiple Spr...

    Easily merge two or more Excel files into one online. Combine entire spreadsheets or selectively join sheets from multiple files both online and programmatically using .NET and Java APIs...can choose from different libraries made just for this purpose....NET : First, include the library in your application. Then,...

    blog.groupdocs.com/merger/merge-excel-files-onl...
  8. Merge PowerPoint Files Online | PPT & PPTX Merger

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the specific slides of multiple PPT/PPTX files online & programmatically....from different standalone libraries. It’s a good idea to check...make sure you integrate the library into your application. Then...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  9. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....instructions on using the annotation library and creating a basic application...configuring the annotation library and modifying file paths as...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  10. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....popular document conversion library for doing the document transformation...of the document conversion library to do the document transformation...

    kb.groupdocs.com/conversion/net/how-to-convert-...