Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 3,356 for

presentation

(0.17 sec)
  1. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....ViewerHtmlHandler(config); string guid = "presentation.pptx"; HtmlOptions options...

    blog.groupdocs.com/viewer/exclude-specific-font...
  2. Come rimuovere la risposta all'annotazione dal ...

    L'intenzione di questo tutorial è insegnarti come rimuovere la risposta all'annotazione dal PDF usando C# con tutti i passaggi e l'esempio di codice per eliminare l'annotazione della risposta usando C# dal PDF.... Tieni presente che devi aggiornare le annotazioni...

    kb.groupdocs.com/it/annotation/net/how-to-remov...
  3. GroupDocs.Parser for .NET 25.12 – การอัปเดตล่าส...

    สำรวจสิ่งใหม่ใน GroupDocs.Parser สำหรับ .NET 25.12. พร้อมให้ใช้งานตอนนี้บน NuGet และเว็บไซต์ GroupDocs....table found in the whole presentation IEnumerable<PageTableArea>...

    blog.groupdocs.com/th/parser/groupdocs-parser-f...
  4. To jest pole **seoTitle** dla technicznego wpis...

    Dowiedz się, jak uzyskać listę używanych czcionek, określić lub zastąpić brakujące czcionki, wykluczyć czcionki...WordProcessing, Spreadsheet, Presentation i PDF, posiadają specjalistyczne...WordProcessing, Spreadsheet, Presentation i PDF; dla wszystkich innych...

    blog.groupdocs.com/pl/viewer/working-with-fonts/
  5. עבודה עם גופנים ב-GroupDocs.Viewer עבור .NET

    למד כיצד לקבל רשימת גופנים בשימוש, לציין או להחליף גופנים חסרים, ולהוציא גופנים...WordProcessing, Spreadsheet, Presentation, ו‑PDF, כוללות מימושים מיוחדים...WordProcessing, Spreadsheet, Presentation, ו‑PDF; עבור כל פורמט מסמך...

    blog.groupdocs.com/he/viewer/working-with-fonts/
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...formatting raw JSON data into a presentable and easily understandable...

    blog.groupdocs.com/groupdocs.blog/page/32/
  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 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-...
  8. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint Presentations simultaneously with GroupDocs.Comparison for Java....PowerPoint and Open Document presentations. allows you to compare more...

    docs.groupdocs.com/comparison/java/compare-mult...
  9. 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...
  10. 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...