Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 8,385 for

release

(0.09 sec)
  1. Como trabalhar com tags de metadados

    Explique como trabalhar com tags de metadados...NET em releases.groupdocs.com . Você também...

    blog.groupdocs.com/pt/metadata/how-to-work-with...
  2. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-conversion-net, and run three minimal examples — DOCX → PDF, PDF → per-page PNG, and ZIP → consolidated PDF — in under five minutes....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/python-net/gettin...
  3. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. מדריך חתימות דיגיטליות בפייתון: חתימת PDF, Word...

    מדריך שלם צעד אחר צעד ליצירת חתימות אלקטרוניות בטוחות במסמכים באמצעות Python ו-GroupDocs.Signature - מושלם למפתחים הבנים יישומים חתימת מסמכים...NET: ניסיון חינם: GroupDocs Releases רישיון זמני: קבל רישיון זמני...

    blog.groupdocs.com/he/signature/sign-documents-...
  5. Python'da GroupDocs.Merger kullanarak DOCX Dosy...

    Python'da DOCX dosyalarını birleştirme üzerine kapsamlı bir rehber. Süreci anlayın ve Word belgelerini birleştirmek için pratik kod örnekleri elde edin....Örnekleri Ücretsiz deneme sürümünü releases.groupdocs.com adresinden indirebilir...

    blog.groupdocs.com/tr/merger/merge-docx-in-python/
  6. Chỉnh sửa và Quản lý Metadata trong Ứng dụng Py...

    Khám phá cách sử dụng GroupDocs.Metadata for Python via .NET để trích xuất, cập nhật và xóa metadata trong các ứng dụng của bạn....NET từ trang GroupDocs Releases . Ngoài ra, bạn có thể mua...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  7. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/net/developer-guid...
  8. نحوه کار با برچسب های متادیتا

    نحوه کار با برچسب‌های متادیتا را توضیح دهید...NET را از releases.groupdocs.com بارگیری کنید...

    blog.groupdocs.com/fa/metadata/how-to-work-with...
  9. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/working-with-i...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/migration-notes/