1010807: Diataxis changes for getting started and Load and Save PDF#2255
1010807: Diataxis changes for getting started and Load and Save PDF#2255KameshRajendran merged 9 commits intodevelopmentfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
|
||
| ```js | ||
| // Using load API | ||
| const viewer = document.getElementById('container').ej2_instances[0]; |
There was a problem hiding this comment.
Please modify the code like below
const viewerRef = useRef(null);
const loadBase64 = (base64String: string) => {
viewerRef.current?.load('data:application/pdf;base64,' + base64String, null);
};
There was a problem hiding this comment.
Addressed the suggestion
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Diataxis changes for Getting started overview page
Diataxis changes for Load and Open PDF document page
Diataxis changes for Load and Save PDF document page
Diataxis changes for Environment integration in NextJs and Preact platforms
AI confirmations

Diataxis loop
AI Usage: