Sort Score
Result 10 results
Languages All
Labels All
Results 4,911 - 4,920 of 22,100 for

editor

(3.55 sec)
  1. 한 줄 필드를 여러 줄 필드로|Aspose.PDF for Python via .NET

    Python용 Aspose.PDF 를 사용하여 PDF 문서의 한 줄 텍스트 필드를 여러 줄 필드로 변환합니다....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Change...

    docs.aspose.com/pdf/ko/python-net/single-to-mul...
  2. Ajouter un lien d'action personnalisé|Aspose.PD...

    Cet exemple lie un PDF d'entrée, ajoute un lien d'action personnalisé sur la première page et enregistre le document modifié. Une liste d'actions vide est utilisée pour simplifier, mais les implémentations réelles peuvent inclure des actions réelles....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/fr/python-net/add-custom-ac...
  3. 复制外部字段|Aspose.PDF for Python via .NET

    此示例演示如何使用 Aspose.PDF for Python 将表单字段从一个 PDF 文档复制到另一个 PDF 文档。...Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( outfile ) # Copies...

    docs.aspose.com/pdf/zh/python-net/copy-outer-fi...
  4. PDF ビューアーの環境設定の変更|Aspose.PDF for Python via .NET

    このモジュールでは、Aspose.PDF for Python を使用して PDF ドキュメントのビューア設定を調整する方法を示します。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Get...

    docs.aspose.com/pdf/ja/python-net/change-viewer...
  5. スプレッドシートエディター セルでの作業|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... ui - cell - editor - input input ' ). attr ( '...this ). find ( ' . ui - cell - editor - input input ' ). attr ( '...

    docs.aspose.com/cells/ja/java/spreadsheet-edito...
  6. Archivo

    Archivo...Transforme los archivos de su editor en hojas de cálculo de Excel...esfuerzo los archivos de su editor en hojas de cálculo de Excel...

    blog.aspose.com/es/pub/convert-publisher-to-excel/
  7. アプリケーションリンクを追加|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、最初のページにアプリケーション起動リンクを追加し、変更された文書を保存します。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ja/python-net/add-applicati...
  8. 四角形の注釈を追加|Aspose.PDF for Python via .NET

    次の使用例は、入力 PDF を連結し、最初のページに塗りつぶされた青い四角形の注釈を追加し、変更された文書を保存します。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...Bind input PDF file content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/ja/python-net/add-square-an...
  9. フィールドを移動|Aspose.PDF for Python via .NET

    既存のフォームフィールドを PDF ドキュメント内の別の位置に移動します。...Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Move...

    docs.aspose.com/pdf/ja/python-net/move-field/
  10. 제출 URL 설정|Aspose.PDF for Python via .NET

    이 예제에서는 Python용 Aspose.PDF 를 사용하여 PDF 양식의 버튼 필드에 대한 제출 작업을 구성하는 방법을 보여줍니다....Create FormEditor object form_editor = pdf_facades . FormEditor...# Open input PDF file form_editor . bind_pdf ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/set-submit-url/