1012852: Updated flatten annotation UG#2344
1012852: Updated flatten annotation UG#2344SF4524LogeshKumar wants to merge 5 commits intodevelopmentfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
|
||
| ## Events Related to Visibility | ||
|
|
||
| There aren’t built‑in `annotationShown`/`annotationHidden` events. Use **export/import** life-cycle events to infer visibility changes (e.g., `exportStart`/`exportSuccess` when hiding, and `importStart`/`importSuccess` when showing). For all annotation‑level events (add/remove/select/resize/etc.), see **Annotation Events** (link below). |
There was a problem hiding this comment.
No need to mention "annotationShown/annotationHidden"
| --- | ||
|
|
||
| # Flatten Annotations Before Saving the PDF in React | ||
| Flattening annotations permanently merges them into the PDF content. Once flattened: |
There was a problem hiding this comment.
This is an explanation on what flatten does. Add proper content under every title. Do not add irrelevant content
| {% endhighlight %} | ||
| {% endtabs %} | ||
|
|
||
| ### Flatten on Download |
There was a problem hiding this comment.
Flattening in download is post processing. It does not come under preprocessing.
Description
Screenshot Confirming that UG follows Diataxis