hkajcy

Results 7 comments of hkajcy

// apply manifest ifstream manifest_fin((char*)str_fmt("%s/%s", param.data_dir.c_str(), MANIFEST_FILENAME.c_str()), ifstream::binary); if(!manifest_fin) throw "Cannot open the manifest file";

If you meet some bugs, you may show it. Maybe I already fix it.

Some font in pdf can NOT convert. You must change the origin code to skip it. Most time there is no problem if you do it.

NO Way. Because the font in pdf has no cmap what is connected between unicode and cid.

I think this something wrong with font. If you send the file to me. Maybe i can fix it.

`` #if 1 if(maskColors) return; const char * filename = str_fmt("%s/f%llx%s", param.dest_dir.c_str(), image_count++, ".jpg"); FILE * f = fopen(filename, "wb"); if(!f) throw string("Cannot open file for background image " )...