Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 56,341 for

api

(0.05 sec)
  1. Working with annotation replies | Documentation

    The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET Api....Upgrade an Order Support Docs API Reference Live Demos Free Support...collaborator’s device. provides an API to add, edit, or delete annotation...

    docs.groupdocs.com/annotation/net/working-with-...
  2. Defining Relations Between DocumentTable Instan...

    Define Relations Between Document Table Instances Api provides ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, the Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations Note The code uses some of the objects defined in: The Business Layer ColumnNameExtractingDocumentTableLoadHandler...Upgrade an Order Support Docs API Reference Live Demos Free Support...Between Document Table Instances API provides ability to define relations...

    docs.groupdocs.com/assembly/net/defining-relati...
  3. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion Api....Presentation Conversion Java API Convert PPT, PPTX, or ODP Presentations...Presentation Conversion Java API # For the conversion of presentations...

    blog.groupdocs.com/conversion/convert-presentat...
  4. Announcing GroupDocs.Markdown for .NET — Export...

    Export PDF, Word, Excel, HTML, and more to Markdown with an on‑premises .NET Api. See features, roadmap, and how to get started....NET is a document processing API that enables you to export PDF...Intuitive API design: Simple, developer-friendly API created with...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  5. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction Api, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Upgrade an Order Support Docs API Reference Live Demos Free Support...is a main class in Redaction API, providing functionality to open...

    docs.groupdocs.com/redaction/java/load-from-loc...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata Api provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata Api provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback The GroupDocs Metadata API provides the feature to read...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. OCR support | Documentation

    This article demonstrates 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...Upgrade an Order Support Docs API Reference Live Demos Free Support...connector using Aspose Cloud OCR API. // Implementing the OCR connector...

    docs.groupdocs.com/search/net/ocr-support/
  8. Add Watermark to Images in Java | Text & Image ...

    Add text to image as watermark, or add image watermarks to JPG, WebP, PNG, BMP images using Java Watermarking Api by GroupDocs....Text and Image Watermarking API # In the examples below, we will...GroupDocs.Watermark for Java API for adding text and image-based...

    blog.groupdocs.com/watermark/add-watermark-to-i...
  9. Watermark PDF Documents | Text and Image Waterm...

    Add text and image watermarks to PDF documents. Apply watermarks using the online watermark application or using .NET and Java libraries programmatically....NET API resources, you can explore the...the following links: .NET API | Documentation | Download Watermarking...

    blog.groupdocs.com/watermark/watermark-pdf-docu...
  10. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...code This was supported in old API We have simplified and optimized...As there are a lot of public API changes. Before getting started...

    blog.groupdocs.com/editor/get-document-metadata...