We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11be8b commit 435a9d5Copy full SHA for 435a9d5
format/all/all.go
@@ -37,6 +37,7 @@ import (
37
_ "github.com/wader/fq/format/ogg"
38
_ "github.com/wader/fq/format/opus"
39
_ "github.com/wader/fq/format/pcap"
40
+ _ "github.com/wader/fq/format/pdf"
41
_ "github.com/wader/fq/format/png"
42
_ "github.com/wader/fq/format/protobuf"
43
_ "github.com/wader/fq/format/raw"
format/format.go
@@ -102,6 +102,7 @@ const (
102
OPUS_PACKET = "opus_packet"
103
PCAP = "pcap"
104
PCAPNG = "pcapng"
105
+ PDF = "pdf"
106
PNG = "png"
107
PROTOBUF = "protobuf"
108
PROTOBUF_WIDEVINE = "protobuf_widevine"
0 commit comments