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
Support callout free text in the PDFium executor: read/write `/CL`, `/LE`, `/IT`, stroke width and colors, `/TextColor`, and remap rectangle differences (`/RD`) between native PDFium order and the model shape.
Extend free text annotation typing for callouts: add `PdfAnnotationColorType.TextColor` and optional `calloutLine`, `lineEnding`, `strokeWidth`, and `strokeColor` on `PdfFreeTextAnnoObject`.
Expose EmbedPDF callout line helpers in the WASM bindings (`EPDFAnnot_GetCalloutLineCount`, `EPDFAnnot_GetCalloutLine`, `EPDFAnnot_SetCalloutLine`) and refresh bundled `pdfium.js` / `pdfium.cjs` / `pdfium.wasm`.
Add callout free text (`FreeTextCallout`): creation handler and preview data, vertex config and patch pipeline, default `freeTextCallout` tool, and built-in renderers for React, Vue, and Svelte (including preview components and shared `calloutVertexConfig`).
Wire callout into the snippet viewer: callout icon, `annotation:add-callout` command, annotation toolbar and overflow menu entries, translations, and sidebar property schema for `freeTextCallout` (including opaque stroke color control).
0 commit comments