We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184c3a9 commit e724508Copy full SHA for e724508
1 file changed
README.md
@@ -90,7 +90,7 @@ The `NetJson.Parser` has received a massive feature upgrade to support productio
90
- **Data Querying:** New `GetTokenCount` and `GetKeys` methods allow for deep inspection of JSON structures without manual parsing.
91
- **Array Power Tools:** Built-in `SortArray` and `SelectUnique` (deduplication) leverage native LINQ performance to manage large data sets in memory.
92
93
-#### **3. Advanced Export & PDF Management (v1.4.3)**
+#### **3. Advanced Export & PDF Management**
94
95
- **ExportPageData(format, filePath):** Automate saving pages as HTML or MHTML (Single File) without dialogs.
96
- **PrintToPdfStream():** Capture the page as a PDF and retrieve it as a Base64 string directly in AutoIt—no temporary files needed.
0 commit comments