Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 21,480 for

editor

(0.2 sec)
  1. Posting AcroForm Data|Aspose.PDF for C++

    Вы можете импортировать и экспортировать данные формы в XML файл с использованием пространства имен Aspose.Pdf.Facades в Aspose.PDF для C++....входные и выходные pdf файлы auto editor = MakeObject < Aspose :: Pdf...только два поля для простоты editor -> AddField ( Aspose :: Pdf...

    docs.aspose.com/pdf/ru/cpp/posting-acroform-data/
  2. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing documents....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/python-net/replace-text-regex/
  3. Add Document Action|Aspose.PDF for Python via .NET

    This example adds a JavaScript alert that appears when the PDF is opened. The script is attached to the document open event and executed automatically in supported PDF viewers....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-document-act...
  4. 在 PDF 中装饰表单字段|Aspose.PDF for Java

    本节介绍如何使用 FormEditor 类在 PDF 中装饰表单字段。...{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir...( 2 ); editor . setFacade ( cityDecoration ); editor . decorateField...

    docs.aspose.com/pdf/zh/java/decorate-form-field/
  5. Archiv

    Archiv...erstellen, entwickeln wir einen PDF-Editor in der ASP.NET Core Webanwendung...basiert auf einem WYSIWYG-HTML-Editor zum Erstellen des Inhalts und...

    blog.aspose.com/de/pdf/create-pdf-files-in-asp-...
  6. Архів

    Архів...acades::PdfBookmarkEditor> editor = System::MakeObject<Aspos...// Завантажте документ PDF editor->BindPdf(u"SourceDirectory\\Sample...

    blog.aspose.com/uk/pdf/working-with-bookmarks-i...
  7. Agregar adjunto desde la ruta|Aspose.PDF for Py...

    Este ejemplo vincula un PDF de entrada, adjunta un archivo externo usando su ruta de archivo y guarda el PDF modificado con el adjunto incorporado....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/es/python-net/add-attachmen...
  8. Добавить ссылку на приложение|Aspose.PDF for Py...

    В этом примере привязывается входной PDF, добавляется ссылка для запуска приложения на первой странице и сохраняется изменённый документ....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ru/python-net/add-applicati...
  9. Add File Attachment Annotation|Aspose.PDF for P...

    The example binds an input PDF, adds a file attachment annotation to the first page using the file path, and saves the updated document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  10. Удалить элемент списка|Aspose.PDF for Python vi...

    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....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Delete...

    docs.aspose.com/pdf/ru/python-net/del-list-item/