Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdewolff/canvas
/ String
Method
String
cmd/pdftext/types.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
(v pdfRef) String() string {
26
return
fmt.Sprintf(
"%d %d R"
, v[0], v[1])
27
}
28
29
const
(
30
pdfFilterASCII85 pdfName =
"ASCII85Decode"
Callers
1
String
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected