BCL Newsletter | February 7 , 2005
 To unsubscribe, scroll down to the bottom and
click on the unsubscribe link.

easyPDF SDK ver. 4.3
 
 
Customize your Enterprise PDF Processing with using BCL easyPDF's powerful API

 
PDF Programming
Webinar

Date: Thursday, February 9
Time: 11AM P.S.T
Pla
ce: WebEx

Sign Up

Create PDF with as-little-as 3 lines of code
Set oPrinter = CreateObject("easyPdfSdk.Printer")
Set oPrintJob = oPrinter.PrintJob
oPrintJob.PrintOut "C:\input.doc", "C:\output.pdf"

Read All the Key Features

Read the PDF API Libraries

   

Join our PDF Programming Webinar
Learn how easyPDF SDK can tremendously help your PDF programming by attending our Free PDF Programming Webinar
Date: Thursday, February 9
Time: 11AM P.S.T.
Pla
ce: WebEx

What's New in Ver. 4.3
Get even better control of your PDF documents with BCL's easyPDF 4.3 SDK. Now you can embed the following additional objects into PDF files using the easyPDF API:

This along with the capability to extract page size and orientation for accurate placement, give you unprecedented control over modifying you and customizing your PDF Document.

For a full set of features on easyPDF SDK please click here.

Tips and Tricks

Add PDF Notes

Add PDF notes to your existing PDF documents by using easyPDF SDK. You can place the note anywhere in the page and add comments to it easily. You can also choose the color, icon, etc.

Sample code:

Set oProcessor = CreateObject("easyPdfSdk.PDFProcessor")
oProcessor.AddNote "C:\input.pdf", _
                   "C:\output.pdf", _
                   0, _
                   0, _
                   100, _
                   80, _
                   "Note text here.", _
                   "Author", _
                   "Subject", _
                   PRC_NOTEICON_NOTE,
                   RGB(255, 255, 0),
                   False

Add text anywhere in PDF page
Adding text on existing PDF has never been easier! You can now add text in PDF documents by simply calling our AddFreeText() method. You can specify the position of the text, author, text size, text color, and font information.

Sample code:

Set oProcessor = CreateObject("easyPdfSdk.PDFProcessor")
oProcessor.AddFreeText "C:\input.pdf", _
                       "C:\output.pdf", _
                       0, _
                       0, _
                       10, _
                       10, _
                       "FreeText here."
                       "Author", _
                       "Subject", _
                       24,
                       PRC_DEFFONT_HELVETICA,
                       RGB(0, 0, 255)
 

 
Learn how easyPDF SDK can tremendously help your PDF programming by attending our Free PDF Programming Webinar

   

Just thought I would say how pleased we are with the easyPDF SDK. It is really quick, easy to implement and very competitively priced."
 
Chris Jones

Australian Rail Track Corporation


www.artc.com.au