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 b0c255f commit 0303f61Copy full SHA for 0303f61
format/all/all.go
@@ -31,6 +31,7 @@ import (
31
_ "github.com/wader/fq/format/ogg"
32
_ "github.com/wader/fq/format/opus"
33
_ "github.com/wader/fq/format/pcap"
34
+ _ "github.com/wader/fq/format/pdf"
35
_ "github.com/wader/fq/format/png"
36
_ "github.com/wader/fq/format/protobuf"
37
_ "github.com/wader/fq/format/raw"
format/format.go
@@ -75,6 +75,7 @@ const (
75
OPUS_PACKET = "opus_packet"
76
PCAP = "pcap"
77
PCAPNG = "pcapng"
78
+ PDF = "pdf"
79
PNG = "png"
80
PROTOBUF = "protobuf"
81
PROTOBUF_WIDEVINE = "protobuf_widevine"
0 commit comments