Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 1,517 for

presentation watermarking

(0.28 sec)
  1. Convert PDF to MHTML using Python

    Comprehensive guide to convert PDF to MHTML using Python. Learn step-by-step how to export PDF to MHTML using Python, preserving formatting without extra software....Watermark Product Family GroupDocs.Merger...for sharing, archiving, and presenting information in a web-friendly...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  2. 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#....Watermark Product Family GroupDocs.Merger...cómo desarrollar el PDF to Presentation Converter en C# siguiendo...

    kb.groupdocs.com/es/conversion/net/how-to-conve...
  3. نحوه تبدیل پاورپوینت به HTML در جاوا

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

    kb.groupdocs.com/fa/conversion/java/how-to-conv...
  4. eSign document with Image signature | GroupDocs

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

    docs.groupdocs.com/signature/java/esign-documen...
  5. 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....Watermark Product Solution GroupDocs...all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Compare multiple documents | GroupDocs

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

    docs.groupdocs.com/comparison/java/compare-mult...
  7. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....documents, spreadsheets , presentations , images , email messages...Text Redaction Underline Watermark Let’s start adding some of...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  8. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Watermark Product Solution GroupDocs...language in text form is presented on the page . Syntax with...

    docs.groupdocs.com/search/java/queries-in-text-...
  9. 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...Viewer for .NET. “Specified watermark font not found” exception...

    blog.groupdocs.com/viewer/exclude-specific-font...
  10. Load document from stream | GroupDocs

    Learn how to Load document from stream....Watermark Product Solution GroupDocs...cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/net/load-document-fro...