Doc to pdf with differnt column size

Hello,

I have a problem while converting word document into PDF format with savetopdf.

The format of generated word document is fitting but the PDF output is not maching with the word output.

Cell width is defined as stated builder.CellFormat.Width = InchToPoint(0.5)

I think, inchtopoint is using wrong, instead of that, size must be pixel type.I changed that but , this time, cell height is larging.. So, should I make different value assignment to cells for both width and height ?

Thank you for your help.

Best regards..

Hello

Thanks for your inquiry. Could you please show me your code and attach your input and output documents here for testing? I will investigate the problem on my side and provide you more information.

Best regards,

Hi,

Thank you four your reply. I has already accomplished this problem. It is better that Inchtopoint function musnt be used for defining correct width and height of cell.

Kind regards..