The check box are getting re positioned while saving to Tiff using SaveAsTiffImage

Hi,

We are using of Aspose.Pdf for .NET 7.4.0.

We are using the following code to save a pdf document as a tiff image.

On the resulting image some check box are geting repositioned.

I am attaching the pdf document used.


void Main()
{
string OriginalPdfPath = @"D:\test\ILFAM2481.pdf";
string pathToAsposeLicense = @"D:\test\Aspose.Pdf.lic";
Stream licenseStream = new StreamReader(pathToAsposeLicense).BaseStream;
Aspose.Pdf.License license = new Aspose.Pdf.License();
license.SetLicense(licenseStream);

Aspose.Pdf.Facades.Form form = new Aspose.Pdf.Facades.Form(OriginalPdfPath);
Aspose.Pdf.Document dc = new Aspose.Pdf.Document(OriginalPdfPath);
Aspose.Pdf.Facades.FormEditor editor = new Aspose.Pdf.Facades.FormEditor(dc );

Aspose.Pdf.Facades.PdfConverter converter = new Aspose.Pdf.Facades.PdfConverter(dc);
converter.SaveAsTIFF(@"d:\test\Output.tiff");
}

Really apreciate any help on geting a fix for this.

Thanks
Anwar

Hi Anwar,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for sharing the sample code and template file.

I am able to reproduce your mentioned issue after an initial test regarding checkbox placement in the generated tiff file. Your issue has been registered in our issue tracking system with issue id: PDFNEWNET-34387. We will notify you via this forum thread regarding any update against your reported issue.

Sorry for the inconvenience,

The issues you have found earlier (filed as PDFNEWNET-34387) have been fixed in Aspose.Pdf for .NET 7.6.0.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.