PDF

PDF to Image Converter Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the PDF to Image Converter – your lightweight, browser-based solution for transforming PDF documents into high-quality images with just a few clicks! This intuitive web app harnesses the power of modern web technologies to deliver fast, client-side conversions without compromising your privacy. Whether you're extracting figures from research papers, converting presentation slides, or

PDF Password Maker Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to PDF Password Maker, a sleek and user-friendly web application designed to help you secure your PDF files effortlessly. Whether you're protecting sensitive documents or simply adding an extra layer of privacy, this app allows you to upload any PDF file, set a password, and download the encrypted version—all in just a few clicks. With a clean drag-and-drop interface, real-time feedback

PDF Watermark Maker Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the PDF Watermark Maker! This lightweight web application lets you quickly and securely add customizable text watermarks to your PDF documents. Built with HTML, CSS, and JavaScript, our tool runs entirely in your browser — meaning your files never leave your device, ensuring complete privacy. Whether you need to mark documents as "Confidential," add draft notices, or include branding

All Image Type to PDF Converter Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the All Image Type to PDF Converter project! This web application is designed to help users quickly and easily convert multiple images of any format (JPG, PNG, etc.) into a single PDF document. Whether you're organizing pictures, compiling a photo album, or simply sharing images in a professional format, this tool streamlines the process, all within your browser. With a clean and

Image Extractor Plus in Python

Submitted by Paulstr40 on
Image Extractor Plus: PDF-to-Image Conversion Tool Image Extractor Plus is a proficient Python program designed to convert multi-page PDF documents, consisting of scanned documents, into individual image files. This application is perfect for users who frequently deal with large volumes of scanned documents and need a quick, organized method for separating and storing each page as a separate image

CRUD Operation using PHP/MySQLi with DataTable and TCPDF Tutorial

Submitted by nurhodelta_17 on
This tutorial source code will teach how to CRUD(create, read, update, delete) using the two MySQLi Extensions which are OOP and Procedural. Also included, the data table library which is an extension that uses jquery to beautify and add functionality to HTML Table. Lastly, included is a PDF Generator using the TCPDF library.

Class PdfTable

Submitted by nabres on
I created a class PdfTable, which helps you easily make the tables in pdf. You can add columns, rows, change font, color, insert text. I create a method (Wrapper) that breaks the text, so it fits into the size of the cell.