Never mind, I found it, vResult is just an OK or an error message. This is perfect! Mike
________________________________ From: Michael J. Sinclair <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, January 10, 2012 9:19 PM Subject: [RBASE-L] - Re: Splitting PDF files from a command line Wow, this is great! What gets returned to the variable, vResult? Mike ________________________________ From: John Minyo II <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, January 10, 2012 5:59 PM Subject: [RBASE-L] - Re: Splitting PDF files from a command line At 05:33 PM 01/10/2012, Michael J. Sinclair wrote: > Is there any way, from an R> or from within a command file to split a PDF > file into 1 file per page? There are lots of programs that can do that, but I > was hoping to find a way to issue a command that would accomplish the same > task without any user intervention. > > Thanks in advance! Mike, Using R:PDFWorks, pages can be extracted from a PDF document. PLUGIN RPDFMerge 'vResult + |ACTION EXTRACT + |INPUT_FILE C:\PDFDocs\Summary.PDF + |OUTPUT_FILE C:\ExtractDocs\Summary01.PDF + |PAGE_RANGE 1,5,10-20 + |OPEN_AFTER_SAVE ON + |AUTHOR Technical Services Division of R:BASE Technologies + |TITLE Test Document + |SUBJECT Extracted PDF Documents + |KEYWORDS R:BASE, R:PDFWorks, PLUGIN + |CREATOR R:BASE Technologies, Inc.' RETURN http://www.rpdfworks.com/ Best regards, John Minyo II R:BASE Technologies, Inc. Customer Service

