Batch Output Amazon Receipts with 'Amazon Order History Filter' and Split with pdfseparate Command
I’ll introduce how to batch output Amazon receipts with “Amazon Order History Filter” and split them using the pdfseparate command.
To streamline expense report tasks, I established a procedure to batch output Amazon receipts and split them into individual receipt PDFs.
brew install poppler
Execute the pdfseparate command as follows to split the batch-output Amazon receipts PDF file page by page:
pdfseparate Amazon.co.jp_\\ デジタル注文概要.pdf 202203-amazon-%d.pdf
That’s all from the Gemba about streamlining expense report tasks by batch outputting Amazon receipts and splitting them with the pdfseparate command.