Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 1,934 for

create new document editor

(0.27 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files Created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.Document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = New Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Set image size limits | GroupDocs

    Control image size in PDF output: set width, height, or maximum dimensions....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/viewer/python-net/set-image-...
  3. Evaluation Limitations and Licensing | GroupDocs

    Learn about evaluation limitations and licensing options for GroupDocs.Parser for .NET. Free trial limitations include 100 files per session, 5 pages per Document, and evaluation watermarks....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/net/evaluation-limita...
  4. How to merge BMP images using C# | GroupDocs

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/merger/net/getting-started/u...
  5. Technical Support | GroupDocs

    GroupDocs.Signature for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/python-net/technic...
  6. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package repository GroupDocs.Metadata for Java - A metadata management API for Documents to Create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text Documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/java/
  7. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their Documents. Wide range of Document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/redaction/python-net/redacti...
  8. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  9. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files Created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note Document....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. OCR support | GroupDocs

    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....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/search/java/ocr-support/