You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/failed-to-load-resource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In this case, if you are trying to access an application that integrates a versi
29
29
30
30
- For v17.1.1 or older versions, choose one of the following approaches:
31
31
- Method 1. Upgrade to V18.0+ which comes with a valid certificate
32
-
- Method 2. If you must fix the issue on a few client machines immediately, manually update the following cert files on the client-side machine. Click <ahref="https://tst.dynamsoft.com/public/download/dwt/newcert/local.dynamsoft.com/newcert.zip"target="_blank">here</a> to download the new certificate and use the new server.pem.ldsc & server_key.pem.ldsc to replace the old one under C:\Windows\SysWOW64\Dynamsoft\DynamsoftService(DynamsoftServicex64)\cert.
32
+
- Method 2. If you must fix the issue on a few client machines immediately, manually update the following cert files on the client-side machine. Click <ahref="https://tst.dynamsoft.com/public/download/dwt/newcert/local.dynamsoft.com/newcert.zip"target="_blank">here</a> to download the new certificate and use the new server.pem.ldsc & server_key.pem.ldsc to replace the old one under **`C:\Windows\SysWOW64\Dynamsoft\DynamsoftService(DynamsoftServicex64)\cert`**.
33
33
Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This means you will need to update the certificate again after this certificate expires.
34
34
- Method 3. <ahref="{{site.about}}getsupport.html"target="_blank">Contact Dynamsoft</a> for a new MSI for client-side.
* Get the current document name. The default value is 'dynamsoft-default-document'. Scanned image(s) are saved in this document by default if no document name is created.
2141
+
*/
2142
+
GetCurrentDocumentName():string;
2143
+
```
2144
+
```typescript
2145
+
/**
2146
+
* Get the current category name. The default value is 'dynamsoft-dvs-file'. Scanned image(s) are stored in this category by default if no category name is created.
2147
+
*/
2148
+
GetCurrentFileName():string;
2149
+
```
2150
+
**Availability**
2151
+
<divclass="availability">
2152
+
<table>
2153
+
2154
+
<tr>
2155
+
<tdalign="center">ActiveX</td>
2156
+
<tdalign="center">H5(Windows)</td>
2157
+
<tdalign="center">H5(macOS/TWAIN)</td>
2158
+
<tdalign="center">H5(macOS/ICA)</td>
2159
+
<tdalign="center">H5(Linux)</td>
2160
+
</tr>
2161
+
2162
+
<tr>
2163
+
<tdalign="center">not supported</td>
2164
+
<tdalign="center">v17.2+</td>
2165
+
<tdalign="center">v17.2+</td>
2166
+
<tdalign="center">v17.2+</td>
2167
+
<tdalign="center">v17.2+</td>
2168
+
</tr>
2169
+
2170
+
</table>
2171
+
</div>
2172
+
2173
+
---
2174
+
2175
+
## RenameDocument
2176
+
2177
+
**Syntax**
2178
+
2179
+
```typescript
2180
+
/**
2181
+
* Rename a document.
2182
+
* @argumentoldDocumentName Specify the old document name.
2183
+
* @argumentnewDocumentName Specify the new document name.
0 commit comments