Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 30,260 for

new

(0.09 sec)
  1. Load PDF document with options | Documentation

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...fields: const loadOptions = new groupdocs . conversion . PdfLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. ImageDctHashSearchCriteria Class - GroupDocs.Wa...

    Represents a search criteria for finding images in a document....ImageDctHashSearchCr(Stream) Initializes a new instance of the ImageDctHashSearchCr...ImageDctHashSearchCr(String) Initializes a new instance of the ImageDctHashSearchCr...

    apireference.groupdocs.com/watermark/net/groupd...
  3. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....Consulting Blog Knowledge Base New Releases Status Websites aspose...ByteArrayInputStream stream = new ByteArrayInputStream ( buffer...

    docs.groupdocs.com/search/java/delete-indexed-d...
  4. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API...Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/net/working-with-w...
  5. Use redaction policies | Documentation

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Consulting Blog Knowledge Base New Releases Status Websites aspose...policy = new RedactionPolicy ( new Redaction [] { new ExactPhraseRedaction...

    docs.groupdocs.com/redaction/net/use-redaction-...
  6. redactorsettings - GroupDocs.Redaction for Java...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......RedactorSettings () Initializes a new instance of the RedactorSettings...ILogger logger) Initializes a new instance of the RedactorSettings...

    apireference.groupdocs.com/redaction/java/com.g...
  7. RedactorSettings - GroupDocs.Redaction for Java...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......RedactorSettings () Initializes a new instance of the RedactorSettings...ILogger logger) Initializes a new instance of the RedactorSettings...

    apireference.groupdocs.com/redaction/java/com.g...
  8. GroupDocs.Search for Java 21.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 21.2 Major Features There are the following improvementes in this release: Implement ability to perform boolean search with stop words Implement ability to get status of indexed file Implement ability to delete files indexed from stream Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2486 Implement ability to perform boolean search with stop words Improvement SEARCHNET-2487 Implement ability to get status of indexed file Improvement SEARCHNET-2485 Implement ability to delete files indexed from stream Improvement Public API and Backward Incompatible Changes Implement ability to perform boolean search with stop words This improvement allows to perform boolean search on queries containing stop words....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/groupdocs-search...
  9. Metadata Constructor (String, LoadOptions) - Gr...

    Initializes a New instance of the Metadata class.... LoadOptions) Initializes a new instance of the Metadata class...LoadOptions loadOptions ) Public Sub New ( filePath As String , loadOptions...

    apireference.groupdocs.com/metadata/net/groupdo...
  10. Converting PDF to PDF/2A using GroupDocs.Conver...

    Converting pdf to PDF/2A file with options don’t work public byte[] CreateOutput(byte[] content) { using var stream = New MemoryStream(); var inputStream = () => GetFileStream(content); using var converter = New Con…...content) { using var stream = new MemoryStream(); var inputStream...converter = new Converter(inputStream); var options = new PdfConvertOptions()...

    forum.groupdocs.com/t/converting-pdf-to-pdf-2a-...