UNPKG
@ironsoftware/ironpdf
Version:
latest (2026.5.1)
2026.5.1
2026.4.1
2026.3.1
2026.2.1
2026.1.3
2025.12.2
2025.11.2
2025.10.2
2025.9.1
2025.8.1
2025.7.17
2025.6.8
2025.5.7
2025.4.4
2025.3.6
2025.2.1
2025.1.1
2024.12.9
2024.11.1
2024.10.8
2024.9.1
2024.8.2
2024.7.1
2024.6.4
2024.5.1
2024.4.2
2024.3.1
2024.2.1
2024.1.1
2023.11.2
2023.10.1
2023.9.2
IronPDF for Node
ironpdf.com/nodejs
@ironsoftware/ironpdf
/
src
/
internal
/
generated_proto
/
ironpdfengineproto
/
TextFileChunkWithIndexP.ts
13 lines
(9 loc)
•
273 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto
export
interface
TextFileChunkWithIndexP
{
'fileIndex'
?: (
number
);
'textChunk'
?: (
string
); }
export
interface
TextFileChunkWithIndexP
__Output {
'fileIndex'
?: (
number
);
'textChunk'
?: (
string
); }