Skip to content

Commit 3139976

Browse files
committed
999358-ug: Resolved Failures.
1 parent a06db13 commit 3139976

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Library/javascript/Image-Extraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ N> For redaction features, you need to install the `@syncfusion/ej2-pdf-data-ext
1313

1414
## Extract Images from a PDF
1515

16-
This code demonstrates how to extract embedded images and their metadata from a PDF using `PdfDataExtractor`. It loads a PDF, retrieves all `PdfEmbeddedImage` entries across pages, accesses the first image's raw byte data, and reads its propertiesn format, page index, occurrence index, bounds, interpolation status, and masking flags before saving/disposing resources by destroying the document.
16+
This code demonstrates how to extract embedded images and their metadata from a PDF using `PdfDataExtractor`. It loads a PDF, retrieves all `PdfEmbeddedImage` entries across pages, accesses the first image's raw byte data, and reads its properties format, page index, occurrence index, bounds, interpolation status, and masking flags before saving/disposing resources by destroying the document.
1717

1818
{% tabs %}
1919
{% highlight typescript tabtitle="TypeScript" %}

Document-Processing/PDF/PDF-Library/javascript/Merge-Document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ sourceDocument2.destroy();
112112

113113
## Optimizing PDF resources when merging PDF documents
114114

115-
Imports a page from a source PDF into a destination document at a specific index with group form fiels, rotation and resource optimization using `PdfPageImportOptions` class.
115+
Imports a page from a source PDF into a destination document at a specific index with group form fields, rotation and resource optimization using `PdfPageImportOptions` class.
116116

117117
{% tabs %}
118118
{% highlight typescript tabtitle="TypeScript" %}

0 commit comments

Comments
 (0)