I am using a Spring Boot application and I need to dynamically populate the blanks in an existing PDF using the values from the database. I have attached the im
I'm trying to print the variables ccb_3, nome, data, taxa and parcela using the function I defined as "ext_ccb", but when I run the code it returns 3 times (bec
So I am trying to write a VBA Macro in Excel that will loop through all 400+ .pdf files I have in a folder, extract pertinent data from them, and store that dat
I have to show a certificate in modal with the 2 option print and email. Certificate is pdf file i just need to fill two fields in the certificate user name and
Just started angular and I am trying to use a PDF Viewer integrated into my application. I saw ngx-extended-pdf-viewer while browsing which library to use and t
I'm currently transforming pdfs to jpgs using the libvips command line. vips jpegsave mypdf.pdf myimg.jpg If a PDF is a multi page PDF then libvips will only t
I'm currently working with pdf files in ReactJS and modifying them in my server side. The problem is, i don't know how to pass my file data to the server side a
Using Package: html-pdf https://www.npmjs.com/package/html-pdf I am trying to apply "Exo 2" font in PDF, It has applied BUT converted PDF showing fonts in itali
I tried few ways to convert the pdf file to docx or docx to pdf file . I tried via python and its working too . But the format breaks suppose the pdf file has t
I am trying to download a page in PDF format using the React-PDF package. For instance I am trying to download the User's Profile Information. I am using <P
I have gone through all the suggestions for how to take a byte array stored in SQL Server db as varbinary and display it as PDF in a Blazor website. I'm success
I have a input field where a user uploads his/her pdf file which is then uploaded to firebase storage in vanilla javascript(Modular). Now i want to add a waterm
I'm trying to create a PDF that's PAC3 compliant and I need to add images to the PDF. I was able add an image to the PDF but when I run the PDF in PAC 3. I get
Let's assume I have an existing pdf with a fixed header and footer and blank body like the below image And I have to add content to the body(
Image using converting png to pdf but the quality of created pdf is very low, so I am trying to sharpen the image using Imagick::unsharpMaskImage method but I a
I am looking for a tool (program, website or R package) that can compare two text documents and calculate some sort of percentage similarity between them, for f
pdf-lib.js - after merging multiple pdf files, filled data in form fields become invisible On individually viewing the files, everything is fine and the data ju
I have the following code which is written in Visual Studio Code. Now I want to run this in Azure Databricks. I have uploaded the entire folder to my Azure Blob
I have an angular application 8 that I receive a pdf file from the API. In the angle view, I took the pdf file as a blob and converted it into a FileReader to u
I am looking into creating PostScript file from a pdf as byte[], to send to printer. I've checked this post and the reply from Dustin seem to be somewhat simila