Category "pdf"

How to set logo on the center of qrcode tcpdf from html response PHP?

I am using TCPDF library to generate pdf file using PHP. They also have feature to create qrcode. This is my syntax $style = array( 'border' => 0, 'v

Google App Script OCR PDF to text Page Number Limitation

I am very new to Google Script. I have some pdf files in a folder on Google Drive and I am trying to convert pdf to google doc and extract specific text. PDF ha

Find the first page of a MuliPage in dart-pdf

I am creating PDF document using dart-pdf. It contains various sections that could be any number of pages in length. Each section starts on a new page. Currentl

PDF reader for Java as PDF.js

We have a project where we use pdf.js to render a PDF into webpage and it creates HTML container elements for the PDF pages. The content of the PDF is split as

Extract individual PDF from a portfolio of multiple PDF documents

I have a web application built with PHP and JS. In this app I make different operations with certain files and i encounter the next problem: The user needs to u

React native html to pdf

I am using this code and it works fine in simulator as I am getting a location and can get pdf file from there async createPDF() { let options = { html

Error when pasting in excel from pdf with SendKeys

I am trying to copy a whole pdf document into excel using the following code. The code works perfectly except for the paste part, when it gives me the following

Merge PDF files by each folder

This Python script is Creates PDF file from List of Images. ( It have a series of folders inside a parent one. Each folder has several images) My current proble

How to modify an existing PDF file contents in Java

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

Print REGEX using USER DEFINED FUNCTION

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

jso.numfields not returning anything within Excel VBA while connecting to PDF file

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

Populate data in pdf using django

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

Error on building app using Ngx-extended-pdf-viewer

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

LibVips pdf to jpg on specific pdf page for multi-page pdf

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

How to pass a file to server and then send it back to client?

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

Why Font converted to Italic style in generated PDF from HTML?

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

Convert pdf to docx and vice versa without breaking the format of file

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

React PDF download with react-pdf not sure what I am doing wrong

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

problem showing PDF in Blazor page from byte array

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

add watermark while uploading a file to firebase

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