Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 1,934 for

create new document editor

(0.93 sec)
  1. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in templates using if/elseif/else blocks based on data values....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  2. Render web documents as PDF, PNG, and JPEG file...

    Convert web Documents (CHM, HTML) to PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/viewer/python-net/render-web...
  3. Advanced search for Digital signatures | GroupDocs

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Extract images from Emails | GroupDocs

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the Document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/java/delete-signat...
  6. Logging | GroupDocs

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/search/net/logging/
  7. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must Create and assign an instance of the logger again, because the logger is not saved....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/search/java/logging/
  8. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must Create and assign an instance of the logger again, because the logger is not saved....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/search/nodejs-java/logging/
  9. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the Document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we Create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. Search for Barcode e-signatures | GroupDocs

    This article explains how to search for Barcode in the Document with few lines of code over GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/net/search-for-bar...