React renderer for creating PDF files on the browser and server
Questions tagged [react-pdf]
409 questions
-1
votes
0 answers
How to handle password protected PDF files using react-pdf package?
I'm using react-pdf package to handle PDF files on my website. The issue lies in the fact that every time we upload a password protected file, it asks for password using a browser prompt. I want to change this behavior. Instead of a password prompt…
-2
votes
1 answer
How call data in react-pdf?
have a project which generates a PDF, but I need to pass parameters and read it. I have searched for documentation and I have not found any that will help me.
import React from 'react';
import { Page, Text, View, Document, StyleSheet, Image} from…