I am using PyPDF2 to read multiple files and extract the page number that contain specific text. For the most part it works fine but I notice that some files wi
I'm migrating an existing report from iText to QuestPDF, and I am new to both of the packages. I'm not finding much help online for questions about QuestPDF in
I have created a fillable form. The form works correctly and can be filled in easily when I open it in Adobe Acrobat Pro or Adobe Acrobat Reader DC on my Deskt
I got stuck with a PDF-Document, which (among other fields) contains five larger multiline text inputs. For all five fields, the DefaultAppearance-parameter of
I'd like to generate a PDF containing all stock.report_picking reports for all deliveries for a given sale order, merged into one file. I've already done someth
I have a PDF file which is made of photographs of a book connected in a single PDF file. I'm trying to convert it back to single images in PNG format, every too
I am trying to convert an HTML page which uses quite the bootstrap and styling. I tried everything from reportlab to weasyprint to xhtml2pdf and nothing works!
I am using SetaPDF Merger and I am almost finished with my project to set it up for my WordPress site. But of course I run into trubble. I have a repeatable fie
I'm trying to put all the images in a directory into a single PDF. I'm writing in python 3 and using PyFPDF. This is my code: import os from fpdf import FPDF pd
how do I embed/add a digital signature (base64 string) and a digital certificate file .crt to a pdf document with python? Is it possible? What lib/packages allo
I'm using asciidoctor v2.0.17 and try to create a table with multiple rows in a header like +----------+-----------------------------------------+ |Value |N
My app has "Files and media: Allow management of all files" permission. However, when I try to open a PDF file LogCat reports the following errors: 2022-04-20
I want to find a way how to add overlay page numbers on PDF pages with motley background. The problem is that if I use a usual approach like this: (pagecount.ps
I am trying to use borb to extract text from pdf's. Some pdfs works well but when trying to extract text from some pdf's I get extra spaces between all letters
I have a pdf file which holds a few tables containing different colors instead of RGB values. I have been tasked to fetch RGB value from each row and transition
I want to know how I can extract image from Stamp Pdf annotation when PDFViewAnnotationHit notification triggered. We have pdf notification when we touch pdf an
When I'm building the markdown files, the preview looks really good. But, when I run the following pandoc command, it doesn't look good at all! pandoc --from m
I'm working on a Blazor WASM App and I want my users to easily open pdf files on specific pages that contain additional information. I cannot distribute those f
I want to retrieve the content of a password-protected file as a File object using PDF.js library. I tried to get the raw data from the promise and convert it t
I am in a situation where I need to create a table inside the table cell, which is the description field in the data which will be a list itself. I need to make