Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA and Adobe Acrobat

Status
Not open for further replies.

cannings

Technical User
Jun 25, 2001
1
GB

I am using VBA with Business Objects 5.1.2 to Create .PDF files, I would like to be able to open the .PDF file in Full view, at present it is opening with the navigation window appearing. This I believe is the default view created by Business Objects. I am using ExportAsPDF to create the files in the VBA script, does anyone know how I could control the view of the opened .PDF using VBA

Sean Canning
 
I'm using BO 5.1.1, ando ExportAsPDF has no options. Maybe in future versions.

This is the solution I am using currently. I have some knowledge of PDF format, so, after creating the PDF, I open it as a regular file in VBA (open instruction), seek to the position where the view mode is stored and modify it. I don't have the code here, but if you are interested, I can post it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top