Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

syncfusion-maui-pdf-viewersyncfusion maui PDF viewer 搜索

Agent Skill

syncfusion-maui-pdf-viewer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

776

周安装

33

GitHub Stars

公开资料未说明

下载量

272
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-maui-pdf-viewer(syncfusion maui PDF viewer 搜索)
来源仓库:https://github.com/syncfusion/pdf-viewer-sdk-skills
仓库路径:skills/syncfusion-maui-pdf-viewer
安装命令:
npx skills add https://github.com/syncfusion/pdf-viewer-sdk-skills --skill syncfusion-maui-pdf-viewer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/pdf-viewer-sdk-skills --skill syncfusion-maui-pdf-viewer

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • syncfusion-maui-pdf-viewer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI PDF Viewer

A comprehensive skill for implementing and customizing the Syncfusion.NET MAUI PDF Viewer (SfPdfViewer) control. The PDF Viewer provides powerful document viewing and management capabilities including navigation, annotations, form filling, text operations, signatures, redaction, and printing with a built-in customizable toolbar.

When to Use This Skill

Use this skill when you need to:

  • View and navigate PDF documents in.NET MAUI applications
  • Load PDF documents from application‑provided streams or byte arrays.
  • Unload documents to release memory and resources (synchronous/asynchronous methods)
  • Add and manage annotations (ink, shapes, stamps, text markups, sticky notes)
  • Fill and validate PDF form fields; import/export form data (XFDF, FDF, JSON, XML)
  • Search and select text within PDF documents
  • Add electronic signatures (handwritten, image-based, text)
  • Redact sensitive content permanently
  • Print PDF documents with quality settings
  • Customize toolbars, appearance, and localization
  • Migrate from Xamarin.Forms PDF Viewer to.NET MAUI

Component Overview

SfPdfViewer is a comprehensive PDF viewing and management control for.NET MAUI with these capabilities:

  • Document Management: Load with password support, unload (sync/async) for memory management, save with flattening, print with quality settings
  • Annotations: Ink, shapes, stamps, sticky notes, text markups, free text, eraser with full editing support
  • Forms & Text: All AcroForm types, validation, import/export (XFDF/FDF/JSON/XML), async search, text selection
  • Signatures & Redaction: Electronic signatures (handwritten/image/text), text/area/page-based redaction
  • Navigation & UI: Page layouts, zoom, bookmarks, hyperlinks, customizable toolbar (desktop/mobile), localization, RTL, liquid glass effect

Documentation and Navigation Guide

Getting Started & Setup

📄 Read: references/basic-sample.md

  • Installation, NuGet package, and handler registration (ConfigureSyncfusionCore)
  • Basic PDF Viewer implementation (XAML & C#), DocumentSource binding
  • Loading PDFs from different sources and platform-specific setup

Document Operations

📄 Read: references/document-operations.md

  • Loading PDFs with password support
  • Unloading documents (UnloadDocument, UnloadDocumentAsync) for proper memory management
  • Saving with modifications and annotation flattening
  • Printing with quality settings and page range selection

Annotations

📄 Read: references/annotations.md

  • Adding/removing annotations (AddAnnotation, RemoveAnnotation)
  • Ink, shapes, stamps, sticky notes, text markups, free text, ink eraser
  • Annotation properties (color, opacity, bounds, stroke, rotation) and events

Form Fields

📄 Read: references/form-fields.md

  • Viewing, accessing, and filling all AcroForm field types
  • Field validation, import/export (XFDF, FDF, JSON, XML), flattening
  • Form field events and interaction handling

Navigation & Viewing

📄 Read: references/viewing.md

  • Page navigation (GoToPage, PageNumber), layout modes (Single, Continuous)
  • Bookmarks, hyperlinks, zoom (ZoomMode, ZoomFactor), FitMode options
  • Coordinate conversion (PageToClient, ClientToPage)

Text Search

📄 Read: references/text-search.md

  • Async text search (SearchTextAsync), match navigation (GoToNextMatch, GoToPreviousMatch)
  • Search highlighting, case-sensitive/whole-word options, custom search UI

Text Selection

📄 Read: references/text-selection.md

  • Enabling text selection, SelectedText property, clipboard copy
  • Selection customization (colors, opacity), TextSelectionChanged event

Electronic Signatures

📄 Read: references/electronic-signature.md

  • Handwritten, image-based, and text signatures
  • Signature field management, appearance customization, validation workflows

Redaction

📄 Read: references/redaction.md

  • Text/area/page-based redaction (RedactText, RedactArea, RedactPage)
  • Permanent content removal, appearance customization, saving redacted documents

Toolbar Customization

📄 Read: references/toolbar-customization.md

  • Desktop vs mobile toolbar layouts
  • Add/remove/hide/reorder toolbar items, AnnotationToolbarItemClicked event
  • Custom toolbar creation and visibility control

UI Settings & Localization

📄 Read: references/ui-settings.md

  • Localization, FlowDirection for RTL layouts, culture-specific formatting
  • Liquid glass effect, theme customization, platform-specific UI adjustments

Gesture Events & Interaction

📄 Read: references/gesture-events.md

  • DocumentTapped event with PageNumber and Position
  • Touch gesture handling, custom interactions, event-driven workflows

Migration from Xamarin

📄 Read: references/migration-xamarin-to-maui.md

  • API differences, property/method mappings, namespace changes
  • Handler registration differences, breaking changes, migration checklist

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.67%
按下载量换算97

Claude

30.76%
按下载量换算84

Cursor

17.12%
按下载量换算47

Gemini CLI

9.92%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills