Article

Free PDF Document Importer
Free PDF Document ImporterFPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates inFPDF, which was developed by Olivier Plathey. Apart from a copy ofFPDF, FPDI does not require any special PHP extensions.As of version 1.2.1 FPD[ More ]
How-to: Create PDF preview images in PHP – Part 2
How-to: Create PDF preview images in PHP – Part 2There were comments on the original part of this example expressing that it wasn’t very newbie friendly since I didn’t show much code and focussed mostly on the installation of ImageMagick and not what to do once you have it installed. This post[ More ]
class: FPDF
class: FPDFSource Location: /pdf/fpdi/fpdi2tcpdf_bridge.phpClass OverviewTCPDF  |  --FPDFThis class is used as a bridge between TCPDF and FPDI and will create the possibility to use both FPDF and TCPDF via one FPDI version.Author(s):Child classes:FPDF_TPLThis class is used as a bridge between TCPDF [ More ]
Digitally signing PDF files from the Linux command line
Digitally signing PDF files from the Linux command linePDF documents that have been digitally signed are legally enforceable in many countries, and in the medical legal field it’s very important to ensure that a patients medical documentation has not been altered since the doctor or consultant sig[ More ]
Create a Digital Signature for a PDF Export
Create a Digital Signature for a PDF ExportSee AlsoActiveReports 6 > ActiveReports User Guide > How To > Export Reports > Create a Digital Signature for a PDF ExportShow AllShow AllThis feature is for use with the Professional Edition license only. An evaluation message is rendered when used with th[ More ]
An Introduction to the OpenSSL
An Introduction to the OpenSSLcommand line toolPhilippe CamachoContents1  First steps2  Secret key encryption algorithms3  Public Key Cryptography3.1  Key generation3.2  Encryption3.3  Digital signatures4  Public Key Infrastructure4.1  What is a PKI? (in short)4.1.1  The Problem: Man in the Middle A[ More ]
5 Steps to get ImageMagick on XAMPP 1.7.3
5 Steps to get ImageMagick on XAMPP 1.7.3Posted on October 17, 2010 by Zohar Babin   | 14 RepliesRe-iterating what took too long (couple of hours) to pinpoint and solve.Getting ImageMagick (Imagick) installed on XAMPP 1.7.3 has it right there and clear, If you want to get Imagick installed on XAMPP [ More ]
How to use Eclipse for PHP developers.
How to use Eclipse for PHP developers.This guide shows how to develop PHP applications using Eclipse PDT.Install Eclipse and the PHPDebugger.incDownload and install Eclipse for PHP developers.Create a PHP project and drag and drop PHPDebugger.inc to your eclipse PHP project.Activate the PHPDebugger [ More ]
Saving Signatures with PHP & MySQL
Saving Signatures with PHP & MySQLA small PHP tutorial on how to capture the signature from Signature Pad and store it in a MySQL database, for later retrieval.•Sample App ZIP—GitHubThis tutorial depends on Signature Pad. If you don’t know what that is go check out Signature Pad, for capturing[ More ]
Digital Signature Implementation in Java From OWASP
Digital Signature Implementation in Java From OWASPJump to: navigation, search Contents [hide] 1 Status2 WARNING3 Overview 3.1 What is a Digital Signature ?3.2 Need for Digital Signature4 Digital Signatures in Java using JCA 4.1 Security Considerations while Implementing Digital Signature4.2 Perform[ More ]
Versioning Java Classes
Versioning Java ClassesDuring software development a class goes through several modifications or versions. Normally this is no problem. There is one situation, however, in which you need to take special action whenever you change a class.If your class is Serializable and you write objects of the cla[ More ]
TCPDF Installation
TCPDF InstallationAssuming you have a working Apache/IIS web server with PHP, you are on your way to installing TCPDF.Getting the filesTCPDF can be downloaded from SourceForge.net. The file is a compressed archive so you will need an utility program, either locally or on your host server, that can "[ More ]
Windows Azure Drives: Part 1: Configure and Mounting at Startup of Web Role Lifecycle
Windows Azure Drives: Part 1: Configure and Mounting at Startup of Web Role LifecycleIntroductionThis article presents an approach for providing Windows Azure Drives (a.k.a. XDrive) to any cloud-based web applications through RoleEntryPoint callback methods and exposing successful mounting results w[ More ]
Google Docs Viewer plugin for jQuery
Google Docs Viewer plugin for jQueryHere's a little jQuery plugin I wrote recently that automatically embeds the Google Docs Viewer for viewing pdf, doc, docx, ppt and tiff files linked to by anchor tags.The Google Docs Viewer is an embeddable browser-based viewer that requires only a URL to a file [ More ]
ZOHO Viewer plugin for jQuery
ZOHO Viewer plugin for jQueryI discovered ZOHO Viewer, which supports a lot more file types than Google Docs Viewer, after I wrote the Google Docs Viewer jQuery plugin I posted earlier. So, I wrote another jQuery plugin that automatically embeds the ZOHO viewer for viewing the doc, docx, xls, xlsx, [ More ]
How to create OAuth2 client id and secret
How to create OAuth2 client id and secretIntroductionAdWords, DFP and DFA APIs use OAuth2 as their authentication mechanism. To make calls to these APIs, you need to create an OAuth2 client ID and secret from Google Cloud Console. This wiki article walks you through the process of creating one.Acces[ More ]
Example Drive App: DrEdit for Java
Example Drive App: DrEdit for JavaDevelopers› Google Drive Platform› iOS› •Get Started•Documentation•Examples•Support•Blog•GDG•LiveDrEdit is a sample Google Drive app written in Java using the Google App Engine. It is a text editor capable of editing files with the MIME types tex[ More ]
Flexible Deterministic Packet Marking CSE Paper Presentation
Flexible Deterministic Packet Marking CSE Paper PresentationDescription:Flexible Deterministic Packet Marking CSE Paper Presentation .Internet Protocol (IP) trace back is the enabling technology to control Internet crime. Without a proper termination condition, the attack graph constructed by the PP[ More ]
Quickstart: Run a Drive App in Java
Quickstart: Run a Drive App in JavaComplete the steps described in the rest of this page, and in about five minutes you'll have a simple Drive app that uploads a file to Google Drive. If you like, you can view a video of Google engineers guiding you through the steps.1.Step 1: Enable the Drive API2.[ More ]
Package com.sap.ip.bi.sdk.util
Package com.sap.ip.bi.sdk.util Provides functionality for configuring logging and tracing, and JARM (monitoring) functionality, via properties files. See:   Description Class Summary BILoggingSetup Configuration class for logging and tracing. BILoggingSetup.Category Simple typesafe enumeration for l[ More ]