Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 4,016 for

packaging

(0.11 sec)
  1. Estrai testo dai file Markdown usando C# | Estr...

    Estrai il testo dai file Markdown usando C#. Analizza i file mardown all'interno delle applicazioni .NET utilizzando l'API di analisi dei documenti di GroupDocs.... PM> Install-Package GroupDocs.Parser Estrai testo...

    blog.groupdocs.com/it/parser/extract-text-from-...
  2. Merge Multiple File Types into One File using C...

    C# way to combine two or more documents of different file formats into a single file. Merge different PDF, Word, Excel, PPT files into one PDF with .NET API.... PM> Install-Package GroupDocs.Merger Merge PDF...

    blog.groupdocs.com/merger/merge-multiple-file-t...
  3. Releasing Next Generation GroupDocs.Comparison ...

    GroupDocs team happily announces the release of Next Generation GroupDocs.Comparison for .NET with the new features that you may have not practiced before. GroupDocs.Comparison is a powerful API for comparing + merging Microsoft Office, PDF, Text and HTML documents. It compares both content and styles in the documents and saves the difference summary in a separate result file. This version has a new installer and some new features, fixes, and more document formats are introduced....Comparison: Downloads - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/comparison/releasing-next-ge...
  4. قم بإنشاء ارتباطات تشعبية في PDF باستخدام التعل...

    علق ملفات PDF عن طريق إنشاء ارتباطات تشعبية باستخدام التعليقات التوضيحية للرابط في C #. الشرح التوضيحي للمستند والصورة. تسمح .NET API بالتعليق عن طريق ربط البيانات الخارجية.... PM> Install-Package GroupDocs.Annotation إنشاء...

    blog.groupdocs.com/ar/annotation/create-hyperli...
  5. 使用 C# 在 Word 文檔中查找和替換單詞 |文本編輯

    使用 C# 在 Word DOC/DOCX 文件中查找、替換或隱藏文本、單詞、短語。使用 .NET Redaction API 編輯和執行文本、區分大小寫和 RegEx 搜索。...API /packages/groupdocs.redaction)。 PM> Install-Package GroupDocs...

    blog.groupdocs.com/zh-hant/redaction/find-and-r...
  6. การค้นหารูปภาพย้อนกลับในเอกสาร

    สร้างแอปของคุณด้วยฟังก์ชันการค้นหารูปภาพย้อนกลับในเอกสารและไฟล์ภาพ...เพียงแค่รันคำสั่งต่อไปนี้ใน Package Manager Console: Install-Package GroupDocs...

    blog.groupdocs.com/th/search/reverse-image-search/
  7. 能不能查询出文件的元数据包括修改历史信息 - Free Support Forum - gro...

    能不能查询出文件的元数据包括修改历史信息...Packaging; using DocumentFormat.OpenXml...Editor .NET 添加到项目( Install-Package GroupDocs.Editor ),参考官方示例:...

    forum.groupdocs.com/t/topic/16647
  8. Přidat nebo odebrat anotace | Anotace souborů P...

    Programově anotujte soubory PDF v C#. Přidejte nebo odeberte anotace, jako jsou šipky, obdélník, elipsa, zvýraznění, anotace vodoznaku pomocí .NET API....org/packages /groupdocs.anotace). Můžete...Správce balíčků. PM> Install-Package GroupDocs.Annotation Přidání...

    blog.groupdocs.com/cs/annotation/annotate-pdf-f...
  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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Extract the root metadata package Use the property to obtain...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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 property to obtain...

    docs.groupdocs.com/metadata/net/extracting-comm...