Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 5,321 for

file watermark

(0.09 sec)
  1. 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...
  2. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF File...Watermark Product Solution GroupDocs...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...
  3. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/update-document-p...
  4. Set password for output document | Documentation

    This article explains how to set document password after Files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): try...

    docs.groupdocs.com/comparison/python-net/set-pa...
  5. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... To name just a few, the file formats that the viewer supports...CAD drawings, multipage TIFF files and a lot more . Another important...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  6. Output Format and Password | Documentation

    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...with a binary nature, support file encryption with a password....

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  7. Perform Faceted Search using C#

    In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....Watermark Product Family GroupDocs.Merger...such as categories, dates, or file types. After reading this article...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  8. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....Watermark Product Family GroupDocs.Merger...convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Քաղեք տեքստ DOC-ից C#-ի միջոցով

    Այս հոդվածը ցույց է տալիս, թե ինչպես կարելի է տեքստ հանել DOC-ից՝ օգտագործելով C#: Այն ներառում է կոդի օրինակ, որը կօգնի ձեզ DOC-ից տեքստ հանել C#-ով` առանց լրացուցիչ ծրագրակազմ օգտագործելու:...Watermark Product Family GroupDocs.Merger...task. Extracting text from DOC files using C# is a common requirement...

    kb.groupdocs.com/hy/parser/net/extract-text-fro...
  10. Getting known property descriptors | Documentation

    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...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...