Category "pdf"

Export all table data from PDF to Excel using Amazon textract

Looking out to extract PDF data to Excel/CSV using Amazon Textract. How we can Insert the Input PDF data from the local folder. Having PDF with multiple Tables,

Firefox Ignores Content-Disposition

I'm trying to write MVC endpoint that will optionally set the content-disposition to inline or attachment in order to either display the file (a pdf) inside a n

inkscape: multiple page pdf to multiple png

when I convert pdf to image in linux command line, it seems inkscape gets the best result (better quality than gs with same dpi). Unfortunately, it only convert

PyFPDF can't add page while specifying the size

on pyfpdf documentation it is said that it is possible to specify a format while adding a page (fpdf.add_page(orientation = '', format = '', same = False)) but

Extracting text from PDF url file with Python

I want to extract text from PDF file thats on one website. The website contains link to PDF doc, but when I click on that link it automaticaly downloads that fi

REACT: How can I download existing PDF files from my project folder?

I have tried it like so: <a href="./cv.pdf" download > download </a> That's what I have in this case Can someone help with the solution?

Disable right click on pdf inside embed element

I have an embed element in which I provided path to pdf file. I want to prevent it from being download. <embed src="test.pdf" width="760" height="800" oncon

Disable right click on pdf inside embed element

I have an embed element in which I provided path to pdf file. I want to prevent it from being download. <embed src="test.pdf" width="760" height="800" oncon

Cannot convert the pdf file into the CSV file

I am a new python learner, I am struggling how to change the pdf file into CSV file by using Spyder. Input import tabula dfs = tabula.read_pdf(r'C:\Users\home\D

Change metadata of pdf file with pypdf2

I want to add a metadata key-value pair to the metadata of a pdf file. I found a several years old answer, but I think this is way to complicated. I guess ther

Merging multiple PDFs at specified pages

I am trying to use Python to merge multiple PDFs at specific pages I want. So for instance, let's say we have 3 pdfs and I want to merge the second one at page

Export to PDF and Prompt User for Folder Path and File Name to Save

I can't figure out how to prompt the user for a folder path and the save name. Below is the code I have gotten to work. Sub PrintToPDF ThisWorkbook.Sheets("Sh

The sizes of saved vector outputs (PDF, EPS) are too large when using mplcairo as the Matplotlib backend

As the title says, I'm using mplcairo as the Matploblit backend. However, the saved files are too large compared to those using the default Matplotlib backend.

Extract a page from a pdf as a jpeg

In python code, how to efficiently save a certain page in a pdf as a jpeg file? (Use case: I've a python flask web server where pdf-s will be uploaded and jpeg-

How to check if browser has pdf viewer or not in javascript

I need to check if the browser has ability to show pdf in iframe. I was trying to simple check mimeTypes or plugins but now in Firefox on mac, it doesn't seem t

PDF form fields: Separate/Extract widget dictionary from field dictionary

According to the PDF spec it is possible to merge the widget dictionary and the field dictionary when there is only one associated widget annotation. Is there s

Flutter PDF Viewer for Linux desktop

I developing some kind of chat application with PDF viewing functions on Flutter for Android and Linux desktop platforms. So i want to embed PDF viewer in flutt

poppler pdfunite cannot merge encrypted PDF files, how to remove encryption? (no password needed to open)

I have some PDF files which I want to merge into one. I typically use pdfunite from the Poppler PDF toolkit to do this. However now I'm getting this error: Cou

Outlook email to pdf on python

I would like to convert outlook mails from the sent box into pdf. Is there a library for this? I have not found anything on the internet.

Save a PDF from a WKWebView

This questions pertains to macOS, not iOS. Note that this question is being reported as a duplicate of this question. The answers on that page pertain either t