Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 1,573 for

presentation watermarking

(0.16 sec)
  1. Come convertire Excel in HTML utilizzando Java

    Questo argomento include un programma Java di esempio che spiega come convertire Excel in HTML utilizzando Java insieme a istruzioni complete per esportare Excel in HTML in Java....Watermark Product Family GroupDocs.Merger...macOS e Linux, purché Java sia presente. Non è necessario installare...

    kb.groupdocs.com/it/conversion/java/how-to-conv...
  2. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Watermark Product Solution GroupDocs...cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Watermark Product Solution GroupDocs...all possible properties are presented in the KnowPropertyDescript...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. Wildcard search | GroupDocs

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Watermark Product Solution GroupDocs...queries in text form are presented below. C# string indexFolder...

    docs.groupdocs.com/search/net/wildcard-search/
  5. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Watermark Product Solution GroupDocs...provider of word forms is presented below. public class SimpleWordFormsProvi...

    docs.groupdocs.com/search/java/word-forms-provi...
  6. Wildcard search | GroupDocs

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Watermark Product Solution GroupDocs...queries in text form are presented below. String indexFolder...

    docs.groupdocs.com/search/java/wildcard-search/
  7. C#PPTをPDFに変換| PPTXからPDFへ|プレゼンテーションの変換

    PowerPoint PPT、PPTXを.NETでPDFに変換します。 C#のコード例は、Conversion APIを使用した、選択的で連続したスライドの変換と透かしの変換を示しています。...converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/ja/conversion/convert-presen...
  8. Password Protect Excel Files in Java | Lock Unl...

    Let's learn how to password protect Excel spreadsheet files using Java. Change the existing password or remove it to unlock the XLS/XLSX files using Java API....about adding text and image watermarks to the Excel spreadsheets...Unlock Excel Files Online Watermark Excel Files using Java Protect/Unprotect...

    blog.groupdocs.com/merger/lock-unlock-excel-fil...
  9. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Watermark Product Solution GroupDocs...search query language is presented on the page . In addition...

    docs.groupdocs.com/search/net/build-search-query/
  10. Convert CSV to MD using Java

    Let's swiftly grasp how to convert CSV to MD using Java without extra software installations. We will present you key steps and Java code to export CSV to MD....Watermark Product Family GroupDocs.Merger...our preceding tutorial, we presented a step-by-step guide for converting...

    kb.groupdocs.com/conversion/java/convert-csv-to...