Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 11,745 for

document watermarking

(0.18 sec)
  1. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/build-your-first...
  2. Save HTML to folder | GroupDocs

    This article explains how to save edited Document in HTML form to folder at local disk using GroupDocs.Editor for Java features....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  3. Search Image Signature in C# in Word, Excel, Po...

    Search Barcode, QR Code, digital, or electronic signature with image data content from any Document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....electronically transmitted document. It verifies the sender’s...sender’s intention to sign the document. As a developer, you can programmatically...

    blog.groupdocs.com/signature/search-image-signa...
  4. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats.... A Word document with such footnotes was converted...about converting a PowerPoint document with black SmartArt text to...

    blog.groupdocs.com/categories/groupdocs.convers...
  5. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded Document and extract some additional file format information. Load a WordProcessing Document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Watermark Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Convert PDF to MHTML using Node.js

    Learn how to convert PDF to MHTML using Node.js for seamless Document transformation. Follow our guide to efficiently export PDF to MHTML in Node.js with simple steps....Watermark Product Family GroupDocs.Merger...applications, converting documents into web-friendly formats...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  8. Merge DOC files using Java

    Master the skill of how to merge DOC files using Java. We will offer sample code example to help you combine DOC files in Java without requiring additional software....Watermark Product Family GroupDocs.Merger...compiling reports, consolidating documents, or creating comprehensive...

    kb.groupdocs.com/merger/java/merge-doc-files-us...
  9. Output Format and Password | GroupDocs

    Learn how to save an edited Word Document with a password or change the output Document format using GroupDocs.Editor for Node.js via Java....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the Document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/use-advanced-r...