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

editor

(0.35 sec)
  1. マークアップ注釈の追加|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、最初のページに 4 つの異なるマークアップ注釈を追加し、更新された文書を保存します。アノテーションはそれぞれ異なるマークアップスタイルと色を示しています。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ja/python-net/add-markup-an...
  2. Archiv

    Archiv... Kostenloser PDF-Editor: PDF online bearbeiten # Bearbeiten...unseren benutzerfreundlichen PDF-Editor aus, um PDF-Dateien zu erstellen...

    blog.aspose.com/de/pdf/edit-pdf-document-online...
  3. 양식 필드 이동 및 제거|Aspose.PDF for .NET

    PDF에서 양식 필드를 관리하는 방법을 탐색하고, 이를 이동하거나 제거하는 방법을 Aspose.PDF for .NET을 사용하여 알아보세요....GetDataDir_AsposePdf_Forms (); using ( var editor = new Aspose . Pdf . Facades...document editor . BindPdf ( dataDir + "MoveField.pdf" ); editor . MoveField...

    docs.aspose.com/pdf/ko/net/move-remove-form-field/
  4. Ganti Teks Sederhana|Aspose.PDF for Python via ...

    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...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/id/python-net/replace-text-...
  5. Replace Text On Page|Aspose.PDF for Python via ...

    In this example, the first occurrence of the word "PDF" is replaced with "Page 1 Replaced Text" using a specified font size....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/python-net/replace-text-on-...
  6. フォームフィールドの移動と削除|Aspose.PDF for Java

    このセクションでは、FormEditorクラスを使用してフォームフィールドを移動および削除する方法を説明します。...MoveField () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-05.pdf" ); editor . MoveField ( "Last Name" ...

    docs.aspose.com/pdf/ja/java/move-remove-form-fi...
  7. PDF에서 양식 필드 꾸미기|Aspose.PDF for Java

    이 섹션에서는 FormEditor 클래스를 사용하여 PDF에서 양식 필드를 꾸미는 방법을 설명합니다....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir...( 2 ); editor . setFacade ( cityDecoration ); editor . decorateField...

    docs.aspose.com/pdf/ko/java/decorate-form-field/
  8. 使用图像|Aspose.PDF for Java

    本节介绍如何使用Aspose.PDF Facades替换图像 - 这是一个用于PDF常见操作的工具集。...DeleteImage () { PdfContentEditor editor = new PdfContentEditor ( new..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int...

    docs.aspose.com/pdf/zh/java/working-with-image/
  9. 페이지 회전 작업|Aspose.PDF for .NET

    이 섹션에서는 PdfPageEditor 클래스를 사용하여 페이지 회전 작업을 수행하는 방법을 설명합니다....GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades...()) { // Bind PDF document editor . BindPdf ( dataDir + "sample...

    docs.aspose.com/pdf/ko/net/working-with-page-ro...
  10. Add Markup Annotations|Aspose.PDF for Python vi...

    This example binds an input PDF, adds four different markup annotations to the first page, and saves the updated document. Each annotation demonstrates a different markup style and color....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-markup-annot...