Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 18,578 for

pdf viewer

(0.31 sec)
  1. Update Text signatures in document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...new Signature ( "sampleSigned.pdf" ); try { TextSearchOptions options...

    docs.groupdocs.com/signature/java/update-text-s...
  2. Load document from Stream | GroupDocs

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

    docs.groupdocs.com/signature/net/load-document-...
  3. Add document to Spreadsheet via OLE | GroupDocs

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

    docs.groupdocs.com/merger/net/add-document-to-s...
  4. Update Text signatures in document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...new Signature ( "sampleSigned.pdf" )) { TextSearchOptions options...

    docs.groupdocs.com/signature/net/update-text-si...
  5. Agents and LLM integration | GroupDocs

    GroupDocs.Markdown for Python via .NET is AI agent and LLM friendly — machine-readable documentation, MCP server, AGENTS.md shipped in the package, and structured output for RAG pipelines....Viewer Product Solution GroupDocs...de.md and help me convert a PDF to Markdown. Why Markdown output...

    docs.groupdocs.com/markdown/python-net/agents-a...
  6. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/managing-diction...
  7. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/managing-dictiona...
  8. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....Viewer Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-table-of-...
  9. Supported cross-merging Document Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports Pdf, DOCX, XLSX, PPTX and many more....Viewer Product Solution GroupDocs...family Cross-format merge to PDF / XPS Cross-format merge to DOC...

    docs.groupdocs.com/merger/net/supported-cross-m...
  10. Load document from stream | GroupDocs

    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....Viewer Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...