Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 20,223 for

insert documents

(0.23 sec)
  1. 如何用 C++ 添加 Watermark 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 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/cpp/annotation/...
  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. OfficeMath class | Aspose.Words for Python

    aspose.words.math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...Working with OfficeMath documentation article. Remarks In this...on its own line. document Gets the document to which this node...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 搜索

    搜索... 首先,使用 Document 類別載入 PDF 檔案。 然後,使用 Document.Pages 集合中的索引存取所需的...集合中的索引存取所需的 PDF 頁面。 使用 Document.Pages.Insert(int pageNumber, Page...

    blog.aspose.com/zh-hant/pdf/copy-pdf-pages-in-c...
  5. Konvertera Excel till PDF med C++|Documentation

    Lär dig hur man konverterar Excel arbetsböcker till PDF format med Aspose.Cells och C++....inputFilePath ); // Save the document in PDF format workbook . Save...:: Pdf ); std :: cout << "Document saved successfully in PDF...

    docs.aspose.com/cells/sv/cpp/convert-excel-to-pdf/
  6. Navigation avec curseur en C++|Aspose.Words pou...

    Naviguez entre les différents nœuds d'un document, tels qu'un paragraphe, un signet ou un caractère spécifique à l'aide de C++....Lorsque vous travaillez avec un document, même s’il est court ou long...devrez naviguer dans votre document. La navigation avec un curseur...

    docs.aspose.com/words/fr/cpp/navigation-with-cu...
  7. 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/
  8. NodeChangingArgs.OldParent | Aspose.Words لـ .NET

    اكتشف خاصية NodeChangingArgs OldParent، التي تسترد العقدة الأصلية قبل التغييرات، مما يضمن عمليات سلسة وإدارة بيانات محسنة....NodeChangingCallback () { Document doc = new Document (); doc . NodeChangingCallback...AreEqual ( NodeChangingAction . Insert , args . Action ); Assert ...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. 在 Python 中將頁面添加到 PDF | 將頁面插入 PDF

    在 Python 中向 PDF 添加頁面。學習如何在 PDF 中插入頁面、從其他 PDF 添加頁面,以及以程式方式在特定位置插入頁面。...該 API 的 Document 類用於加載和表示 PDF 文檔。要在文件末尾添加新的空白頁面,請調用...方法。 按照以下步驟將空白頁添加到 PDF 文檔: 使用 Document 類別載入現有的 PDF 文件。 使用 pages.add()...

    blog.aspose.com/zh-hant/pdf/add-pages-to-pdf-in...
  10. How to add Caret Annotation using C++ | Aspose.PDF

    Add Caret annotations programmatically in PDF with C++ sample code on any platform with C++ language... powerful and easy to use document manipulation API for C++ platform...Load PDF in an instance of Document class Create a new page or...

    products.aspose.com/pdf/cpp/annotation/caret/add/