Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 827 for

groupdocs.editor save options

(0.25 sec)
  1. 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-...
  2. Working with worksheet headers and footers | Gr...

    Inspect, clear, and watermark images in headers and footers using Python via .NET....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...spreadsheet as gwc_xls load_options = gw . SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/python-net/working...
  3. 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/
  4. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced Options with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...the signed documents will be saved. Create a new instance of the...

    docs.groupdocs.com/signature/net/iterative-digi...
  5. Not able to view pptx file in viewer - Free Sup...

    Hello, I am getting the following error on a code shared below when trying to view pptx file in a viewer Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.ge…...all the DLLs and now after saving the file with this code → [HttpPost]...List<IHtmlResource>()); GroupDocs.Editor.Options.PresentationSaveOpti...

    forum.groupdocs.com/t/not-able-to-view-pptx-fil...
  6. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...spreadsheet as gwc_xls load_options = gw . SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/python-net/working...
  7. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...You can use RedactionPolicy.save() method to create XML documents...

    docs.groupdocs.com/redaction/python-net/use-red...
  8. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for Java...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...(phrase), search options, and highlight options, applied to the...

    docs.groupdocs.com/viewer/java/search-highlight...
  9. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...files with embedded resources To save all elements of an HTML page...

    docs.groupdocs.com/viewer/nodejs-java/render-te...
  10. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Parser from groupdocs.parser.options import PageTableAreaOptions...

    docs.groupdocs.com/parser/python-net/extract-ta...