Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 3,330 for

import

(0.51 sec)
  1. Save image by custom strategy | GroupDocs

    The listed articles below explain how to control how images are saved when a document is saved to Markdown format....markdown import MarkdownConverter , ConvertOptions...if __name__ == "__main__" : import os os . makedirs ( "output/images"...

    docs.groupdocs.com/markdown/python-net/custom-s...
  2. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML formats using GroupDocs.Assembly for Java....when assembling a document: import com.groupdocs.assembly.* ;...use Transitional compliance: import com.groupdocs.assembly ; public...

    docs.groupdocs.com/assembly/java/developer-guid...
  3. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.options.HtmlViewOptions ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  4. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....java import com.groupdocs.conversion.Converter ; import com.groupdocs...convert.PdfConvertOptions ; import com.groupdocs.conversion.options...

    docs.groupdocs.com/conversion/java/load-cad-doc...
  5. Set timeout for loading external resources | Gr...

    This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....resources: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.options.HtmlViewOptions ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  6. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....“CONFIDENTIAL” stamps across your important files. This creates a professional...sensitive. import groupdocs.watermark as gw import groupdocs.watermark...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  7. 在 Java 中查找和删除文档中的水印

    Java API 以编程方式从 PDF、Word、Excel、PowerPoint 和 Visio 文件等文档中查找和删除文本和图像水印。... import com.groupdocs.watermark.Watermarker; import com.groupdocs...search.ImageDctHashSearchCr; import com.groupdocs.watermark.search...

    blog.groupdocs.com/zh/watermark/find-and-remove...
  8. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....body: Python import groupdocs.redaction as gr import groupdocs.redaction...g.: Python import groupdocs.redaction as gr import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/annotat...
  9. Listening to conversion process events | GroupDocs

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....java import com.groupdocs.conversion.Converter ; import com.groupdocs...conversion.ConverterSettings ; import com.groupdocs.conversion.options...

    docs.groupdocs.com/conversion/java/listening/
  10. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box....parser import Parser def extract_text_from_document...Python from groupdocs.parser import Parser def extract_text_from_pdf...

    docs.groupdocs.com/parser/python-net/how-to-run...