Sort Score
Result 10 results
Languages All
Labels All
Results 5,731 - 5,740 of 18,629 for

document editor

(1.47 sec)
  1. Архів

    Архів...HTMLDocument using (HTMLDocument document = new HTMLDocument()) { //...using (var editor = FormEditor.CreateNew(document)) { // Поле...

    blog.aspose.com/uk/html/create-fill-html-form-s...
  2. Archiv

    Archiv...HTMLDocument using (HTMLDocument document = new HTMLDocument()) { //...using (var editor = FormEditor.CreateNew(document)) { // Zadejte...

    blog.aspose.com/cs/html/create-fill-html-form-s...
  3. Aspose.OMR for C++ features and benefits|Docume...

    Discover features and benefits of Aspose.OMR for C++....without specialized graphic editors and advanced layout tools....

    docs.aspose.com/omr/cpp/features-benefits/
  4. Remplacer le Texte dans un Fichier PDF|Aspose.P...

    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"...

    docs.aspose.com/pdf/fr/java/replace-text/
  5. PDFフォームフィールドの追加|Aspose.PDF for .NET

    このトピックでは、FormEditorクラスを使用してAspose.PDFファサードでフォームフィールドを操作する方法について説明します。...AddField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/ja/net/add-form-fields/
  6. Adicionando Anotações a um arquivo PDF existent...

    Esta seção explica como adicionar Anotações a um arquivo PDF existente com Aspose.PDF Facades....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/pt/java/adding-annotations-...
  7. Adding Annotations to existing PDF file|Aspose....

    Esta sección explica cómo agregar anotaciones a un archivo PDF existente con Aspose.PDF Facades....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/es/java/adding-annotations-...
  8. Ajouter une pièce jointe depuis le chemin|Aspos...

    Cet exemple lie un PDF d'entrée, attache un fichier externe en utilisant son chemin d'accès, et enregistre le PDF modifié avec la pièce jointe intégrée....fichiers intégrés tels que des documents, des feuilles de calcul ou...du chemin d’accès de ‘add_document_attachment()’ vous permet...

    docs.aspose.com/pdf/fr/python-net/add-attachmen...
  9. Ajouter un lien Web|Aspose.PDF for Python via .NET

    Cet exemple lie un PDF d’entrée, ajoute une annotation de lien web bleu sur la page 1 pointant vers la page produit Python PDF d’Aspose, et enregistre le Document modifié....des sites Web ou de la documentation. En utilisant PdfContentEditor...PdfContentEditor. Lier le document PDF d’entrée. Définissez un...

    docs.aspose.com/pdf/fr/python-net/add-web-link/
  10. 데코레이션 필드|Aspose.PDF for Python via .NET

    이 예제에서는 Python용 Aspose.PDF 를 사용하여 PDF 문서의 양식 필드 모양을 사용자 지정하는 방법을 보여줍니다....outfile ): # Open document doc = ap . Document ( infile ) # Create...form_editor = pdf_facades . FormEditor ( doc ) form_editor . facade...

    docs.aspose.com/pdf/ko/python-net/decorate-field/