В этом примере демонстрируется, как настроить внешний вид поля формы в PDF‑документе с использованием Aspose.PDF for Python....outfile ): # Open document doc = ap . Document ( infile ) # Create...form_editor = pdf_facades . FormEditor ( doc ) form_editor . facade...
Apprenez comment ajouter de manière programmatique un champ de bouton radio à un Document PDF en utilisant Aspose.PDF for Python. Cet exemple montre comment créer un groupe de boutons radio, définir des options sélectionnables et enregistrer le fichier PDF mis à jour....structurées directement dans un document. Un champ de bouton radio...boutons radio. Chargez un document PDF existant. Définir une...
Cette section explique comment remplacer du texte avec Aspose.PDF Facades - un ensemble d'outils pour les opérations populaires avec les PDF....PdfContentEditor editor = new PdfContentEditor (); editor . bindPdf..._dataDir + "sample.pdf" ); editor . replaceText ( "Value" , "Label"...
Этот раздел показывает, как работать с Aspose.PDF Facades, используя класс PdfContentEditor....SetViewerPreference () { var document = new Document ( _dataDir + "Sample...PdfContentEditor editor = new PdfContentEditor ( document ); // Изменить...
이 예제에서는 PDF를 열 때 나타나는 JavaScript 경고를 추가합니다.스크립트는 문서 열기 이벤트에 첨부되고 지원되는 PDF 뷰어에서 자동으로 실행됩니다....initialize_data_dir def add_document_action ( infile , outfile...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...
Dalam contoh ini, semua kemunculan "33" diganti dengan "XXXIII " di seluruh dokumen. Ini menunjukkan penggantian string sederhana tanpa format khusus atau regex....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...() # Bind document to PdfContentEditor content_editor . bind_pdf...
Aspose.PDF for .NETライブラリを使用してFormEditorクラスの機能を探る詳細を学ぶことができます... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...
Contoh ini memuat PDF yang ada, menghapus aksi buka, dan menyimpan dokumen yang telah dibersihkan.... Simpan Document yang diperbarui. import aspose...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...