I want create a batch in VB that delete last page in a PDF file and insert in it a page from another PDF file. I've seen I could use Replace or Delete/Insert but I don't know how to do it.
I tried with :
Dim oAcroPdDOC As New AcroPDDoc
bRET1 = oAcroPdDOC.Open(App.Path & "\XXX.pdf")
bRET2 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.