You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#562 by @bobsingor – Implement new PDF manipulation and annotation appearance export methods: createDocument, importPages, deletePage, exportAnnotationAppearanceAsPdf, and exportAnnotationsAppearanceAsPdf.
#562 by @bobsingor – Expose new PDFium functions for annotation appearance generation and export (EPDFAnnot_ExportAppearanceAsDocument, EPDFAnnot_ExportMultipleAppearancesAsDocument, EPDFAnnot_SetAppearanceFromPage, EPDFAnnot_GetName, EPDFAnnot_SetName).
#562 by @bobsingor – Add ToolContextMap to support typed context injection for active tools. Introduce preview renderers and bounding-box components for annotations (CirclePreview, SquarePreview, InkPreview, etc.) to support drag-to-create or stamp hover previews.
#562 by @bobsingor – Introduce @embedpdf/plugin-stamp for managing reusable rubber-stamp libraries. Includes features for loading built-in/manifest stamps, creating custom stamps from annotations, and exporting custom stamp libraries.
#562 by @bobsingor – Enhance sidebar API by allowing custom props to be passed via setActiveSidebar and toggleSidebar, enabling dynamic state injection into sidebar components.
#562 by @bobsingor – Integrate @embedpdf/plugin-stamp with the default viewer. Add the Rubber Stamp sidebar, Signature sidebar, and Insert tools to the default UI schema. Include standard stamp/insert translations.