Tutorials

Flutter Create PDF Using Syncfusion Library

Flutter Create PDF Using Syncfusion Library

Flutter Project to Create PDF Document Using Syncfusion Library and Add Text, Images & Table inside it. code.dart import 'dart:typed_data';…

July 10, 2022

PHP 7 TFPDF Add UTF-8 Fonts Inside PDF Document

index.php <?php define("_SYSTEM_TTFONTS", "../fonts"); require('tfpdf.php'); $pdf = new tFPDF(); $pdf->AddPage(); // Add a Unicode font (uses UTF-8) $pdf->AddFont('DejaVu','','DejaVuSansCondensed.ttf',true); $pdf->SetFont('DejaVu','',14); //…

July 10, 2022

PHP 7 FPDI Merge/Concatenate Multiple PDF Documents into One

PHP 7 FPDI Library Example to Merge & Concatenate Multiple PDF Documents into One in Browser. index.php <?php use setasign\Fpdi\Fpdi;…

July 10, 2022

PHP 7 FPDI Create Thumbnails of Existing PDF Document

PHP 7 FPDI Library Example to Create Thumbnails of Existing PDF Document in Browser. index.php <?php //your variables $filename =…

July 10, 2022

PHP 7 FPDI Edit Existing PDF Document & Add Text Inside It

PHP 7 FPDI Library Example to Edit or Modify Existing PDF Document and Add Text inside it in Browser index.php…

July 10, 2022

jsPDF Set the Opacity of Text Color inside PDF Document

jsPDF Tutorial to Set the Opacity of Text Color inside PDF Document in Browser Using Javascript. You can use setGState() to set…

July 10, 2022

jsPDF Encode PDF as BLOB Using Base64 Code & Download it

jsPDF tutorial to encode PDF document as BLOB using Base64 code and download it in a web browser using JavaScript.…

July 10, 2022

jsPDF-Autotable Auto Increase Width of Columns/Rows With Content

jsPDF-Autotable Tutorial to Auto Increase Width of Column & Rows With Content Without Breaking in Browser Using Javascript The text key in…

July 10, 2022

jsPDF-Autotable Print Special Characters & Fonts in Table

After the release of version 1.4.0, the jsPDF finally supports encoding diacritics characters, but in a very strange way, in…

July 10, 2022

Webcam Eye Blink Counter Using Python 3 OpenCV & MediaPipe

In this tutorial, you will get the full source code of the webcam Eye Blink Counter. Basically, we will use…

July 10, 2022