C++でPDFを作成する
利点
- 高速で印刷可能なドキュメントをPDFへ変換。
- Windows 2003/2008/Vista/XPの64-ビット バージョンをサポート。
- 電子ドキュメントの長期保管のためのPDF/A の標準サポート。
- 印刷/広告業界における印刷用PDFファイル交換のためのPDF/X の標準サポート。
- XPS サポート (PDF変換のためのXPSをサポート。必要条件: .NET Framework 3.0 またはそれ以上のバージョン)。
- 自動そしてCSS-駆動のページネーション (より賢い改ページ、開発者は、改ページをしたいか否かを手動でコントロールも可能です)。
- HTMLやOfficeドキュメント(Word, Excel, PowerPoint, Visio)をPDFへ変換している途中に発生しうるいかなる例外やエラーメッセージも自動でハンドル。
- フォント埋め込み&サブセッティング、画像圧縮、メタデータ、PDFセキュリティ(例 プリント許可を設定、編集)、電子署名&スタンプ、電子透かし、PDFビューア設定のような多くのPDF機能をサポート。
- 画像解像度&スケーリング、用紙の方向&サイズ、プリンタカラーのようなプリンタ設定をコントロール。
サンプルプロジェクト
コードの抜粋
EasyPDFPrinter::IPrinterPtr oPrinter;
oPrinter.CreateInstance("easyPDF.Printer.6");
EasyPDFPrinter::IPrintJobPtr oPrintJob = oPrinter->GetPrintJob();
oPrintJob->PrintOut("C:\\input.doc", "C:\\output.pdf");
|
Download Free Trial
The Free Trial is a fully functional
software, with 30-day
expiration.
Comprehensive PDF Features
C++ Sample Projects
Download C++ Sample Projects

Documentation
Testimonials from Our Customers
- We use easyPDF SDK technology for PDF conversion and it works very well. We knew BCL is a solid company. We have also looked at several competitors and tried to use their products, but we like easy PDF SDK the best. When we talked to BCL Technologies’ design engineering team, we knew they had the knowledge and confidence to solve our problems.” Read the case study
- We evaluated many PDF tools and drivers. We even wrote our own. Except for BCL’s easyPDF SDK, all had limitations we couldn’t live with. Some only converted from MS Office and not very well. Others could not do annotation or text stamping on PDF documents. None were as easy to use and as easy to integrate.” Read the case study
|