Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 3,041 for

presentations

(0.05 sec)
  1. Install GroupDocs.Conversion for .NET on Linux ...

    Step-by-step guide to install and run GroupDocs.Conversion for .NET on Linux...incorrectly, verify fonts are present and accessible. For Docker-specific...

    docs.groupdocs.com/conversion/net/installation-...
  2. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....alternative way to put any presenting data in a visual form. This...

    docs.groupdocs.com/signature/net/esign-document...
  3. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....password protected documents is presented on the page. To get the number...

    docs.groupdocs.com/search/java/document-passwords/
  4. Sök i olika Word-formulär med Java

    Sök i olika ordformer med Java för att identifiera substantiv i både singular- och pluralformer. Ett exempel kommer att visa hur man implementerar ordformsökning i Java....vidare bearbetning eller presentation I följande exempel skapas...

    kb.groupdocs.com/sv/search/java/search-differen...
  5. Aggiungi filigrana di testo a XLSX utilizzando C#

    Questa guida illustra il processo su come aggiungere una filigrana di testo a XLSX utilizzando C#. Inoltre, riceverai un esempio di codice per inserire una filigrana di testo in XLSX in C#....macOS e Linux, dato che è presente .NET. Dopo aver impostato...

    kb.groupdocs.com/it/watermark/net/add-text-wate...
  6. Remove Watermark from PDF Documents in Java | W...

    Delete or remove watermarks from PDF and other documents in Java. An overview for Java developers to create a watermark removing applications....Files in Java Watermark Presentation Slides using Java Find and...

    blog.groupdocs.com/watermark/remove-watermark-f...
  7. Konvertera DOCX till PPTX med Node.js

    Lär dig hur du konverterar DOCX till PPTX med Node.js samtidigt som du bevarar formatering och layout. Exportera enkelt DOCX till PPTX i Node.js med några enkla API-anrop....konvertering av dokument till presentation, minska manuell ansträngning...

    kb.groupdocs.com/sv/conversion/nodejs/convert-d...
  8. Loading specific file formats | Documentation

    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...
  9. Detect encoding | Documentation

    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/
  10. Getting known property descriptors | Documentation

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