pdf viewer - adobe 9

spinkung

Registered User.
Local time
Today, 14:56
Joined
Dec 4, 2006
Messages
267
Hi

not sure if this is possible but thought i'd ask.

I have a PDF viewer on a form which i load pdf's into via a listbox selection. The listbox source is from pdf's in a folder.

When the pdf opens in the viewer i get all the adobe menu options i.e. save, zoom, sign, comment etc.

i want to be able to add comments. problem is the comments icons are greyed out.

i then want to be able to save the file. however i don't want a prompt to pop up but just overwrite the existing file.

Are these possible?

Thanks
 
hi

following on from this. does anyone know how to unload a pdf.

i'm using this to load in a pdf...

Code:
    AcroPDF9.LoadFile (invoicePath & list_invoices.Column(0))
    AcroPDF9.setShowToolbar (False)
    AcroPDF9.setView ("Width")

..but i want to be able to unload too??
 

Users who are viewing this thread

Back
Top Bottom