I would like to ask Acrobat to consolidate receipt images so there are several per page, full size, closest fit. Is there a way to do this?
I have a ScanSnap 510 that I use to scan receipts. It generates a PDF which has one receipt per page. Once I scan the receipts, I file the originals with an index sheet which I currently print 4 pages per page, double sided. This is so I have a copy for the tax man if all the backups disappear shortly after my house is burgled and the Macs are stolen.
The 4-up printing reduces the size of the receipts even though they easily fit into a quarter of a page full size. Some receipts are quite long (cigarettes and whisky and wild, wild, women - all valid business expenses for a private detective, apparently) so they get scrunched even more.
Thanks for your help.
R
Another approach is to reduce the page size to the actual page content and then tile the pages using print to PDF, and the multiple pages per sheet option. Page tiling can also be done with JavaScript, and in fact I've written a page tiling automation tool for the pdfscripting.com web site.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script