Skip to content
#

pdfbox

Here are 139 public repositories matching this topic...

bunchofcoders
bunchofcoders commented Dec 28, 2021

Looks like the function below returns bytes with value 1 instead of 255 which produces near black png. for all other type of filters it works fine.

Filter: FlateDecode
ColorSpace: DeviceGray
BitsPerComponent: 1

public static byte[] Convert(ColorSpaceDetails details, IReadOnlyList decoded, int bitsPerComponent, int imageWidth, int imageHeight);

Improve this page

Add a description, image, and links to the pdfbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pdfbox topic, visit your repo's landing page and select "manage topics."

Learn more