Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 5,084 for

file watermark

(0.04 sec)
  1. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs.... None ); // Save result to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/remove-annot...
  2. Sign VBA macroses with Digital signature | Docu...

    This article explains how to e-sign VBA macros in the excel document using .Net C# with GroupDocs.Signature API....Watermark Product Solution GroupDocs...digitalVBA ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-vba-macro...
  3. How to save document with password | Documentation

    This article explains how to save document with password protection....Watermark Product Solution GroupDocs...false }; // sign document to file signature . Sign ( "SignedProtected...

    docs.groupdocs.com/signature/net/save-signed-do...
  4. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Watermark Product Solution GroupDocs...its extension (.PDF). The PDF file will be overwritten. The following...

    docs.groupdocs.com/redaction/java/save-with-def...
  5. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...overhead of saving InputStream as a file on disk, provides a way to work...

    docs.groupdocs.com/merger/java/load-document-fr...
  6. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/change-page-orie...
  7. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Watermark Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/net/handling-passw...
  8. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Watermark Product Solution GroupDocs...); // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/java/handling-pass...
  9. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...documents, such as OneNote files, using GroupDocs.Conversion...

    docs.groupdocs.com/conversion/java/load-note-do...
  10. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Watermark Product Solution GroupDocs...)) { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/net/pre-rasterize/