Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I wish this was in VFP and not VB.....
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00519713
Message ID:
00519738
Views:
27
yeah I'm integrating it into something else so some of those were gonna change anyway...heh

>>THANK YOU!!! It works perfectly...only thing I had to do was make iPDFfile = 1 at the top of it.
>
>Actually,
>   * Open the first file in the directory
>   AcroExchPDDoc.Open( cPath + aPdfFiles[ iPdfFile, 1 ] )
>should be
>   AcroExchPDDoc.Open( cPath + aPdfFiles[ 1, 1 ] )
and
   * Save the entire document as the JOIN_FILENAME using SaveFull [0x0001 = &H1]
>   AcroExchPDDoc.Save( 0x0001, strPath + JOIN_FILENAME )
>should be
>   AcroExchPDDoc.Save( 0x0001, cPath + JOIN_FILENAME )
ICQ 10556 (ya), 254117
Previous
Reply
Map
View

Click here to load this message in the networking platform