Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 3,067 for

presentations

(0.32 sec)
  1. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....passion for the special effects presented in today’s multi-media. I’ve...

    blog.groupdocs.com/categories/groupdocs.total-p...
  2. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....protection of text watermark in presentation documents. Please continue...

    blog.groupdocs.com/categories/groupdocs.waterma...
  3. Konvertera MSG till MHTML med Node.js

    Lär dig hur du konverterar MSG till MHTML med Node.js i några enkla steg. Den här guiden visar också hur du exporterar MSG till MHTML i Node.js med hjälp av effektiva konverterings-API:er....det gäller efterlevnad, presentation eller dokumentation ger...

    kb.groupdocs.com/sv/conversion/nodejs/convert-m...
  4. Agregue una marca de agua de texto a XLSX usand...

    Esta guía demuestra el proceso de cómo agregar una marca de agua de texto a XLSX usando C#. Además, obtendrá un ejemplo de código para insertar una marca de agua de texto en XLSX en C#....NET está presente. Una vez que haya configurado...

    kb.groupdocs.com/es/watermark/net/add-text-wate...
  5. View Contents of ZIP and TAR Archives using Gro...

    We are excited to bring a major release of GroupDocs.Viewer for Java API packaging a bunch of new features, improvements, and bug fixes. In the latest release, we have added the support of viewing archives and a couple of code files as well as provided the features of working with security settings in the PDF documents. So let’s walk through the latest release of our document viewer API for Java and check out what you are going to get after upgrading to v19....or damaged exception for presentation documents Unable to render...

    blog.groupdocs.com/viewer/view-files-and-folder...
  6. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....processing, spreadsheet and presentation formats. From the Library...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  7. How to Edit XML File | Documentation

    This article demonstrates how to edit XML files and XML documents using Node.js via Java....false ), and URIs, if they are present in text nodes or attribute...so if an email address is present in the input XML, the output...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....HTML documents that may be presented in different forms. Once the...DelimitedTextSaveOpt N/A Presentation PPT, PPTX, PPTM, PPS, PPSX...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  9. Come convertire PDF in presentazioni in Java

    Questo articolo fornisce una procedura dettagliata per convertire PDF in presentazioni in Java e un'applicazione di esempio per convertire PDF in presentazioni PowerPoint utilizzando Java....documenti per convertire PDF in Presentation in Java . Questo flusso...

    kb.groupdocs.com/it/conversion/java/how-to-conv...
  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 try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...