Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 15,981 for

pdf conversion

(0.06 sec)
  1. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-text...
  2. OCR Usage Basics | Documentation

    This article explains how to use OCR....Conversion Product Solution GroupDocs...extract a text from images and PDFs / OCR Usage Basics OCR Usage...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  3. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs...spreadsheet. For example, the PDF document can be inserted in the...

    docs.groupdocs.com/merger/net/add-document-to-s...
  4. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Conversion Product Solution GroupDocs...= File . OpenRead ( "sample.pdf" )) { using ( Signature signature...

    docs.groupdocs.com/signature/net/load-document-...
  5. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Verifying Text signatures in advance | Document...

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...new Signature ( "signedSample.pdf" )) { TextVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-text-si...
  7. Verifying QR Code signatures in advance | Docum...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { QrCodeVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-qr-code...
  8. Add squiggly annotation | Documentation

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )){ SquigglyAnnotation squigglyAnnotation...

    docs.groupdocs.com/annotation/java/add-squiggly...
  9. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Conversion Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....Conversion Product Family GroupDocs...such as DOC, DOCX, DOT, PPTX, PDF, EML, MSG, POT, and many more...

    kb.groupdocs.com/parser/net/how-to-extract-meta...