GroupDocs.Signature for Java は、UPCA、UPCE、EAN13、EAN14、Code39、Code39Extended、Code128、Codabar、Postnet、ISBN などのバーコード タイプを使用してデジタル ドキュメントの電子署名を管理するための迅速かつ簡単な API です。 、ITF14、その他多数。お客様は、必要なテキストを提供するバーコードを簡単に作成し、PDF、Microsoft Office Word ドキュメント、Microsoft Office Excel ワークブック、MS PowerPoint プレゼンテーション、Adobe Photoshop ファイル、およびさまざまな画像形式に配置できます。ドキュメントに配置されたバーコードは、更新、検索、検証、削除、またはプレビューできます。さらに、バーコードのカスタマイズがサポートされています。
GroupDocs.Signature for Java は、Wmf ドキュメントに Barcode 署名ですばやく簡単に署名する機能を提供します。
GroupDocs.Signature for Java は、すべての主要なプラットフォームとオペレーティング システムでサポートされています。以下のコードを実行する前に、システムに次の前提条件がインストールされていることを確認してください。
// Set up input Wmf file
String filePath = "input.wmf";
// Set up output file
String outputFilePath = "output.wmf";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// create barcode option with predefined barcode text
BarcodeSignOptions options = new BarcodeSignOptions("John Smith");
// setup Barcode encoding type
options.setEncodeType(BarcodeTypes.Code128);
// set signature position
options.setLeft(50);
options.setTop(50);
options.setWidth(200);
options.setHeight(50);
// sign Wmf document
SignResult result = signature.sign(outputFilePath, options);
GroupDocs.Signature App Web サイトにアクセスして、さまざまな署名で Wmf ファイルに今すぐ署名してください。無料のオンラインデモがあなたを待っています。
APIをダウンロードする必要はありません
コードを書く必要はありません
ソースファイルをアップロードするだけです
ファイルを保存するためのダウンロードリンクを取得する
Code 128 は、ISO/IEC 15417:2007 で定義されている高密度の線形バーコード記号です。英数字または数字のみのバーコードに使用されます。
ASCII の 128 文字すべて。
特に制限はありません。
“Wmf に他の署名タイプで署名することもできます。以下のリストをご覧ください。”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)