Problem with export PDF generated by Active Reports

Hi,

I try to print PDF created by Active Reports, but in the result export is missing a lot of text.

Same problem is with export to image that is included as attachment (borders in attachment are shifted on purpose to give more options).

I use only simple code that is provided in help.

Product Version is 2011.02.28

Best regards,

Milan Kovarik

Hi Milan,

Thank you very much for considering Aspose.

Could you please try using the latest version (5.5.0) at your end? If it doesn’t resolve your issue then please share whether you’re trying to print the PDF file on a printer or converting the PDF file to images.
We’ll further investigate this issue at our end and you’ll be updated with the results accordingly.

We’re sorry for the inconvenience.
Regards,

Hi,

I've downloaded the latest version, but I face still to the same problem.

I've tried both option - converting to image or printing directly and the result is still the same.

For printing I use the example from documentation:

Aspose.Pdf.Kit.PdfViewer viewer = new Aspose.Pdf.Kit.PdfViewer();

//Open a Pdf file

viewer.OpenPdfFile(_testFilePath);

//var pageSettings = new PageSettings();

viewer.PrintDocument();

//Close the current Pdf file

viewer.ClosePdfFile();

For Converting To Image:

private static void ConvertToImage()

{

PdfConverter converter = new PdfConverter();

converter.BindPdf(_testFilePath);

converter.DoConvert();

String suffix = ".png";

int imageCount = 1;

while (converter.HasNextImage())

{

converter.GetNextImage(Path.Combine(_testPath, "test" + imageCount.ToString() + suffix), ImageFormat.Png);

imageCount++;

}

converter.Close();

}

Regards,

Milan Kovarik

Hi Milan,

I have reproduced both of these issues at my end and logged them as shown below:

PDFKITNET-26361 - Problem with printing
PDFKITNET-26362 - Problem with PDF to image conversion

Our team will look into these issues and you’ll be notified via this forum thread once they’re resolved.

We’re sorry for the inconvenience.
Regards,

Hi,

is there any progress, please?

Thank you,

Milan Kovarik

Hi Milan,

I’m sorry to inform you that these issues are not yes resolved. Our team is still investigating these issues; however, I have asked our team to share the ETA of these issues. You’ll be updated as soon as the response is received.

We’re sorry for the inconvenience.
Regards,