We have crating pdf dynamically with the help of itextsharp.Now I want to show popup window on button click with the help of JavaScript fuction.How we can creat
We have crating pdf dynamically with the help of itextsharp.Now I want to show popup window on button click with the help of JavaScript fuction.How we can creat
class MyPrintPdfAdapter(private val mFilePath: String) : PrintDocumentAdapter() { @RequiresApi(api = Build.VERSION_CODES.KITKAT) override fun onLayout(
I need some php or javascript script first to display a PDF file in a HTML modal (client browser) and then to print a PDF file from html modal (client browser)
I am developing a pdf separation viewer app using Mupdf (c++) library. I need to know is there any possibility to on/off the separation/colors. Or else export
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