Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 820 for

groupdocs.editor save options

(0.18 sec)
  1. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...for setting the following options: method sets an extractor used...

    docs.groupdocs.com/search/java/highlighting-sea...
  2. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...to instance including its options, status of the operation (see...

    docs.groupdocs.com/redaction/net/redaction-basics/
  3. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...import com.groupdocs.viewer.options.ViewInfoOptions ; import com...

    docs.groupdocs.com/viewer/java/render-text-files/
  4. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...name, output format, and an optional license file. See the page...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  5. 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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...OOXML compliance level when saving Word documents to OOXML formats...

    docs.groupdocs.com/assembly/java/developer-guid...
  6. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.Options package. This interface requires to implement three methods: import com.groupdocs.redaction.Options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...from com.groupdocs.redaction.options package. This interface requires...

    docs.groupdocs.com/redaction/java/use-advanced-...
  7. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for .NET in Docker containers with complete examples, troubleshooting tips, and best practices for document processing in containerized environments....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Total.lic # License file (optional) ├── 📄 Program.cs # Main...

    docs.groupdocs.com/total/net/running-in-docker/
  8. Render CAD drawings and models as HTML, PDF, an...

    Convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...file with embedded resources To save all elements of an HTML page...

    docs.groupdocs.com/viewer/python-net/render-cad...
  9. How to merge source code files | GroupDocs

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...ComparisonAction . REJECT ); } // Prepare options for applying changes // Convert...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  10. Email attachments | GroupDocs

    Extract, add, and remove attachments in email messages using Python via .NET....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...output_dir , exist_ok = True ) load_options = gw . EmailLoadOptions ()...

    docs.groupdocs.com/watermark/python-net/email-a...