Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 10,573 for

new

(0.05 sec)
  1. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...In case is not set the Times New Roman font will be used. The...

    docs.groupdocs.com/conversion/net/load-note-doc...
  2. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Add watermarks to spreadsheet documents | Docum...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options 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/net/sign-document-...
  5. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); SaveOptions saveOptions = New SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(New SimpleDateFormat("dd-MM-yyyy").format(New Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...suffix: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-in-origi...
  6. Add replacement annotation | Documentation

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-replacem...
  7. Add replies to annotation | Documentation

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotator = new Annotator ( "input.pdf" )) { User user1 = new User {...

    docs.groupdocs.com/annotation/net/add-replies-t...
  8. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...Consulting Blog Knowledge Base New Releases Status Websites aspose...groupdocs.signature: Create a new instance of class and pass the...

    docs.groupdocs.com/signature/java/sign-document...
  10. Performance Inquiry: High Memory Usage and Long...

    Dear GroupDocs Support Team, I hope this message finds you well. I am writing to share feedback regarding the performance of GroupDocs.Watermark for .NET (v24.7.0) when processing large TIFF image files and to kindly re…...GroupDocsWatermarkBe() { ParamList = new List<Input>(); string resourcesDir...DirectoryInfo diResources = new DirectoryInfo(resourcesDir);...

    forum.groupdocs.com/t/performance-inquiry-high-...