File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 205
205
<td class =" no" id =" transFM11x" >No rendering</td >
206
206
</tr >
207
207
208
+ <tr >
209
+ <td ><cite id =" transFM7x" >Write Text to PDF Page</cite ></td >
210
+ <td class =" yes" >
211
+ <br />
212
+ <small >See:
213
+ <a style =" color :black ;" href =" page.html#Page.insert_htmlbox" >Page.insert_htmlbox</a >
214
+ <br />or:<br />
215
+ <a style =" color :black ;" href =" textwriter.html" >TextWriter</a >
216
+ <small >
217
+ </td >
218
+ <td class =" no" ></td >
219
+ <td class =" no" ></td >
220
+ <td class =" no" ></td >
221
+ <td class =" no" ></td >
222
+ </tr >
223
+
208
224
<tr >
209
225
<td ><cite id =" transFM12" >Extract Text</cite ></td >
210
226
<td class =" yes" id =" transFM13" >All document types</td >
412
428
return " レンダリングなし" ;
413
429
} else if (str== " Extract Text" ) {
414
430
return " テキストを抽出する" ;
431
+ } else if (str = " Write Text to PDF Page" ) {
432
+ return " PDF ページにテキストを書き込む" ;
415
433
} else if (str== " only" ) {
416
434
return " のみ" ;
417
435
} else if (str== " Extract Vector Graphics" ) {
475
493
document .getElementById (" transFM5" ).innerHTML = getTranslation (" and" );
476
494
document .getElementById (" transFM6" ).innerHTML = getTranslation (" and" );
477
495
document .getElementById (" transFM7" ).innerHTML = getTranslation (" Render Document Pages" );
496
+ document .getElementById (" transFM7x" ).innerHTML = getTranslation (" Write Text to PDF Page" );
478
497
document .getElementById (" transFM8" ).innerHTML = getTranslation (" All document types" );
479
498
document .getElementById (" transFM9" ).innerHTML = getTranslation (" No rendering" );
480
499
document .getElementById (" transFM10" ).innerHTML = getTranslation (" No rendering" );
You can’t perform that action at this time.
0 commit comments