Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 4,939 for

library

(0.04 sec)
  1. How to Convert XLSX to DOCX using C#

    In this article, you will be guided on how to convert XLSX to DOCX using C#. Also, a code example will be provided to demonstrate how to export XLSX to DOCX in C#....conversion utilizing a well-known library and provide step-by-step instructions...installing the document conversion library and making adjustments to the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Add Dropdown Component in PDF using C#

    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#....to utilize the annotation library and make a simple C# program...will need to use annotation library. Here is how you can create...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  3. XML Viewer - View and Convert XML Data Online f...

    View XML files using free online XML Viewer tool. Developers can develop their own online document Viewer.... Just choose standalone libraries or cloud-based APIs. Explore...Viewer for .NET : Integrate the library into your application. Utilize...

    blog.groupdocs.com/viewer/xml-viewer-online/
  4. .NET Standard 2.0 API Limitations | Documentation

    This section describes GroupDocs.Signature for .NET limitations when using under .NET Standard 2.0 environment...packages: libgdiplus - is the Mono library that provides a GDI+-compatible...programs which use the standard C library. ttf-mscorefonts-installer...

    docs.groupdocs.com/signature/net/net-standard-2...
  5. How to Convert PDF to Presentation in Java

    This article provides a step-by-step procedure to convert PDF to Presentation in Java and a sample application to convert PDF to PowerPoint presentation using Java....best document conversion libraries to convert PDF to Presentation...by installing the required library and then importing the essential...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Getting known property descriptors | Documentation

    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-...
  7. Get document info | Documentation

    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/python-net/get-docu...
  8. Automate file format processing in C++ with Aspose

    Make file format processing more efficient for Office, PDF, Images, and other file types in CPP by developing feature-rich apps using native Aspose APIs....on Adobe Acrobat, this PDF library enables managing forms, PDF...apps. Using this native C++ library, you can also convert your...

    www.aspose.com/products/cpp/
  9. How to Convert PPT to PPTX using Java

    This post provides the process of how to convert PPT to PPTX using Java and demonstrates the working of the feature with Java PPT to PPTX converter application....installing the document conversion library from the Maven repository and...of the document conversion library for transforming the document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Sign JPEG with Barcode Signature using Java

    Quickly learn how to sign JPEG with Barcode signature using Java without installing extra tools. We will also share code to create Barcode signature in JPEG using Java.... The library featured in this tutorial is...configuring the suggested signature library and adjusting file paths as...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...