Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,751 for

groupdocs.markdown

(0.19 sec)
  1. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/update-...
  2. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search API....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  3. Save in original format | GroupDocs

    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(); }...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Signature for .NET library...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/getting-started/
  5. Working with List Reports - Numbered | GroupDocs

    Articles in this section...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-l...
  6. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected documents and load files from different sources. For more details please refer to the following guides:...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/loading-files/
  7. Working with Paragraph Reports | GroupDocs

    Articles in this section...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-p...
  8. Working with Individual Series Point Coloring |...

    Articles in this section...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-i...
  9. Calculate Formula while Assembling Spreadsheet ...

    Calculate Formula The Recipe Set up source document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update formula.xlsx The Code...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/calculate-form...
  10. Working with Chart Reports - Scatter | GroupDocs

    Articles in this section...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-ch...