Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 691 for

groupdocs.editor save options

(0.03 sec)
  1. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...folder (directory), process and save the result of processing. The...

    docs.groupdocs.com/comparison/net/compare-folders/
  2. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...folder (directory), process and save the result of processing. The...

    docs.groupdocs.com/comparison/java/compare-fold...
  3. Add text watermarks | Documentation

    This article shows how to add a text watermark and Save the resultant document. It is capable of adding watermarks to images or documents....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...font for the watermark; (Optionally.) Specify the watermark ...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  4. Add image watermarks | Documentation

    This article shows how to add an image watermark and Save the resultant document. It is capable of adding watermarks to images or documents....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...from the local image file; (Optionally.) Specify the watermark and...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  5. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods in Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Redactor class. Method Document.Save(Stream, SaveOptions) was replaced...

    docs.groupdocs.com/redaction/net/migration-notes/
  6. 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…...the upcoming release of GroupDocs.Editor for .NET . You can monitor...with this, I am not able to save the PPTX files after editing...

    forum.groupdocs.com/t/not-able-to-view-pptx-fil...
  7. Use redaction policies | Documentation

    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. Licensing and evaluation | Documentation

    GroupDocs.Redaction for Python via .NET offers flexible licensing Options, including a Free Trial and a 30-day Temporary License for evaluation purposes....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...learn more about licensing options, purchasing, and evaluation...

    docs.groupdocs.com/redaction/python-net/licensi...
  9. Deleting Text signatures - advanced | Documenta...

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs... This approach is based on saved signatures Id after or methods...

    docs.groupdocs.com/signature/net/deleting-text-...
  10. Use advanced logging | Documentation

    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-...