English | 日本語
BCL Technologies
View shopping cart
BCL easyPDF SDK

PDFをラスタライズする

利点

  1. PDF を EMF (エンハンスド メタファイル)画像変換。
  2. BMP, GIF, JPEG, PNG, そして TIFF画像フォーマットへPDFをラスタライズ
  3. ページ番号、画像カラー、画質、画像解像度、ページ変換タイムアウトを設定

サンプルプロジェクトファイル

/*
このプログラムは、easyPDF SDKのPDFファイルを画像ファイルへ変換する能力をデモンストレーションします。
使用方法: java TestConverter [pdf ファイル] [画像ファイル]
*/

import com.bcl.easypdf.*;
import com.bcl.easypdf.EasyPDFConverter.*;
import java.io.File;

public class TestConverter
{
	public static void main(String[] args) throws Exception
	{
		if (args.length == 2)
		{
			File inputFile = new File(args[0]);
			String inputFileName = inputFile.getCanonicalPath();

			File outputFile = new File(args[1]);
			String outputFileName = outputFile.getCanonicalPath();

			EasyPDF.initialize();

			IPDFConverter cvtr = new IPDFConverter();
			IPDF2Image pti = cvtr.getPDF2Image();
			pti.Convert(inputFileName,outputFileName,null,null,null);            

			EasyPDF.uninitialize();
		}
		else
		{
			System.out.println("Usage: java TestConverter [pdf file] [image file]");
			System.out.println("For example:");
			System.out.println("java TestConverter c:\\input\\smile.pdf c:\\output\\smile.jpg");
		}
	}
}
            

 

Request Pricing

Download Free Trial
The Free Trial is a fully functional
software, with 30-day expiration.

QuickStart Video
Watch a QuickStart Video on how to use easyPDF SDK in Java Environment

  • "It took very little amount of coding to integrate easyPDF SDK into our application, and we haven’t had to change BCL code once!" - Shawn Hess, TAXWORKS

PDF Features

Sample Projects and Documentation

Who uses easyPDF SDK?

ARTC MS Wireless Northrop Grumman Taxworks
-
f開発ツール | デスクトップ製品 | サービス | サクセスストーリー | 無料ダウンロード | ご購入 | サポート サイトマップ
© 1993 - , BCL Technologies. 使用条件とプライバシー