Sort Score
Result 10 results
Languages All
Labels All
Results 9,691 - 9,700 of 20,486 for

insert documents

(2.19 sec)
  1. Detectar nuevos mensajes de correo en servidor ...

    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....database, // for example, " INSERT INTO POP3Mails (UniqueID, Subject)...

    docs.aspose.com/email/es/java/detecting-new-ema...
  2. FieldAutoNum class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNum class. Implements the AUTONUM field...with Fields documentation article. Remarks Inserts an automatic...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Adicionar Páginas em PDF com Python|Aspose.PDF ...

    Este artigo ensina como inserir (adicionar) uma página no local desejado em um arquivo PDF. Aprenda a mover, remover (excluir) páginas de um arquivo PDF usando C#....PDF: Crie um objeto da classe Document com o arquivo PDF de entrada...entrada. Chame o método insert da coleção PageCollection com o índice...

    docs.aspose.com/pdf/pt/python-net/add-pages/
  4. PageSetup.endnote_options property | Aspose.Wor...

    PageSetup.endnote_options property. Provides options that control numbering and positioning of endnotes in this section.... Document () builder = aw . DocumentBuilder...'Hello world!' ) builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Dodawanie, przenoszenie lub usuwanie stron w fo...

    Programowe manipulowanie stronami PDF dokumentu za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET... Wywołaj metodę Insert kolekcji pageCollection z określonym...Pdf . Document ( inputFile ); pdfDocument . Pages . Insert ( 2...

    products.aspose.com/pdf/pl/net/pages/
  6. چگونگی اضافه کردن Text حاشیه نویسی با استفاده ا...

    سورس کد در C# برای اضافه کردن Text حاشیه نویسی در دات نت فریم ورک، دات نت هسته و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop....Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var TextAnnotation1...

    products.aspose.com/pdf/fa/net/annotation/text/...
  7. 如何用 .NET 添加 Watermark 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Watermark 个注释。...Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var WatermarkAnnotation1...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  8. Travailler avec des pages dans un fichier XPS |...

    Comment ajouter des pages à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Python...développeur Travailler avec un document XPS Travailler avec des pages...gestion des pages dans un document XPS implique des tâches telles...

    docs.aspose.com/page/fr/python-net/xps/working-...
  9. Aspose::Words::DocumentBuilder::MoveToBookmark ...

    Aspose::Words::DocumentBuilder::MoveToBookmark method. Moves the cursor to a bookmark in C++.... Inserting new text does not replace...that some bookmarks in the document are assigned to form fields...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 在 Python 中向 PDF 添加页面 | 向 PDF 插入页面

    在 Python 中向 PDF 添加页面。学习如何在 PDF 中插入页面,如何从其他 PDF 中添加页面,以及如何以编程方式在特定位置插入页面。...该 API 的 Document 类用于加载和表示 PDF 文档。要在文件末尾添加新空白页面,请调用...方法。 按照以下步骤向 PDF 文档添加空白页: 使用 Document 类加载现有的 PDF 文档。 使用 pages.add()...

    blog.aspose.com/zh/pdf/add-pages-to-pdf-in-python/