Results 1 to 9 of 9

Thread: Print 1st page of PDF

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member johnweidauer's Avatar
    Join Date
    Sep 2002
    Location
    SLC, UT
    Posts
    314

    Resolved Print 1st page of PDF

    How do I Print the 1st page of a PDF? I currently use:
    VB Code:
    1. ShellExecute(hDesktop, "Print", "somefilename.pdf", vbNullString, "C:\",0)
    but it prints it all when I just want the first page.

    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.
    Last edited by johnweidauer; Jan 27th, 2006 at 02:55 AM. Reason: not enough description
    To the world you may just be one person, but to this one person, you just might be the world.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width