Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 16,225 for

pdf viewer

(0.14 sec)
  1. GroupDocs.Annotation for Java | Documentation

    API to annotate text or images in your documents using Java. It supports Pdf, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Viewer Product Solution GroupDocs...Annotation supports . These include PDF documents, Microsoft Word, Microsoft...

    docs.groupdocs.com/annotation/java/
  2. Load document from Stream | Documentation

    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 | Documenta...

    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. Ինչպես փոխարկել HTML-ը RTF-ի C#-ում

    Այս արագ ձեռնարկում, մենք կբացատրենք HTML-ը RTF-ի C#-ում փոխարկելու քայլերը և ինչպես կիրառել C# HTML-ը RTF-ի գործառույթը՝ օգտագործելով այս ուղեցույցը:...Viewer Product Family GroupDocs.Comparison...ձևաչափերի, ինչպիսիք են TIFF, PPSM, PDF, MHT, PPTX, XLSX և շատ ավելին:...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  5. Introducing GroupDocs.Signature for Java | Docu...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...Viewer Product Solution GroupDocs...documents of various formats like PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS...

    docs.groupdocs.com/signature/java/introducing-g...
  6. Ինչպես փոխարկել JPG-ն XLSM-ի C#-ում

    Այս արագ ուղեցույցը հակիրճ բացատրում է ձեզ JPG-ն XLSM-ի C#-ով փոխարկելու գործընթացը և սովորեք, թե ինչպես օգտագործել այս ուղեցույցը՝ C#-ով JPG-ն XLSM-ի փոխարկելու համար:...Viewer Product Family GroupDocs.Comparison...POT, RTF, PPSX, DOCX, HTML, PDF և շատ ավելին: Այս ուղեցույցում...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  7. Get file info | Documentation

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Viewer Product Solution GroupDocs...information: is a document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/annotation/java/get-file-info/
  8. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  9. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....Viewer Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/plain-text/
  10. 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....Viewer Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

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