Mike, I don't see any problem in both directions.
When uploading to SQL I use an easy way to convert VFP date into date data to SQL:
set cent on
set mark to '-'
set date ymd
I didn't find any good activex to go together with Adobe Reader 9 which is supposed to do hard copy printout of large PDF files.
Resolved so I use pdftk command line to burst large PDF file into as many files as the PDF has, then printing each page within specified range.
Anyway, thanks both...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.