Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 1,543 for

presentation watermarking

(0.12 sec)
  1. Jak przekonwertować plik PDF na prezentację w J...

    W tym artykule przedstawiono procedurę krok po kroku konwersji pliku PDF na prezentację w języku Java oraz przykładową aplikację do konwersji pliku PDF na prezentację programu PowerPoint przy użyciu języka Java....Watermark Product Family GroupDocs.Merger... aby konwertować PDF na Presentation w Javie . Ten przepływ pracy...

    kb.groupdocs.com/pl/conversion/java/how-to-conv...
  2. Как преобразовать PDF в презентацию на C#

    В этой короткой статье описывается пошаговая процедура преобразования PDF в презентацию на C# и разработка приложения для конвертера PDF в PPTX с использованием C#....Watermark Product Family GroupDocs.Merger...разработать конвертер PDF в Presentation на C# , следуя пошаговым...

    kb.groupdocs.com/ru/conversion/net/how-to-conve...
  3. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Watermark Product Solution GroupDocs...of supported file types is presented below. Iterable < FileType...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. Password Protect Word Document | Add Password t...

    Add password to your Word files. Lock Word documents with password protection using free online app & programmatically using GroupDocs.... You can use watermarks, encrypt files, or add passwords...PDF Files Lock PowerPoint Presentations with Password to Protect...

    blog.groupdocs.com/merger/password-protect-word...
  5. How to Streamline Your Document Signing Using O...

    A steady document signing process is the back bone of any contract-oriented organization. Conventional signing process leaves you with piles of signed documents, difficult to handle and archive. Also, the documents are passed around different departments, either getting lost or eating up too much time delaying the signing process. Online signature is the answer to all these concerns. Save your time and effort with GroupDocs’ online signatureSay good bye to lost signed documents and tons of paper piling up in your office!...step only after finishing the present one. This will make sure that...envelope. You can also add a watermark to your documents. This step...

    blog.groupdocs.com/signature/how-to-streamline-...
  6. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....supports spreadsheets, presentations, images, PDF files, webpages...annotation Arrow Underline Watermark Distance Strikeout Text Field...

    blog.groupdocs.com/annotation/annotate-word-doc...
  7. GroupDocs viewer not working with .eml file pro...

    I am facing issues with GroupDocs HTML viewer with .eml file sharing the file for your reference. the alignment is very bad in html viewer but it is good in png viewer. RE DMS - signoff for all documents upload - June’…...wOptions options) { Watermark watermark = null; if (!string....// Set watermark properties watermark = new Watermark(globalConfiguration...

    forum.groupdocs.com/t/groupdocs-viewer-not-work...
  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. 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...
  10. Convert DOCX to PNG using Python

    Learn how to convert DOCX to PNG using Python with step-by-step instructions and code example. Easily export DOCX to PNG using Python for high-quality image output....Watermark Product Family GroupDocs.Merger...formats empowers developers to present content visually while maintaining...

    kb.groupdocs.com/conversion/python/convert-docx...