Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,607 for

library

(0.02 sec)
  1. How to Convert Text to PDF in Java

    This short tutorial explains the thorough instructions to convert Text to PDF in Java and learn how to write a Java program to convert Text file into PDF....the best document conversion library for performing document transformation...required document conversion library and load the Text document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins....NET class library (DLL), Java library (JAR) and as a Cloud...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  3. How to Convert RTF to SVG using C#

    In this tutorial, you will learn how to convert RTF to SVG using C# by following a step-by-step process. Also, a sample code is included to export RTF to SVG in C#....the output SVG to disk The library utilized in this tutorial is...recommended document conversion library and made necessary modifications...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert PDF to CSV using C#

    Quickly review the detailed instructions to convert PDF to CSV using C# and how to consume this guide for the implementation of PDF to CSV C# capability....popular document converter library and how to use it to convert...instructions, install the required library in the application and import...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. .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...
  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/java/get-document-i...
  8. 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...
  9. 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-...
  10. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....capabilities of suggested library, developers can effectively...you’ve set up the suggested library and adjusted the file paths...

    kb.groupdocs.com/redaction/net/redact-text-in-r...