forked from gwk/pdfminer3
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement OneByteIdentityH/V encoding cmap
Original: euske/pdfminer#179
- Loading branch information
Showing
7 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html><head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
</head><body> | ||
<span style="position:absolute; border: gray 1px solid; left:0px; top:50px; width:595px; height:841px;"></span> | ||
<div style="position:absolute; top:50px;"><a name="1">Page 1</a></div> | ||
<div style="position:absolute; border: textbox 1px solid; writing-mode:lr-tb; left:30px; top:161px; width:108px; height:76px;"><span style="font-family: VGOQEA+SegoeUI; font-size:76px">abc | ||
<br></span></div><div style="position:absolute; top:0px;">Page: <a href="#1">1</a></div> | ||
</body></html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
abc | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<pages> | ||
<page id="1" bbox="0.000,0.000,595.280,841.890" rotate="0"> | ||
<textbox id="0" bbox="30.000,653.550,138.990,730.270"> | ||
<textline bbox="30.000,653.550,138.990,730.270"> | ||
<text font="VGOQEA+SegoeUI" bbox="30.000,653.550,65.630,730.270" colourspace="CalGray" ncolour="None" size="76.720">a</text> | ||
<text font="VGOQEA+SegoeUI" bbox="65.560,653.550,106.720,730.270" colourspace="CalGray" ncolour="None" size="76.720">b</text> | ||
<text font="VGOQEA+SegoeUI" bbox="106.650,653.550,138.990,730.270" colourspace="CalGray" ncolour="None" size="76.720">c</text> | ||
<text> | ||
</text> | ||
</textline> | ||
</textbox> | ||
<layout> | ||
<textbox id="0" bbox="30.000,653.550,138.990,730.270" /> | ||
</layout> | ||
</page> | ||
</pages> |