Nederlands (NL-BE)English (United Kingdom)


Placing a scanned image on a PDF

An in-house request was, "Can you think of a way for me to add my signature to a PDF and position it where I want it?". This script can place any image (which could be a scanned signature) in a PDF and let you position it where you want.

Read more...
 

Checking whether a PDF file is searchable

Some PDFs are searchable: others are not. Given a collection of PDF documents, this script sorts them into one of two folders. Documents where the text is searchable are placed in one folder and documents that do not (yet) contain searchable text, are placed in the other.

Read more...
 

Extracting the first page from a collection of PDF files

Is there a way, it was asked on a mailing list, to extract the first page from each PDF in a collection of over 10,000 files and write it to a separate file? If ever you find yourself in such a position then try this solution.

Read more...
 

Acrobat Programming Tutorial

This tutorial looks at how buttons and other fields can be used in a PDF. In particular it describes how they can be created and changed by using JavaScript to make more interesting and useful PDF documents.

Read more...
 

W2ml: Word to XML Converter

W2ml is a simple yet useful tool to convert the contents of a Word document to a generic XML format. The XML produced is valid against a fixed DTD and can be transformed, for example with XSLT, to meet any requirements.

Read more...
 

PDFLinks: Hyperlinked PDFs from Hyperlinked Word Docs

PDFLinks works with Acrobat Distiller or GhostScript to create PDFs from Word, where all hyperlinks are preserved. PDFLinks is particularly useful when converting collections of hyperlinked Word documents to PDF.

Read more...