Extracting value from pdf and changing file name
Posted: Tue Jul 08, 2008 7:59 pm
Hello,
I am trying to extract a value from a pdf file and to rename the pdf file with that value. Could you tell me what is wrong with my current filter?
The search filter successfully finds the value, but I can't seem to pass it to the filename.
Thanks.
---
Input : pdf file
|--Convert PDF documents to text
|
|--EasyPattern [['MR'][6 characters]] with []
| | [ ] Match case
| | [ ] Whole words only
| | [ ] Case sensitive replace
| | [ ] Prompt on replace
| | [ ] Skip prompt if identical
| | [ ] First only
| | [ ] Extract matches
| | Maximum text buffer size 4096
| |
| +--Capture to variable @myfile
|
|--Restrict to file name
| |
| +--Replace [BPE] with [@myfile]
| [ ] Match case
| [ ] Whole words only
| [ ] Case sensitive replace
| [ ] Prompt on replace
| [ ] Skip prompt if identical
| [ ] First only
| [ ] Extract matches
|
+--Output to file(s)
[ ] Only update date on changed files
[ ] Append mode
[ ] Change extension to: .txt
[ ] Open output file
Only output modified files Backup mode
I am trying to extract a value from a pdf file and to rename the pdf file with that value. Could you tell me what is wrong with my current filter?
The search filter successfully finds the value, but I can't seem to pass it to the filename.
Thanks.
---
Input : pdf file
|--Convert PDF documents to text
|
|--EasyPattern [['MR'][6 characters]] with []
| | [ ] Match case
| | [ ] Whole words only
| | [ ] Case sensitive replace
| | [ ] Prompt on replace
| | [ ] Skip prompt if identical
| | [ ] First only
| | [ ] Extract matches
| | Maximum text buffer size 4096
| |
| +--Capture to variable @myfile
|
|--Restrict to file name
| |
| +--Replace [BPE] with [@myfile]
| [ ] Match case
| [ ] Whole words only
| [ ] Case sensitive replace
| [ ] Prompt on replace
| [ ] Skip prompt if identical
| [ ] First only
| [ ] Extract matches
|
+--Output to file(s)
[ ] Only update date on changed files
[ ] Append mode
[ ] Change extension to: .txt
[ ] Open output file
Only output modified files Backup mode