PDF

Image Extractor Plus in Python

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

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.

Display PDF File inside the Form using C#

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

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.

View PDF Files using Acrobat in C#

In this tutorial, I will teach you how to create a program that will view PDF files using C#. 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: Go to File, click New Project, and choose Windows Application and name your project as Open Acrobat PDF Reader. 2. Next, add only two Buttons named Button1 and labeled it as "Open PDF File" and Button2 for browsing PDF files.