PDF

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.

Display PDF File inside the Form using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will open and display a PDF File inside the form using C# language. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

View and Display PDF Files in Android

Submitted by donbermoy on
I want to share this project of mine that can view and display PDF files on phone. It does not use Adobe Reader or any app but this is purely of hardcode. This android app views and display PDF files, gets the number of pages, and has zoom in and zoom out button to zoom the PDF. This greatly helps the students in their thesis/capstone projects that involves viewing of PDF files.