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

editor

(0.31 sec)
  1. 아카이브

    아카이브...acades::PdfBookmarkEditor> editor = System::MakeObject<Aspos...arkEditor>(); // PDF 문서 로드 editor->BindPdf(u"SourceDirectory\\Sample...

    blog.aspose.com/ko/pdf/working-with-bookmarks-i...
  2. Replace Text Simple|Aspose.PDF for Python via .NET

    In this example, all occurrences of "33" are replaced with "XXXIII " in the entire document. This demonstrates straightforward string replacement without custom formatting or regex....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/python-net/replace-text-sim...
  3. 装饰字段|Aspose.PDF for Python via .NET

    本例演示了如何使用 Aspose.PDF for Python 自定义 PDF 文档中表单字段的外观。...form_editor = pdf_facades . FormEditor ( doc ) form_editor . facade...pdf_facades . FormFieldFacade () form_editor . facade . background_color...

    docs.aspose.com/pdf/zh/python-net/decorate-field/
  4. Mover Carimbo Por Índice|Aspose.PDF for Python ...

    Como reposicionar anotações de carimbo de borracha em um PDF usando seu índice em uma página com Aspose.PDF for Python... Vincule o PDF ao editor. Adicione vários selos de borracha...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...

    docs.aspose.com/pdf/pt/python-net/move-stamp-by...
  5. フォームフィールドの移動と削除|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/ja/net/move-remove-form-field/
  6. Hapus Stempel Berdasarkan ID|Aspose.PDF for Pyt...

    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....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/delete-stamp-...
  7. حذف الختم حسب المعرف|Aspose.PDF for Python via ...

    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....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/delete-stamp-...
  8. Gerenciar Carimbo por ID|Aspose.PDF for Python ...

    Como manipular anotações de carimbo de borracha em um PDF pelos seus IDs exclusivos usando Aspose.PDF for Python...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...content_editor . bind_pdf ( infile ) content_editor . create_rubber_stamp...

    docs.aspose.com/pdf/pt/python-net/manage-stamp-...
  9. Replace Images in PDF|Aspose.PDF for Python via...

    This example binds an input PDF, replaces the first image on page 1 with a new image, and saves the modified document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/python-net/replace-image/
  10. Crear campo ComboBox|Aspose.PDF for Python via ...

    Verifique cómo agregar programáticamente un campo ComboBox (lista desplegable) a un documento PDF usando Aspose.PDF for Python. Este ejemplo muestra cómo insertar un campo de formulario ComboBox, añadir elementos seleccionables y guardar el archivo PDF actualizado....pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...field to PDF form pdf_form_editor . add_field ( pdf_facades ...

    docs.aspose.com/pdf/es/python-net/create-combob...