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

insert documents

(0.19 sec)
  1. تحويل Excel إلى PDF باستخدام C++|Documentation

    تعلم كيفية تحويل دفاتر عمل Excel إلى صيغة PDF باستخدام Aspose.Cells مع C++....inputFilePath ); // Save the document in PDF format workbook . Save...:: Pdf ); std :: cout << "Document saved successfully in PDF...

    docs.aspose.com/cells/ar/cpp/convert-excel-to-pdf/
  2. Arsip

    Arsip... Buat objek kelas Document. Buat objek kelas DocumentBuilder...dokumen Word menggunakan metode Document.save(). Contoh kode berikut...

    blog.aspose.com/id/words/create-word-documents-...
  3. Добавить страницы в PDF с помощью Python|Aspose...

    Эта статья учит, как вставить (добавить) страницу в нужное место в PDF-файле. Узнайте, как перемещать, удалять (удалять) страницы из PDF-файла с использованием C#....класса Document с входным PDF-файлом. Вызовите метод insert коллекции...# Открыть документ document = ap . Document ( input_pdf ) # Вставить...

    docs.aspose.com/pdf/ru/python-net/add-pages/
  4. 插入和附加文档|Python via .NET 格式的 Aspose.Words

    将文档合并为一个:使用查找和替换、合并字段、书签或直接在 Python 中的文档末尾将文档插入或附加到新的或现有的文档中。... 您还可以使用 insert_documentinsert_document_inline 方法,类似于在Microsoft...加到现有文档的末尾。为此,您只需调用 append_document 方法将一个文档添加到另一个文档的末尾。 请注意, append_child...

    docs.aspose.com/words/zh/python-net/insert-and-...
  5. PDFファイルに空のページを挿入する方法(PHP)|Aspose.PDF for Java

    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....ターゲットドキュメントを開く $pdf = new Document ( $dataDir . 'input1.pdf'...PDFに空のページを挿入 $pdf -> getPages () -> insert ( 1 ); # 結合された出力ファイルを保存(ターゲットドキュメント)...

    docs.aspose.com/pdf/ja/java/insert-an-empty-pag...
  6. ChartSeries.remove method | Aspose.Words for Py...

    ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified index... Document () builder = aw . DocumentBuilder...DocumentBuilder () shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PDFにページを追加する|Aspose.PDF for PHP via Java

    この記事では、PDFファイルの希望する位置にページを挿入(追加)する方法を学びます。PHPを使用してPDFファイルからページを移動、削除(削除)する方法を学びます。...挿入する方法を示しています: 入力PDFファイルで Document クラスオブジェクトを作成します。 ページを追加し、PDFに挿入します。...ます。 // ドキュメントを開く $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/ja/php-java/add-pages/
  8. StructuredDocumentTag.style_name property | Asp...

    StructuredDocumentTag.style_name property. Gets or sets the name of the style applied to the structured document tag....applied to the structured document tag. @property def style_name...control elements. doc = aw . Document () builder = aw . DocumentBuilder...

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

    搜索... 使用 Document.save() 方法保存 Word 文檔。 以下代碼示例顯示瞭如何創建...words as aw # 創建文檔對象 doc = aw.Document() # 創建文檔生成器對象 builder = aw...

    blog.aspose.com/zh-hant/words/create-word-docum...
  10. Adatta automaticamente righe e colonne con Node...

    Questo articolo mostra come adattare automaticamente righe, colonne, righe di celle unite e righe in un intervallo di celle usando Aspose.Cells for Node.js via C++....node" ); // The path to the documents directory. const dataDir =..."path" ); // The path to the documents directory. const dataDir =...

    docs.aspose.com/cells/it/nodejs-cpp/autofit-row...