I tried ur code , but it show an error on
error is..
pagesize is ambiguous , imported from the namespace or types 'iTextsharp.text.document,iTextsharp.text
Dim pdfDoc AsNew Document(PageSize.A4, 10.0F, 10.0F, 100.0F, 0.0F)
Try this
Dim pdfDoc AsNew Document(iTextSharp.text.PageSize.A4, 10.0F, 10.0F, 100.0F, 0.0F)
and check whether it works.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.