Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 1,379 for

presentation conversion

(0.72 sec)
  1. Scan Barcode from DOC using Java

    Learn how to scan barcode from DOC using Java. With the help of this guide, you will learn how to extract barcode from DOC in Java efficiently without using extra tools....Conversion Product Family GroupDocs...retrieve a list of barcodes present in the DOC file. This method...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  2. 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....Conversion Product Solution GroupDocs...cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...all possible properties are presented in the KnowPropertyDescript...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. Como renderizar DOCX como PNG usando Java

    Este artigo fornecerá instruções passo a passo para renderizar DOCX como PNG usando Java. Além disso, compartilharemos um exemplo de código para converter docx em PNG em Java....Conversion Product Family GroupDocs...Linux, desde que Java esteja presente. Código para renderizar DOCX...

    kb.groupdocs.com/pt/viewer/java/how-to-render-d...
  5. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Conversion Product Solution GroupDocs...of supported file types is presented below. Iterable < FileType...

    docs.groupdocs.com/metadata/java/get-supported-...
  6. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Conversion Product Solution GroupDocs...all font resources will be present and correctly linked to the...

    docs.groupdocs.com/editor/net/font-extraction-o...
  7. GroupDocs.Editor for .NET | GroupDocs

    Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for .NET powerful document editing API and C# language....Conversion Product Solution GroupDocs...Excel workbooks, PowerPoint presentations, XML, OpenDocument Formats...

    docs.groupdocs.com/editor/net/
  8. Add Text Watermark to PDF Using C#

    Find out how to add text watermark to PDF using C# without the need for additional software. Plus, we'll supply you with the code to insert text watermark to PDF in C#....Conversion Product Family GroupDocs...contracts, or creative presentations, adding text watermarks...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. Come eseguire il rendering di DOCX come PNG uti...

    Questo articolo fornirà istruzioni dettagliate per eseguire il rendering di DOCX come PNG utilizzando Java. Inoltre, condivideremo un esempio di codice per convertire docx in PNG in Java....Conversion Product Family GroupDocs...a condizione che Java sia presente. Codice per eseguire il rendering...

    kb.groupdocs.com/it/viewer/java/how-to-render-d...
  10. Come aggiungere annotazioni sostitutive in PDF ...

    Questo tutorial offre indicazioni su come aggiungere annotazioni sostitutive in PDF usando C#. Inoltre, include codice e passaggi per inserire annotazioni sostitutive in PDF in C#....Conversion Product Family GroupDocs...sopra indicati. Finché.NET è presente, queste istruzioni funzionano...

    kb.groupdocs.com/it/annotation/net/how-to-add-r...