UNPKG
async-pdf
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.9
0.1.7
0.1.5
0.1.4
0.0.1
Create, Modify and Merge PDF Files
github.com/pereirasamueljp/async-pdf
pereirasamueljp/async-pdf
async-pdf
/
src
/
interfaces
/
positions.ts
4 lines
•
87 B
text/typescript
View Raw
1
2
3
4
export
interface
PDFPositions
{
linePosition
:
number
,
columnPosition
:
number
, }