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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ljzagorac
  • Content: Threads
  • Order by date
  1. ljzagorac

    Print page range of an existing PDF file

    Hi experts, I can use the following to get total number of pages in a PDF file: lcStr = filetostr(getfile('pdf')) lnPOS = At("/Count",lcStr) If lnPOS > 0 lcPageCount = alltrim(substr(lcStr, lnPOS, 9)) lnPageCount = VAL(STRTRAN(lcPageCount,'/Count','')) ?lnPageCount...

Part and Inventory Search

Back
Top