Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to identify the network usage of your particular application in android?
Hello Tech Nerds, I have created an app for And
by sachin.joshi -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi
Tags
How to extract bold text from pdf file programatically using PDFKit in iOS?
I am using PDFKit to display my pdf files. I've integrated the searching functionality but I want to search only bold texts/words.
I'm wondering is it possible to do what I'm looking for or does Apple don't allow it? ...
fPDF version issue
i have used fpdf to merge pdf but in fpdf there are some limitations it supports only 1.4 version compatibility level with pdf. so i used ghost script which converts pdf 1.4+ versions into 1.4 version and also i used same command in different ser...
Generating Charts from Data in MMSQL and sending them as attachment (PDF) in email
I am currently in a state of doubt whether I am doing the things in the right way. Basically, I have a task where data which is stored in a normalised db in MSSQL needs to be queried for so as to display them in different charts. These chart...
How to remove restrictions for a secured PDF..? C#
Hi guys,
How to allow copy content option for a secured PDF. Currently am using Spire.PDF library, it is giving result as I except, it is a free version supports only for below 10 page PDFs, but my pdfs have more than 200 pages. Any other solut...
Edit Exisiting pdf using fpdi
Im using FPDI library for writing existing pdf file but my code is writing only 1 page ..why? please
require_once '../includes/fpdf/fpdf.php';
require_once '../includes/fpdf/fpdi.php';
$pdf = new FPDI();
$pageCount = $pdf->setSour...