Linux commandline convert pdf to excel [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm looking for a tool where I can reliable convert a pdf to an excel spreadsheet from the commandline (as I would like to use a script to automate this).
I need something that will properly convert the pdf, as you would using Acrobat Pro or similar programs.

pdftotext This command will help you to convert pdf to text. Excel has the capability to import text data. If you prefer to convert text data to csv please refer the answer given here

Related

python packages to create Pdfs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I need to create pdf using python. The data that I have is dynamic and needs multiple pages. Matplotlib is good but it has some limitations. Can someone suggest any python packages to create the pdf?
you can use this PyPDF2
for example:
from PyPDF2 import PdfFileReader, PdfFileWriter
for learn more go to https://realpython.com/creating-modifying-pdf/
You can use pdfme. It's the most powerful library in python to create PDF documents.
You can check the docs here
Try taking a look at PyFPDF.
Check out the docs here.

Print image files using python [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I generated some barcode files using python-barcode as png image files.
and I would like to know the best way to actually print those image files on actual paper using the system printer.
Bulk processing is the way for me.
Any hint would be much appreciated.
maybe it works pywin32 , sample document link
http://timgolden.me.uk/python/win32_how_do_i/print.html

Insert buyer's name into a PDF through Linux CLI? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have a client who wants to sell PDF books with the buyer's name and timestamp embedded in the PDF so it would be visible on several pages through the PDF book. This would be purchased through PayPal. Is there Linux command line software to write a string into a PDF so that it is visible when viewed as a PDF document? Don't want to watermark the page, just a small section for it to print something like "Purchased by John Doe on MM/DD/YY'.
My suggestion would be to take a look at the toolchain of commands Calibre uses when editing ebooks, of which PDF is one of the formats

Is there any library in Linux which allow document conversion? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a large amount of document in different format, e.g. doc, xls, ppt, docx, odf, etc. I am looking for a Linux library, which allow me to convert different kinds of document to PDF with a command.
Is this library exist? Do you have any suggestion?
Thanks everyone. :)
A good place to start would probably be the source code of LibreOffice.
It's not a "library" as such, but you can use OpenOffice conversions from the command line: http://www.oooforum.org/forum/viewtopic.phtml?t=7242

Best OCR for extracting text from a plot? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
(source: goldprice.org)
Does anyone know of a good ocr that is able to convert this image into text?
I tried tesseract but it didn't work out the way I expected.
You can try at first to find the text "Gold Price" or "GBP" (if this text is always the same)
And then you will know the place where that text is places, then just cut that part of image containing the text and proceed OCR to that line separately.
You can also try Cuneiform:
link text
Sounds like you need Engauge Digitizer (Open Source) - Digitizing software that converts an image file showing a graph or map, into numbers.

Resources