Dear all,
i am using vb.net
i am facing problem to use the vb.net to merge two PDF to 1 file.
i do not have any third party software to do it.
i want to make it as auto merge when click a button.
Private pTmpFilePath_Upload As String = Server.MapPath("..\TMR\Attachment_Upload\")
Private pTmpFilePath_Generate As String = Server.MapPath("..\TMR\Attachment_Generate\")
Private pTmpFilePath_Final As String = Server.MapPath("..\TMR\Attachment_Final\")
location A + location B, then save it at location C
both 3 files are same file name.
Looking forward your help.
Thank you
Go to the complete details ...