Skip to content

Commit d12ebab

Browse files
committed
1003264-ug: Resolved the given feedback
1 parent b181475 commit d12ebab

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm install @syncfusion/ej2-pdf --save
4646
N> For image and data extraction features, you need to install the `@syncfusion/ej2-pdf-data-extract` package as an add-on.
4747
* Copy the `ej2-pdf-lib` folder from the @syncfusion/ej2-pdf-data-extract package into your project's **public, dist, or assets** directory (where your static files are served).
4848
* Make sure the `ej2-pdf-lib` folder exists in your final build output if you need to extract images or data from PDF files.
49-
* Ensure your server serves .wasm files with the MIME type: **Content-Type: application/wasm**
49+
* Ensure your server serves .wasm files with the **Content-Type: application/wasm** MIME type.
5050
(Angular’s development server already handles this; configure production servers manually.)
5151
* This setup is not required for **basic PDF creation**.
5252

Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-react.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ npm install @syncfusion/ej2-pdf --save
2626
N> For image and data extraction features, you need to install the `@syncfusion/ej2-pdf-data-extract` package as an add-on.
2727
* Copy the `ej2-pdf-lib` folder from the @syncfusion/ej2-pdf-data-extract package into your project's **public, dist, or assets** directory (where your static files are served).
2828
* Make sure the `ej2-pdf-lib` folder exists in your final build output if you need to extract images or data from PDF files.
29-
* Ensure your server serves .wasm files with the MIME type: **Content-Type: application/wasm**
30-
(Angular’s development server already handles this; configure production servers manually.)
29+
* Ensure your server serves .wasm files with the **Content-Type: application/wasm** MIME type.
3130
* This setup is not required for **basic PDF creation**.
3231

3332
**Create a PDF document**: Add the script in `App.jsx` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.

Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-vue.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ yarn add @syncfusion/ej2-pdf
5555
N> For image and data extraction features, you need to install the `@syncfusion/ej2-pdf-data-extract` package as an add-on.
5656
* Copy the `ej2-pdf-lib` folder from the @syncfusion/ej2-pdf-data-extract package into your project's **public, dist, or assets** directory (where your static files are served).
5757
* Make sure the `ej2-pdf-lib` folder exists in your final build output if you need to extract images or data from PDF files.
58-
* Ensure your server serves .wasm files with the MIME type: **Content-Type: application/wasm**
59-
(Angular’s development server already handles this; configure production servers manually.)
58+
* Ensure your server serves .wasm files with the **Content-Type: application/wasm** MIME type.
6059
* This setup is not required for **basic PDF creation**.
6160

6261
* **Create a PDF document**: Add the script in `App.vue` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.

0 commit comments

Comments
 (0)