Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 5,099 for

file signature

(0.04 sec)
  1. 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#....Signature Product Family GroupDocs.Metadata...Graphics (SVG) are two different file formats used for storing and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Convert PDF to ODT using Java

    Convert PDF to ODT using Java effortlessly without the need for additional tools. We will provide you code example and complete steps to perform this conversion....Signature Product Family GroupDocs.Metadata...(Portable Document Format) files into ODT (Open Document Text)...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  3. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....Signature Product Family GroupDocs.Metadata...class by passing the path of PDF file to its constructor Create an...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  4. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Watermark API, describes how to add watermakes with just a couple lines of code....Signature Product Solution GroupDocs...Clear watermarks Get file info Get supported file formats Was this...

    docs.groupdocs.com/watermark/nodejs-java/basic-...
  5. How to Convert XLSX to CSV using Java

    The focus of this topic is to guide you on how to convert XLSX to CSV using Java, and help you in developing a Java application to change XLSX to CSV in Java....Signature Product Family GroupDocs.Metadata...XLSX and CSV are two common file formats used for storing and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. GroupDocs.Conversion for Python via .NET | Docu...

    GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular File formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more....Signature Product Solution GroupDocs...enables easy conversion of popular file formats, including DOCX, XLSX...

    docs.groupdocs.com/conversion/python-net/
  7. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of File format using C# .NET language on any platform....Signature Product Family GroupDocs.Metadata...to Extract Text from Markdown File in C# How to Extract Text from...

    kb.groupdocs.com/parser/net/page/3/
  8. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Signature Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  9. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Signature Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  10. How to Run Examples | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Java library...Signature Product Solution GroupDocs...can either download the ZIP file or clone the repository of Github...

    docs.groupdocs.com/merger/java/how-to-run-examp...