Hi. I am using the acrobat sdk to display pdfs from within a vb 2013 program, because the pdfs are large and we have developed indexes on certain columns. The indexes are stored in SQL tables. My program has a search window which allows the user to search for a value and displays all the pages on which this value appears in the indexed column in a listbox. By double-clicking on the desired value in the listbox, the user can go to the selected page and column. However, the user also needs to be able to highlight one or more of the pages in the listbox and print these pages. I could do this silently using AcroExchAVDoc.PrintPages, but the user also needs to have a print dialog displayed in order to possibly select a watermark to be printed on the pages. I also need to default the orientation of the pages depending on the document.
I have reviewed the sdk documentation and also searched in Google and on this site but have not found a way to do this. Does anyone have a suggestion? Thanks for any help you can provide.
Mary