DEC 16, 2007 — Interested in the command-line
toolkits that we offer for PDF-creation & manipulation,
but not sure how to use them on your Web site? We've
discovered a nice, FREE software component that makes it
EASY!
This free software component is called DynuExec.
By using DynuExec, you can write simple code like this to
invoke a
server-side .exe
program with a command-line interface:
Dim myexec
Set myexec = Server.CreateObject("Dynu.Exec")
myexec.execute("MyProgram.exe parameter1 parameter2 parameter3...")
Set myexec = Nothing
DynuExec is made by Dynu Systems, Inc. You can
download the DynuExec component for free by
clicking this link:
www.dynu.com/dynuexec.asp.
Try using DynuExec with these powerful programmer's toolkits!
APCrypt.
Allows a programmer to encrypt, decrypt, and linearize PDF files.
AppendPDF.
Allows a programmer to create one PDF file from lists of several PDF files and/or lists of page ranges within PDF files.
AppendPDF Pro.
Allows a programmer to create one PDF file from lists of several PDF files and/or lists of page ranges within PDF files;
also makes it easy to add text or JPEG images to the new PDF file,
add dynamically generated page numbers, and more.
APSplit.
A streamlined tool that makes it wery easy for a programmer to extract a page or a range of pages
from a PDF file.
FDFMerge.
Allows a programmer to populate form fields in a PDF file with
text, JPEG images, and individual PDF pages.
FDFMerge Lite.
Allows a programmer to populate form fields in a PDF file with text.
FormAssembler.
Similar to FDFMerge, FormAssembler allows a programmer to populate
form fields in a PDF file with information — however, FormAssembler
goes beyond FDFMerge in that it is possible with FormAssembler to
generate extra PDF pages if there is too much data to fit on a
particular PDF page that contains form fields for that data.
SecurSign.
Allows a programmer to apply standard Acrobat Security features and digital signatures to PDF files dynamically.
(A digital signature is used to certify the identity of the individual or institution that signed a document.)
StampPDF Batch.
Allows a programmer to add text and JPEG Images to a single PDF file or to multiple PDF files — even
if those PDF files don't contain form fields to hold the data. Use
StampPDF to add watermarks, to add page numbers (including Bates numbers),
to add other header & footer information — or any text at all.
You can control the font name, font size, font color, text orientation,
word-wrapping, and more.
|