Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 10,414 for

new

(0.06 sec)
  1. Deleting Text signatures - advanced | Documenta...

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/deleting-text...
  2. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); loadOptions...

    docs.groupdocs.com/conversion/java/load-spreads...
  3. Generate document page preview | Documentation

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document Annotator annotator = new Annotator ( "inputPath" ); //...

    docs.groupdocs.com/annotation/java/generate-doc...
  4. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/save-only-ann...
  5. Load XML document with options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "data.xml" , ( LoadContext...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  6. Add Metadata Signature in Cells Document using ...

    We at GroupDocs, are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.10 of the API provides the ability to add and search Metadata Signature in Cells and Words documents. Furthermore, few improvements are also introduced in this version, therefore, we recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for Cells and Words documentsThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....recommend you to download the new version of API and evaluate the...CellsMetadataSignOpt signOptions = new CellsMetadataSignOpt(); // Specify...

    blog.groupdocs.com/signature/groupdocs.signatur...
  7. User roles | Documentation

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf-file"...

    docs.groupdocs.com/annotation/net/apply-roles/
  8. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose..._errors = new ArrayList < String >(); _traces = new ArrayList...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. Existing objects in diagram document | Document...

    This article explains how to to find and remove watermarks of both types in Visio document....Consulting Blog Knowledge Base New Releases Status Websites aspose...DiagramLoadOptions loadOptions = new DiagramLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/existing-obje...
  10. Load WordProcessing document with options | Doc...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...comments: const loadOptions = new groupdocs . conversion . WordProcessingLoadOp...

    docs.groupdocs.com/conversion/nodejs-java/load-...