![]() |
BCL Newsletter | February 7 , 2005 | To
unsubscribe, scroll down to the bottom and click on the unsubscribe link. |
|
|
|||||||||||||
Join
our PDF Programming Webinar What's
New in Ver. 4.3
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 TricksAdd 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") Add text anywhere in PDF page 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) |
|
|||||||||||||