Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 57,669 for

api

(0.08 sec)
  1. Import & Export Introduced in GroupDocs.Annotat...

    At GroupDocs we always tries to improve our products and introduce new feature to provide quality and unique products to our valuable users. By maintaining our tradition we are pleased to announce monthly release of GroupDocs.Annotation for .NET 3.2.1 Api. The latest release of our Document Annotation Api provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.2.1 included support to import annotations for word and PDF document format for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) also introducing export of different annotations for Word and PDF document format with all major supported annotations....1 API . The latest release of our Document...Document Annotation API provides new features, Improvement’s...

    blog.groupdocs.com/annotation/import-export-int...
  2. Assemble External Document Dynamically using Gr...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install the latest version of the Api for better user experience. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....install the latest version of the API for better user experience. Features...in the latest version of the API. An evaluation mark is added...

    blog.groupdocs.com/assembly/assemble-external-d...
  3. Edit Word Documents | Online Editing & Programm...

    Discover efficient ways to edit Word documents. Either edit DOC/DOCX files online or do it programmatically using C# & Java....editing Word documents using APIs for different programming languages...resources related to the .NET API, you can access these through...

    blog.groupdocs.com/editor/edit-word-documents/
  4. Edit PowerPoint Presentations | Online Editing ...

    Discover efficient ways to edit PowerPoint presentations. Either edit PPT/PPTX files online or do it programmatically using C# & Java....guide you through using these APIs to edit PowerPoint files using...resources related to the .NET API, you can find them through the...

    blog.groupdocs.com/editor/edit-presentation-ppt...
  5. How to Convert PowerPoint to HTML in C#

    Let's review the workflow to convert PowerPoint to HTML in C# using simple Api calls and how to create code for the C# PPT to HTML converter application....Find Answers by API GroupDocs.Total Product Family GroupDocs...PowerPoint to HTML in C# using simple API calls of one of the best document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Edit Excel Spreadsheets | Online Editing & Prog...

    Discover efficient ways to edit Excel spreadsheets. Either edit XLS/XLSX files online or do it programmatically using C# & Java....NET API, you can access these through...through the following links: .NET API | Documentation | Download Edit...

    blog.groupdocs.com/editor/edit-excel-spreadsheet/
  7. 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-...
  8. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata Api supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback With GroupDocs.Redaction API you can apply annotation redactions...

    docs.groupdocs.com/redaction/net/annotation-red...
  10. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata Api allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs Metadata API allows the user to read Adobe...

    docs.groupdocs.com/metadata/java/working-with-m...