[]
wijmo.pdfモジュールのPDFの暗号化と権限設定を提供します。
{@link wijmo.pdf.PdfDocumentクラスのインスタンスを作成するには、{@link wijmo.pdf.IPdfDocumentOptions.ownerPassword}, wijmo.pdf.IPdfDocumentOptions.permissions および@link wijmo.pdf.IPdfDocumentOptions.userPassword}プロパティを使用して、このモジュールをページに追加します。
import { PdfDocument, saveBlob } from '@mescius/wijmo.pdf'; import '@mescius/wijmo.pdf.security'; let doc = new PdfDocument({ userPassword: 'abc', ended: (doc, args) => { saveBlob(args.blob, 'document.pdf'); } }); doc.end();
このモジュールには、 buffer, crypto-js and saslprep ライブラリの修正バージョンが含まれています。
wijmo.pdfモジュールのPDFの暗号化と権限設定を提供します。
{@link wijmo.pdf.PdfDocumentクラスのインスタンスを作成するには、{@link wijmo.pdf.IPdfDocumentOptions.ownerPassword}, wijmo.pdf.IPdfDocumentOptions.permissions および@link wijmo.pdf.IPdfDocumentOptions.userPassword}プロパティを使用して、このモジュールをページに追加します。
import { PdfDocument, saveBlob } from '@mescius/wijmo.pdf'; import '@mescius/wijmo.pdf.security'; let doc = new PdfDocument({ userPassword: 'abc', ended: (doc, args) => { saveBlob(args.blob, 'document.pdf'); } }); doc.end();
このモジュールには、 buffer, crypto-js and saslprep ライブラリの修正バージョンが含まれています。