Skip to main content

All Questions

Tagged with
0 votes
1 answer
34 views

How to Download a PDF from Power BI Report in Flutter?

I'm working on a Flutter project where I've integrated a Power BI report. The report is generated based on an API call that I make, and it displays correctly in my app using a WebView package. The UI ...
Jay Patel's user avatar
0 votes
2 answers
44 views

Force download a pdf on mobile device

I want to force a pdf to be downloaded on mobile/tablet device to avoid open it in a new tab. I tried with the download attribute: <a href="file.pdf" download target="_blank">...
Rubyx's user avatar
  • 760
0 votes
1 answer
61 views

How to change pdf raw data so that it can be downloaded in react native expo

This is the response that I am getting from the api which is raw pdf data. %PDF-1.4 %цдьЯ 1 0 obj << /Type /Catalog /Version /1.4 /Pages 2 0 R /ViewerPreferences 3 0 R >> I tried to ...
Swikriti Upadhyay's user avatar
-1 votes
1 answer
56 views

PDF direct dowload issue

The site vermittelerregsiter.info allows to download a PDF file by a regular GET request: eg. https://www.vermittlerregister.info/recherche?a=pdf&registernummer=D-W-111-BHC1-55 We want to automate ...
Igor Savinkin's user avatar
0 votes
0 answers
41 views

Multiple blank pages in the pdf

I'm trying to generate a PDF from HTML content using jspdf and html2canvas, but I'm encountering some issues with the generated PDF. Here's the relevant code: function printDivAsPdf(divId, filename = &...
Rahul Patnaik's user avatar
0 votes
0 answers
43 views

Failed to load pdf document using jspdf

I've been working on a function in JavaScript that allows me to download the content of a specified as a PDF file. The function works by generating HTML content with print styles, converting it into ...
Rahul Patnaik's user avatar
0 votes
0 answers
13 views

Problem to dowload pdf file using flask api [duplicate]

There is this route to generate a pdf file using 'FPDF' and I need to send it back in response and download with JS directly in browser. I deployed the flask api in vercel and angular UI in github ...
Rodrigo Cezar's user avatar
0 votes
1 answer
40 views

Fillable PDF download in .net after change in preview

I am working on a web application, developed using ASP.NET. I need a functionality to show a pdf file embedded in the form. The pdf file is actually a form with some editable controls like textbox, ...
fake account's user avatar
0 votes
2 answers
85 views

download all pdf files from website doesn't support wildcard

I want to download all pdf files in the website of "https://journals.ametsoc.org/view/journals/mwre/131/5/mwre.131.issue-5.xml". I tried many thing with wget as: wget --wait 10 --random-wait ...
Zeinab's user avatar
  • 21
0 votes
1 answer
2k views

Downloading a PDF file in Next.js

I am facing an issue while trying to download a PDF file in a Next.js application. Basically, I want to download the PDF file that is placed inside the public folder of the next js app but it is ...
Haroon Ahmed's user avatar
0 votes
1 answer
94 views

How to display a pdf in django and not let it download

I have a pdf file uploaded to the site (the Internet library and the pdf file of the book in it), how can I allow viewing this file while only on the site and prohibit printing or downloading it. I ...
Максим Макаров's user avatar
-1 votes
1 answer
274 views

React native download base64 image list as a single PDF file

I want to download list of base64 images as single pdf file in to my device.I have implemented following for that, issue is download is working correctly but can't open the downloaded file getting &...
Ruchira Swarnapriya's user avatar
0 votes
1 answer
356 views

Streamlit pdf file cannot be opened after downloading with st.download_button

I want to download a pdf on button click in my streamlit application. I am using st.download_button, like this: st.download_button( label="Download", key="...
mrk's user avatar
  • 10.2k
0 votes
0 answers
58 views

Massive PDF Download with Selenium (Python)

I created a code to download PDFs massively with Selenium (Python) clicking in links. My code can access and click every link but it couldn't download these files. My code is: from selenium import ...
Juan Jose Collantes Antezana's user avatar
0 votes
1 answer
265 views

How to download multiple pages as pdfs if i have a list of urls? [closed]

I'd like to download a lot of web pages (theese in particular consist of lines of text with occasionally images) as PDFs, but it's a bit too much to do it manually. The urls per se are easibly ...
CoccoBlu's user avatar

15 30 50 per page
1
2 3 4 5
44