Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:pdf:determine_byte_size_of_each_page [2007/05/15 18:05] billhdocs:pdf:determine_byte_size_of_each_page [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Determine byte size of each page ====== 
 +  * see [[burst_pdf_into_single_page_files]] 
 +  * then, analyze the file sizes of the respective page numbers (using your file manager or terminal) 
 +  * this is a handy command on unix systems to list all page files, sorted by file size (showing the largest pages first):<code> 
 +ls -1Slh pg_*.pdf 
 +</code>