Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 3,222 for

presentations

(0.06 sec)
  1. Cómo convertir PDF a presentación en C#

    Este breve artículo describe el procedimiento paso a paso para convertir PDF a presentación en C# y cómo desarrollar la aplicación para convertir PDF a PPTX usando C#....cómo desarrollar el PDF to Presentation Converter en C# siguiendo...

    kb.groupdocs.com/es/conversion/net/how-to-conve...
  2. eSign document with Image signature | GroupDocs

    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/java/esign-documen...
  3. نحوه تبدیل پاورپوینت به HTML در جاوا

    این آموزش کوتاه یک روش گام به گام برای تبدیل پاورپوینت به HTML در جاوا و یک کد نمونه برای برنامه تبدیل جاوا PPT به HTML ارائه می دهد....به پست نحوه تبدیل PDF به Presentation در جاوا نگاهی بیندازید....

    kb.groupdocs.com/fa/conversion/java/how-to-conv...
  4. 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 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-...
  5. GroupDocs.Viewer para .NET 25.9 – Últimas actua...

    Explora lo nuevo en GroupDocs.Viewer para .NET 25.9. Disponible ahora en NuGet y en el sitio web de GroupDocs....sustitución , que no están presentes en el documento original,...

    blog.groupdocs.com/es/viewer/groupdocs-viewer-f...
  6. GroupDocs.Metadata for .NET 16.10 Supports WAV ...

    We are happy to share that another monthly release of GroupDocs.Metadata for .NET with a bunch of new features is available for the .NET community. GroupDocs.Metadata for .NET 16.10 has come with the support of WAV audio format. Not only this, the API has also brought some new features related to PSD, JPEG, TIFF and MP3 file formats. We recommend you to download this latest version and check out its exciting features....Block but IPTC block may be presented onward. Starting from v16...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  7. Releasing Next Generation GroupDocs.Conversion ...

    We are pleased to announce the release of Next Generation GroupDocs.Conversion for .NET. with the extinct features that you may have not experienced before. This version has a new installer and some new features, fixes, and more document formats are introduced . We recommend that you download and update the library as soon as you can. Why Next Generation GroupDocs.Conversion? We are releasing GroupDocs.Conversion for .NET 3.0.0. which is also known as Next Generation GroupDocs....Processing Spread sheet Presentation Pdf HTML Image For more...

    blog.groupdocs.com/conversion/perform-converion...
  8. InstanceID: using multiple simultaneous instanc...

    Two months ago we presented a new feature called InstanceID in GroupDocs.Viewer for .NET for the first time. In short, InstanceID allows you to configure several simultaneous instances of GroupDocs.Viewer associated with different independent root storage paths. Since that time, we’ve received a lot of feedback on the feature and this time would like to clarify how you can benefit from InstqanceID and how to configure it correctly in more details....Two months ago we presented a new feature called InstanceID in...

    blog.groupdocs.com/viewer/instanceid-using-mult...
  9. Remove Image Watermark from RTF Using Python

    Learn how to remove image watermark from RTF using Python. This tutorial shows how to detect and delete image watermarks in RTF documents programmatically....maintain a clean and neutral presentation. If you want to remove image...

    kb.groupdocs.com/watermark/python/remove-image-...
  10. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers....developers aiming to automate presentation handling or extract formatted...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...