 |
 |
|

What's New in v5.1?
API
Features
BCL easyPDF SDK offers programmers a range of APIs for developing PDF applications. With these easy-to-use APIs, many of our customers and partners have successfully created custom PDF server and desktop applications, and also integrated PDF functionalities with existing applications and processes.
APIs that are included in BCL easyPDF SDK are:
PDF Printer APIs
Benefits / Key Features
- Convert documents to PDF.
- Automatically handle any exception or error message that may occur in converting HTML and Office documents (Word, Excel, PowerPoint, Visio).
- Support many PDF features such as Font Embedding & Subsetting, Image compression, Metadata, PDF Security (e.g. set permission to print, edit), Digital Signature & Stamping, Watermark, PDF Viewer setting.
- Control printer settings such as graphic resolution & scaling, paper orientation & size, printer color.
|

Request OEM Pricing | Learn more

The Free Trial is a fully functional
software, with 30-day
expiration.
Subscribe to our PDF Product News
|
PDF Printer API References
PDF Processor APIs
Benefits / Key Features
- PDF page manipulation features, such as Merging, Splitting, Rotating, Delete, Extract, Optimize.
- PDF bookmarking features, such as appending and deleting bookmarks from existing PDF.
- Embed elements inside current PDF, such as note, text, hyperlink, file attachment, custom annotation.
- Get PDF information, such as metadata, page size, rotation, count, version.
- Modify PDF security setting, such as getting signature information, checking encryption, changing password.
- Extract text from PDF.
PDF Processor API References
PDF Converter APIs
Benefits / Key Features
- Rasterize PDF into BMP, GIF, JPEG, PNG, and TIFF image formats.
- Set page number, image color, image quality, image resolution, page conversion timeout
PDF Converter API References
- PDFConverter Object
- This is the entry point for accessing all of the PDF to
Image Conversion features (BMP, GIF, JPEG, PNG, and TIFF)
Set oConverter = CreateObject("easyPDF.PDFConverter.5")
Set oPDF2Image = oConverter.PDF2Image
oPDF2Image.ImageFormat =
CNV_IMAGE_FMT_JPEG
oPDF2Image.Convert "C:\input.pdf", "C:\output.jpg"
More
information..
- Add
page number to file name (even for single file output).
- Get/Set file
conversion timeout value
- Get/Set image
color (16million color, 256 color, 8bit, B&W, Grayscale)
- Get/Set image
format (BMP, GIF, JPEG, PNG, and TIFF)
- Get/Set image
quality (5 to 100 with 100 being the highest quality)
- Get/Set image
resolution (8 to 600 dpi)
- Get/Set minimum
page number digits to insert to file name
- Get/Set page
conversion timeout value
- Get/Set separator
string to be inserted in between file name and page number
- TIFF Supports
- Get/Set TIFF
Compression
- CCITT Group 3 fax compression
- CCITT Group 4 fax compression
- CCITT modified Huffman RLE compression
- JPEG DCT compression
- LZW compression
- No compression
- Macintoshi RLE compression
- Get/Set a
flag to indicate whether to Create Multi-Page TIFF or
not.
- Get/Set TIFF
X image resolution
- Get/Set TIFF
Y image resolution
PDF Document APIs
Benefits / Key Features
- Extract, insert, and update data in PDF Forms.
PDF Document API References
|
|