Open enyiasonye opened 7 years ago
wrong project (this is hummusjs), but anyways, seems like it's looking for dct lib dependencies. how about you check the playground project? it's an exe that runs pdf-writer library. will probably have all the settings that you want. use the cmake command to generate a visual studio sln.
After installing PDFHummus and including the PDFWriter, FreeType, LibJpeg, LibTiff, and libZlib, libraries. I am currently trying to parse a PDF, but the line "PDFParser pasrer;" results in some issues. The line itself doesn't throw any errors, but I end up with undefined references to code in the InputDCTDecodeStream.cpp such as jpef_std_error, jpeg_start_decompress, InputDCTDecodeStream::StartRead(), and more. Is there a way for me to fix this?