how to reduce the size of png image in pdf (compress png in pdf)
问题 I want to reduce the size of pdf file by replacing the high-resolution image with a lower-resolution image. To complete the issue, I have to: extract the images(streams) from pdf compress the images replace the images(streams) in the pdf with compressed images When I extract png images and replace them, the transparent background changes to a black background. I extract the images from the pdf to figure out the reason. There is something very strange that pdf uses to stream to save a png. So