Is there a way to export the data (file name, page count, file size, information) to an excel spreadsheet? I need to run some calculations on the Page Count.
Customer
-------------------------------------------------------
Thanks for your message, what is the input file format? is it TIFF or PDF format?
If your source file is TIFF format, you can download "VeryPDF TIFF Toolkit" from this web page, you can use "VeryPDF TIFF Toolkit" to count the page number in TIFF files easily,
https://www.verypdf.com/tifftoolkit/try-and-buy.html
https://www.verypdf.com/dl.php?file=verypdf-tifftoolkit.exe
You can use "tiffinfo.exe" in "VeryPDF TIFF Toolkit" to count the page number in a multi-page TIFF file easily, for example,
"C:\Program Files (x86)\VeryPDF TIFFToolkit\tiffinfo.exe" E:\multipage.tif
TIFF Directory at offset 0xd178 (53624)
Subfile Type: (0 = 0x0)
Image Width: 2000 Image Length: 2388
Resolution: 300, 300 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 99999999
Planar Configuration: single image plane
Software: Oi/GFS, writer v00.06.01P
Group 4 Options: (0 = 0x0)
TIFF Directory at offset 0x165d8 (91608)
Subfile Type: (0 = 0x0)
Image Width: 2000 Image Length: 1888
Resolution: 300, 300 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 99999999
Planar Configuration: single image plane
Software: Oi/GFS, writer v00.06.01P
Group 4 Options: (0 = 0x0)
TIFF Directory at offset 0x1ebca (125898)
Subfile Type: (0 = 0x0)
Image Width: 1912 Image Length: 2004
Resolution: 300, 300 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 99999999
Planar Configuration: single image plane
Software: Oi/GFS, writer v00.06.01P
Group 4 Options: (0 = 0x0)
TIFF Directory at offset 0x29654 (169556)
Subfile Type: (0 = 0x0)
Image Width: 2004 Image Length: 2000
Resolution: 300, 300 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 99999999
Planar Configuration: single image plane
Software: Oi/GFS, writer v00.06.01P
Group 4 Options: (0 = 0x0)
TIFF Directory at offset 0x37afa (228090)
Subfile Type: (0 = 0x0)
Image Width: 1984 Image Length: 2628
Resolution: 300, 300 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 99999999
Planar Configuration: single image plane
Software: Oi/GFS, writer v00.06.01P
Group 4 Options: (0 = 0x0)
If you want export the data (file name, page count, file size, information) from PDF file, you can use Advanced PDF Tools Command Line software,
https://www.verypdf.com/app/advanced-pdf-tools/try-and-buy.html#buy-cmd
https://www.verypdf.com/pdfinfoeditor/advanced_pdf_tools_cmd.zip
You can run following command line to extract information from PDF file easily,
pdftools.exe -r -i D:\test.pdf
After you get these information, you can insert them into an excel spreadsheet by manual or by a script easily.