How I Can make PDF1 Object Empty ?

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
kamleshvgujarathi
Posts: 39
Joined: Fri Jan 09 2004
Location: Bombay ( INDIA)
Contact:

How I Can make PDF1 Object Empty ?

Post by kamleshvgujarathi »

If there is one file open by following code then how I can remove it ?

Code: Select all


 l_blnresult = PDF1.OpenEx(App.Path & "\" & p_strFillInFile, "")

HOW I can make pdf1 object empty ?


A code example would be really appreciated.

I am very Happy for QUICK RESPONCE to previous question.

:roll:
KamleshvGujarathi
kamlesh@itshastra.com
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

You don't need to make the object PDF1 empty, you can use it to open the first file, save it, than open the second file, ect... and when you finish you can set PDF 1 to Null.
Post Reply