Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 3,493 for

presentations

(0.36 sec)
  1. GroupDocs.Conversion for .NET 26.3 – Rilis Mare...

    GroupDocs.Conversion for .NET 26.3 meningkatkan dukungan format, memperbaiki bug kritis, dan memperkenalkan konversi iCalendar, penanganan font yang ditingkatkan, serta kepatuhan PDF/A....untuk dokumen Publisher, Presentation, dan Note, serta folder...

    blog.groupdocs.com/id/conversion/groupdocs-conv...
  2. Saving EditableDocument to Stream | GroupDocs

    This article shows and explains advanced techniques and approaches while working with EditableDocument at an advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....the HTML tag names will be presented in HTML markup: All lower...named “foo.jpeg” will be presented in the output markup as: <...

    docs.groupdocs.com/editor/nodejs-java/saving-ed...
  3. Cerca testo nei formati di documento Word, Exce...

    GroupDocs.Search è una potente API di ricerca full-text che ti consente di cercare attraverso oltre 70 formati di documenti nelle tue applicazioni....Spreadsheet (XLS, XLSX), Presentation (PPT, PPTX), immagini e...ricerca sfaccettata sono presentate nella pagina Ricerca sfaccettata...

    blog.groupdocs.com/it/search/search-text-in-wor...
  4. Cómo agregar firma de imagen a RTF usando Java

    Este artículo está diseñado para guiarlo en la adición de firmas de imágenes a RTF usando Java. Además, le proporcionaremos un ejemplo de código para insertar una firma de imagen en RTF usando Java....RTF Siempre que Java esté presente en su sistema, puede seguir...

    kb.groupdocs.com/es/signature/java/how-to-add-i...
  5. Come convertire DOCX in HTML utilizzando C#

    In questo argomento esplorerai come convertire DOCX in HTML utilizzando C#. Inoltre, forniremo un esempio di codice per esportare DOCX in HTML in C# senza utilizzare strumenti aggiuntivi.... Tieni presente che la libreria di conversione...

    kb.groupdocs.com/it/conversion/net/how-to-conve...
  6. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....all possible properties are present in the know_property_descriptors...

    docs.groupdocs.com/metadata/python-net/getting-...
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ipresented in the getKnowPropertyDescr...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  8. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....generate a Pie Chart report in Presentation Document format. Note The...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  9. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....documents (OpenDocument Presentation Template) Databases Emails...

    docs.groupdocs.com/parser/java/loading-specific...
  10. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file....of the file (if BOM isn’t presented). Here are the steps to detect...

    docs.groupdocs.com/parser/net/detect-encoding/