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.
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-
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
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
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
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
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.
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
In my Vue app I receive a PDF as a blob, and want to display it using the browser's PDF viewer. I convert it to a file, and generate an object url: const blob
I'm trying to use the react-pdf library to display a base64 encoded PDF file. The B64 data is accurate, as it loads in an iframe as such: <iframe classN
I am trying to split a pdf into its pages and save each page as a new pdf. I have tried this method from a previous question with no success and the pypdf2 spli
I use this plugin: PDF.js. I am trying to solve the problems that show in console log. Follow image: Here is a simple project ready, only download and run
I'm using such code for creating pdf from webview PrintManager printManager = (PrintManager) this .getSystemService(Context.PRINT_SERVICE); Pri
When using PDFBox, we encounter an issue where if we call render on a PDDocument, it sometimes loses content, such as fonts or certain shapes. Having dug into
I have a specific problem that I cannot seem to resolve. I am trying to create a PdfStamper with the following code. The line marked with --> is where the e
Hi i want to generate a pdf of big page as one single file without page break. Below image shows page break upon download(that i want to avoid
I'm using Google App Scripts to manipulate some PDFs. I have two PDFs and want to merge them into one - im trying to use Merge Multiple PDF's into one PDF O
I have a template PDF file, and I want to replace some marker strings to generate new PDF files and save them. What's the best/simplest way to do this? I don't
I am creating PDF files using blobs in Google Apps Script from a HTML code, but the problem is that HTML code has an image (referenced by "http") but the create
show PDF file inside the android app from the server URL without give permission to download that file. how it can do in the android app. I have tried using web