go

如何解压/解缩PDF流?

英文: How to decompress/deflate PDF Stream 问题 使用2016-W4 pdf文件进行操作,其中有2个大的流(第1页和第2页),还有一堆其他对象和较小的流。我试图解...
go

Decoding gZip json with Go

英文: Decoding gZip json with Go 问题 作为一个Go的新手,很难确定问题的具体位置,但希望给你一些事实会有所帮助。 我正在使用一个返回Content-Encoding为gz...
go

Extract from tar file in Go

英文: Extract from tar file in Go 问题 这段代码尝试将一些文本打包成一个 tar 文件,并解压缩它。 tar 部分的代码是有效的,但似乎我做错了一些事情,因为使用相同的文...