Search Results

Search: Posts Made By: cwchen123
3,637
Posted By cwchen123
After installing PDFMiner, do batch conversion...
After installing PDFMiner, do batch conversion with a for loop. Nothing to do with pipe here.


$ for f in `ls *.pdf`; do pdf2txt.py $f > ${f%.pdf}.txt; done
3,784
Posted By cwchen123
Perl code to convert txt file to xls file
You may use Data::Table::Excel, a Perl module, to automate the conversion process. The following example show how to use:


#!/usr/bin/env perl

use strict;
use warnings;

use Text::CSV;...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy