Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 972 for

groupdocs.editor save options

(1.74 sec)
  1. 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...
  2. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...the object. Specify a path to save the rendered file. Call the...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  3. 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-...
  4. 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...
  5. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-conversion-net, and run three minimal examples — DOCX → PDF, PDF → per-page PNG, and ZIP → consolidated PDF — in under five minutes....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...as described in the topic. Optionally you may to test all the product...

    docs.groupdocs.com/conversion/python-net/gettin...
  6. Compare Multiple Documents | GroupDocs

    Compare a source document against multiple targets in a single pass — including password-protected files and custom compare settings — with GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...compared successfully. Result saved to result.docx." ) if __name__...

    docs.groupdocs.com/comparison/python-net/develo...
  7. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs..."[personal]" ))); redactor . Save (); } By default, search for...

    docs.groupdocs.com/redaction/net/text-redactions/
  8. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Redactor from groupdocs.redaction.options import SaveOptions from groupdocs...

    docs.groupdocs.com/redaction/python-net/remove-...
  9. Loading documents | GroupDocs

    Load documents into GroupDocs.Annotation for Python via .NET from a local disk or a binary stream, and open password-protected files with LoadOptions....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...annotator . add ( area ) annotator . save ( "./output.pdf" ) if __name__...

    docs.groupdocs.com/annotation/python-net/loadin...
  10. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...body (text, annotations, etc.); save it as a rasterized PDF file...

    docs.groupdocs.com/redaction/net/create-pdf-wit...