Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 4,454 for

packaging

(0.1 sec)
  1. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks 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 PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....file Get the root metadata package Extract the instance and obtain...metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...metadata package Extract the native metadata package using the...archive Get the root metadata package Update the comment using the...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. GroupDocs.Merger for .NET 25.11 – 최신 업데이트 및 수정 ...

    GroupDocs.Merger for .NET 25.11의 새로운 기능을 살펴보세요. 이제 NuGet 및 GroupDocs 웹사이트에서 사용할 수 있습니다....11)로 업그레이드합니다: dotnet add package GroupDocs.Merger --version...or use the Package Manager Console: Install-Package GroupDocs...

    blog.groupdocs.com/ko/merger/groupdocs-merger-f...
  4. ลบแท็ก MP3 โดยใช้ C# - (ID3, เนื้อเพลง, APE) | ...

    ลบแท็ก MP3 ออกจากไฟล์ mp3 โดยใช้ C# กำจัดแท็กข้อมูลเมตา ID3v1, ID3v2, เนื้อเพลง และ APEv2 จากไฟล์ mp3 โดยใช้ .NET Metadata API...org /packages/groupdocs.metadata) PM> Install-Package GroupDocs...รับแพ็คเกจรูท MP3 # รับ MP3 Root Package ของไฟล์ MP3 โดยใช้ [GetRoo...

    blog.groupdocs.com/th/metadata/remove-mp3-tags-...
  5. Voeg PowerPoint-presentaties en -dia's samen me...

    Voeg PowerPoint-presentaties samen met C#. Combineer verder specifieke dia's van PPT/PPTX-bestanden met behulp van de .NET-fusie-API van GroupDocs....vanuit NuGet Packages Gallery. Install-Package GroupDocs.Merger...Merger OR Update-Package GroupDocs.Merger Download de MSI of DLL’s...

    blog.groupdocs.com/nl/merger/merge-powerpoint-p...
  6. GroupDocs.Total for .NET 25.7 – 最新の更新と修正 (2025年8月)

    Explore what’s new in GroupDocs.Total for .NET 25.7, including updated products, dependency enhancements, and Docker support. Available now on NuGet and GroupDocs website. → GroupDocs.Total for .NET 25.7 の新機能をご確認ください。更新された製品、依存関係の強化、Docker のサポートが含まれています。NuGet と GroupDocs のウェブサイトでご利用いただけます。...NuGet # NuGet # Choose the package for your target platform: ...ださい: .NET 6 Package .NET Framework 4.6.2 Package Direct download...

    blog.groupdocs.com/ja/total/groupdocs-total-for...
  7. GroupDocs.Merger برای .NET ۲۵.۱۱ – جدیدترین به ...

    به جدیدهای GroupDocs.Merger برای .NET 25.11 نگاهی بیندازید. اکنون در NuGet و وب‌سایت GroupDocs در دسترس است....NuGet استفاده کنید: dotnet add package GroupDocs.Merger --version...از کنسول Package Manager بهره ببرید: Install-Package GroupDocs...

    blog.groupdocs.com/fa/merger/groupdocs-merger-f...
  8. PDF en gescande documenten redigeren in C# | Bl...

    Bewerk tekst in PDF en andere documenten met C# in uw .NET-toepassingen. Documenten redigeren om tekst en ook de tekst in de ingesloten afbeeldingen zwart te maken....Installeren via Package Manager-console # PM> Install-Package GroupDocs...Redaction Installeer via NuGet Package Manager # PDF-tekst en gescande...

    blog.groupdocs.com/nl/redaction/redact-text-and...
  9. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exepackage sources list RUN sed -i 's/^Components:...d/debian.sources # Download the package lists from the repositories...

    docs.groupdocs.com/viewer/net/sample-files/how-...