Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 5,486 for

packaging

(0.07 sec)
  1. Preserve linking of OLE objects to Excel when P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel file. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…...However we have the full Aspose package - for Java, Python and node...

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  2. GroupDocs.Metadata Releases

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Unterstützung für TFM‑Split‑Packaging ein und korrigiert Änderungen...

    blog.groupdocs.com/de/categories/groupdocs.meta...
  3. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command......9'` > This means the package claims to be compatible with...To run groupdocs-viewer-net package on macOS you need: ARM64 CPU...

    forum.groupdocs.com/t/significant-trouble-insta...
  4. PDF Comparison is Improved in GroupDocs.Compari...

    GroupDocs.Comparison for .NET 18.9 comes with some improvements and bug fixes. PDF and HTML anchors comparison is now improved. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Improvements Html Anchors comparing PDF comparison Improve HTML aligner Bug Fix Error when comparing Words files protected with password Cannot compare PDF documents Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....NET API : Nuget Package - NuGet Install Documentation...

    blog.groupdocs.com/comparison/pdf-comparison-is...
  5. basic-example.zip

    basic-example/.dockerignore node_modules groupdocs.comparison/node_modules npm-debug.log* yarn-debug.log* pnpm-debug.log* .git .env .DS_Store logs *.log basic-example/.gitignore node_modules/ npm-d......Copy package files and groupdocs.comparison COPY package*.json...CMD ["--help"] basic-example/package.json { "name": "GroupDocs.Comparison...

    docs.groupdocs.com/comparison/nodejs-java/_samp...
  6. GroupDocs.Assembly Releases

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....6 introduit des packages d’exécution NuGet modulaires...

    blog.groupdocs.com/fr/categories/groupdocs.asse...
  7. GroupDocs.Parser for .NET 25.10 – 最新更新與修復(2025 ...

    探索 GroupDocs.Parser for .NET 25.10 的新功能。現已於 NuGet 與 GroupDocs 網站上提供。...NuGet – 升級至最新套件: dotnet add package GroupDocs.Parser --version...--version 25.10.1 dotnet add package GroupDocs.Parser.NETFramework --version...

    blog.groupdocs.com/zh-hant/parser/groupdocs-par...
  8. GroupDocs.Metadata for Python 26.5 – Phát hành ...

    GroupDocs.Metadata for Python 26.5 bổ sung API có kiểu dữ liệu với các stub .pyi, hỗ trợ Python 3.14, các gói wheel tự chứa cho mọi nền tảng, và tích hợp AI agent....md vào trong package để tích hợp AI agent / LLM...groupdocs-metadata-net Tên package trên PyPI là groupdocs-metadata-net...

    blog.groupdocs.com/vi/metadata/groupdocs-metada...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API....command from the Package Manager. PM> Install-Package GroupDocs.Annotation...

    blog.groupdocs.com/annotation/annotate-pdf-file...