How do I Print the 1st page of a PDF? I currently use:but it prints it all when I just want the first page.VB Code:
ShellExecute(hDesktop, "Print", "somefilename.pdf", vbNullString, "C:\",0)
thanks
---edit---
the program used Crystal Report Application server, so i just used the export feature to word and used the word application object to print page 1, but thanks for all of the interest.




Reply With Quote