Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 8,786 for

page

(0.09 sec)
  1. 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(); }... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. GroupDocs.Parser for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Parser for .NET 25.11. Available now on NuGet and GroupDocs website....Extract tables from a specific page Extract tables from the entire...Extract tables from a specific page # using (Parser parser = new...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  3. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....spreadsheets Leave feedback On this page A spreadsheet file contains...quality and accuracy. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/python-net/merge/excel/
  4. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Node.js via Java programming language....spreadsheets Leave feedback On this page A spreadsheet file contains...quality and accuracy. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/nodejs-java/merge/excel/
  5. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....documents Leave feedback On this page Overview provides class to manipulate...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/python-net/delete-...
  6. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....to search is provided on the page. To get the number of existing...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/alias-dictionary/
  7. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....to search is provided on the page. To get the number of existing...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/alias-dictionary/
  8. Search for multiple e-signature types | GroupDocs

    This article explains how to search for multiple electronic signatures across document Pages with GroupDocs.Signature API....print ( "Signature found at page " + resSignature . getPageNumber...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/search-for-mu...
  9. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface....searching by word forms, see page. The interface contains only...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/word-forms-provider/
  10. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...pipelines Leave feedback On this page Retrieval-augmented generation...documents/business-plan.txt (32 KB) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/markdown/python-net/convert-...