Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 10,041 for

new

(0.03 sec)
  1. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  2. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions...

    docs.groupdocs.com/editor/net/fixing-invalid-fo...
  3. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/implement-cus...
  4. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Load from Amazon S3 Storage | Documentation

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...
  6. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = New Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = New IndexingOptions(); options....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Setting...

    docs.groupdocs.com/search/java/ocr-support/
  7. Convert Mobi & PDF/A file formats Using GroupDo...

    We are is glad to announce another release of GroupDocs.Conversion for .NET v17.2.0. In this monthly release New file formats “Mobi and PDF/A” are added in supported file format list. This monthly release of Document Conversion API is introducing New features like " Settings for different horizontal and vertical resolution when converting to image formats" and “conversion to PDF with setting for PDF file format” along with other five fixes.... In this monthly release new file formats “ Mobi and PDF/A...Conversion API is introducing new features like " Settings for...

    blog.groupdocs.com/conversion/mobi-pdfa-file-fo...
  8. Bidirectional Content & Export Metadata - Intro...

    We are at GroupDocs glad to announce another release of GroupDocs.Editor for .NET v17.9.0 API. This monthly release is adding support for New exciting features like Bidirectional Content to rotate different content in left and right direction. Most of the changes are done for words document format along with adding support for Export Language Metadata. This release is also adding features to export Fonts and document export in PDF format....release is adding support for new exciting features like Bidirectional...latest API and get benefits from new and enhanced API features. .NET...

    blog.groupdocs.com/editor/groupdocs.editor-for-...
  9. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...source file const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  10. Delete indexed documents | Documentation

    GroupDocs.Search 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...filePath ); Stream stream = new MemoryStream ( buffer ); Document...

    docs.groupdocs.com/search/net/delete-indexed-do...