Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 3,709 for

packaging

(0.12 sec)
  1. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book files using C# programming language....the content of e-book onto packages in the resultant file. It...incorporarted into a single package inside the resultant file....

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  2. הוסף או הסר הערות | הערות לקבצי PDF באמצעות C#

    הערה פרוגרמטית לקבצי PDF ב-C#. הוסף או הסר הערות כמו חצים, מלבן, אליפסה, סימון, הערות סימני מים באמצעות .NET API....org/packages /groupdocs.annotation).אתה...ממנהל החבילות. PM> Install-Package GroupDocs.Annotation הוסף הערות...

    blog.groupdocs.com/he/annotation/annotate-pdf-f...
  3. Annotaties toevoegen of verwijderen | Annoteer ...

    Annoteer programmatisch PDF-bestanden in C#. Annotaties zoals pijlen, rechthoeken, ellipsen, markeringen en watermerken toevoegen of verwijderen met behulp van .NET API....org/packages /groepdocs.annotatie). U kunt...Pakketbeheerder gebruiken. PM> Install-Package GroupDocs.Annotation Annotaties...

    blog.groupdocs.com/nl/annotation/annotate-pdf-f...
  4. Temukan Word dan Homofonnya di Banyak File meng...

    Temukan kata tertentu dan homofonnya di dalam file folder yang berbeda menggunakan C#. Bangun aplikasi .NET untuk homofon menggunakan API pencarian dokumen oleh GroupDocs...org /packages/groupdocs.search). PM> Install-Package GroupDocs...

    blog.groupdocs.com/id/search/find-homophones-in...
  5. จัดการข้อมูล XMP และ EXIF ของอิมเมจ HEIF HEIC ใ...

    จัดการข้อมูล XMP และ EXIF ของภาพ HEIF, HEIC ใน Java อ่าน อัปเดต ลบข้อมูล EXIF และ XMP โดยใช้ API การจัดการข้อมูลเมตาภายในแอปพลิเคชัน Java...อ่าน EXIF, EXIF IFD, EXIF GPS Package ของภาพ HEIF / HEIC ใน Java...งเพื่อ set the custom XMP package property ลบข้อมูลเมตา EXIF...

    blog.groupdocs.com/th/metadata/xmp-and-exif-dat...
  6. Tìm và Thay thế Từ trong Tài liệu Word bằng C# ...

    Tìm, thay thế hoặc ẩn văn bản, từ, cụm từ trong tệp Word DOC/DOCX bằng C#. Soạn thảo và thực hiện tìm kiếm văn bản, phân biệt chữ hoa chữ thường & RegEx với .NET Redaction API....org /packages/groupdocs.redaction). PM> Install-Package GroupDocs...

    blog.groupdocs.com/vi/redaction/find-and-replac...
  7. Znajdź program Word i jego homofony w wielu pli...

    Znajdź określone słowo i jego homofony w różnych plikach folderu za pomocą C#. Zbuduj aplikację .NET dla homofonów, korzystając z API przeszukiwania dokumentów przez GroupDocs...org /packages/groupdocs.search). PM> Install-Package GroupDocs...

    blog.groupdocs.com/pl/search/find-homophones-in...
  8. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....file Get the root metadata package Use the property to read the...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...