Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 12,048 for

new

(0.12 sec)
  1. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...Create a cache. FileCache cache = new FileCache ( cachePath ); ViewerSettings...

    docs.groupdocs.com/viewer/net/caching-results/
  2. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...DocumentSignatureDat result = new DocumentSignatureDat (); byte...

    docs.groupdocs.com/signature/net/search-embed-n...
  3. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Consulting Blog Knowledge Base New Releases Status Websites aspose...properties Pass the predicate and the new value to the updateProperties...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  4. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the index....Consulting Blog Knowledge Base New Releases Status Websites aspose...And the subsequent addition of new data extractors will significantly...

    docs.groupdocs.com/search/net/separate-data-ext...
  5. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/document-attributes/
  6. Add text field annotation | GroupDocs

    The page describes how to add text field annotation to a document programmatically 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-text-fie...
  7. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image 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-...
  8. Accept or Reject revisions | GroupDocs

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Consulting Blog Knowledge Base New Releases Status Websites aspose...RevisionHandler revisionHandler = new RevisionHandler ( withRevisionFile...

    docs.groupdocs.com/comparison/java/accept-or-re...
  9. Issue with Fonts Rendering Artifacts in PDF Con...

    Hello, I am using GroupDocs conversion java lib to convert PowerPoint files (.pptx) to PDF, but I am encountering an issue where some characters appear with artifacts after the conversion. The text becomes distorted, ma…...ConverterSettings converterSettings = new ConverterSettings(); converterSettings...PdfConvertOptions pdfOptions = new PdfConvertOptions(); pdfOptions...

    forum.groupdocs.com/t/issue-with-fonts-renderin...
  10. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Consulting Blog Knowledge Base New Releases Status Websites aspose..."c:\\MyDocuments2\\" ; Index index1 = new Index ( indexFolder1 ); // Creating...

    docs.groupdocs.com/search/java/merge-indexes/