Hi , i am trying to convert from pcl to pdf and the result is not ok because images are fuzzy and text are cut. the code is
Pdf pdf1 = new Pdf();
// bind the source PCL file with Pdf object
pdf1.bindPCL(filePath);
// save the resultant PDF document
pdf1.save("D:\\output.pdf");
I attach the pcl and the result pdf. Also if i try to convert a pcl with a lot of pages, the result pdf is overlapped in one page. Can anyone tell help to solve the problem? thanks in advance