About 7,610,000 results
Open links in new tab
  1. python - How can I extract tables as structured data from PDF …

    The pdf that I mentioned above when converted to html produces garbage, maybe because of the font, the document is not in English. Extracting the pdf using x and y coordinate is not an …

  2. How to create PDF files in Python - Stack Overflow

    It creates pdf from html files. I chose it to create pdf in 2 steps from my Python Pyramid stack: Rendering server-side with mako templates with the style and markup you want for you pdf …

  3. python - Merge PDF files - Stack Overflow

    Is it possible, using Python, to merge separate PDF files? Assuming so, I need to extend this a little further. I am hoping to loop through folders in a directory and repeat this procedure. And I ...

  4. image - Python - Extract a PDF page as a jpeg - Stack Overflow

    How can I efficiently save a particular page of a PDF as a jpeg file using Python? I have a Python Flask web server where PDFs will be uploaded and I want to also store jpeg files that …

  5. Add text to Existing PDF using Python - Stack Overflow

    Feb 11, 2023 · 173 I need to add some extra text to an existing PDF using Python, what is the best way to go about this and what extra modules will I need to install. Note: Ideally I would …

  6. python - How to extract text and text coordinates from a PDF file ...

    I want to extract all the text boxes and text box coordinates from a PDF file with PDFMiner. Many other Stack Overflow posts address how to extract all text in an ordered fashion, but how can I …

  7. Converting PDF to PNG with Python (without pdf2image)

    Oct 20, 2021 · The same goes for OpenCV. Any suggestion on how to make the PDF to PNG transformation? I can install any Python library but I can not touch the Windows installation.

  8. python - Save multiple plots in a single PDF file - Stack Overflow

    plot3 = plotGraph(tempDLstats_2, tempDLlabels_2) plt.show() I want to save all the graphs plot1, plot2, plot3 to a single PDF file. Is there any way to achieve it? I can't include the plotGraph …

  9. How to check if PDF is scanned image or contains text

    Apr 16, 2019 · Thanks for the reply but my question was if a user upload a pdf document how will i check whether it is a scanned document or text document. @Rahul Agarwal

  10. python - PyPDF2 compression - Stack Overflow

    pdf is not defined anywhere in you code sample. What is it? Also, please give the full traceback so that we can see which line is causing the problem.