Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 9,632 for

image

(0.07 sec)
  1. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Tạo Trình xem tài liệu trong ASP.NET Core MVC c...

    Trình xem tài liệu trực tuyến đã trở nên phổ biến sau khi việc sử dụng tài liệu kỹ thuật số ngày càng tăng, đặc biệt là trong các hệ thống quản lý nội dung. Lý do đằng sau sự phổ biến này là bạn có thể xem nhiều định dạng tài liệu mà không cần mua hoặc cài đặt các chương trình phần mềm chuyên dụng. Xem xét tầm quan trọng của trình xem tài liệu, tôi nghĩ sẽ viết một bài viết về cách tạo trình xem tài liệu chung trong ASP..../images/Loading.gif') 50% 50% no-repeat...

    blog.groupdocs.com/vi/viewer/document-viewer-in...
  3. 用Java生成条码|将条形码添加到文档和图像

    通过使用 Java 电子签名 API 将条形码添加到 Word、Excel、PDF、PNG、JPG、WebP 文件,以 Java 生成条形码并对文档和图像进行电子签名。...signature = new Signature("path/image.jpg"); // 使用条形码文本创建条形码选项 BarcodeSignOptions...

    blog.groupdocs.com/zh/signature/generate-barcod...
  4. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....text with rich formatting, images, and different annotations...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  5. 向 Word 文档添加水印 | 使用 GroupDocs 的 5 种安全方法

    了解如何使用 GroupDocs.Watermark for .NET 为 Word 文档添加安全水印。比较 5 种保护方法并提供代码示例,包括锁定标题、平铺水印以及无法轻易移除的密码保护章节。...Watermarker(InputFile)) { // Create the image watermark object var watermark...Save(Path.Combine(OutputDir, "image_watermark_word.docx" )); } }...

    blog.groupdocs.com/zh/watermark/secure-word-doc...
  6. GroupDocs.Search Product Family

    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....Index(indexFolder); // Setting the image indexing options IndexingOptions...

    blog.groupdocs.com/zh-hant/categories/groupdocs...
  7. 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....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Thêm Hình mờ vào Bản trình bày trong Java | Hìn...

    Thêm hình mờ hình ảnh vào trang chiếu bản trình bày hoặc áp dụng hình mờ văn bản cho PPT, PPTX, PPS và các định dạng khác trong Java bằng cách sử dụng GroupDocs Watermarking API....save("path/image-watermarked-presentation.pptx");...

    blog.groupdocs.com/vi/watermark/watermark-prese...
  9. 在 Java 中的演示文稿中添加水印 |文本和图像水印

    使用 GroupDocs Watermarking API 将图像水印添加到演示文稿幻灯片,或将文本水印应用于 Java 中的 PPT、PPTX、PPS 和更多格式。...save("path/image-watermarked-presentation.pptx");...

    blog.groupdocs.com/zh/watermark/watermark-prese...
  10. MSG converted to PDF with empty page of message...

    Converting MSG file to PDF gives back empty email message page...this Dockerfile to build your images for faster debugging. # This...

    forum.groupdocs.com/t/msg-converted-to-pdf-with...