Sort Score
Result 10 results
Languages All
Labels All
Results 9,581 - 9,590 of 20,488 for

insert documents

(0.22 sec)
  1. Архивы

    Архивы...Создайте экземпляр класса Document . Создайте экземпляр класса...по его пути с помощью метода insert_image() . Наконец, сохраните...

    blog.aspose.com/ru/words/convert-photo-to-word-...
  2. INodeChangingCallback.NodeInserted | Aspose.Wor...

    Discover the INodeChangingCallback NodeInserted method—triggered when a document node is added to another, enhancing your coding efficiency....belonging to this document has been inserted into another node...FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/ino...
  3. Archiv

    Archiv... Vytvořte objekt třídy Document. Vytvořte objekt třídy DocumentBuilder...aplikace Word pomocí metody Document.save(). Kód Python pro vytvoření...

    blog.aspose.com/cs/words/create-word-documents-...
  4. Color palette labels in a chart are not positio...

    Hello team. We encountered an issue when converting a given SVG image to EMF and Inserting into empty PPT document. The sample code for conversion is as following: private static byte[] convertSvgImageToEmf(byte[] im…...image to EMF and inserting into empty PPT document. The sample code...converting to EMF and inserting into PPT document, the text in the...

    forum.aspose.com/t/color-palette-labels-in-a-ch...
  5. RevisionCollection.Reject | Aspose.Words för .NET

    Upptäck metoden RevisionCollection Reject för att effektivt filtrera bort oönskade revisioner baserat på dina kriterier för effektiv projektledning....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder . Write ( "This is insertion revision #1. " ); doc . StopTrackRevisions...

    reference.aspose.com/words/sv/net/aspose.words/...
  6. IRevisionCriteria.IsMatch | Aspose.Words لـ .NET

    اكتشف كيف تقوم طريقة IRevisionCriteria IsMatch بالتحقق بشكل فعال مما إذا كانت المراجعة المحددة تتوافق مع معاييرك لتحقيق أفضل النتائج....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder . Write ( "This is insertion revision #1. " ); doc . StopTrackRevisions...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. IRevisionCriteria.IsMatch | Aspose.Words for .NET

    Discover how the IRevisionCriteria IsMatch method effectively verifies if a specific revision aligns with your criteria for optimal results....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder . Write ( "This is insertion revision #1. " ); doc . StopTrackRevisions...

    reference.aspose.com/words/net/aspose.words/ire...
  8. Tambahkan Halaman dalam PDF dengan Python|Aspos...

    Artikel ini mengajarkan cara menyisipkan (menambahkan) halaman pada lokasi yang diinginkan dalam file PDF. Pelajari cara memindahkan, menghapus (menghilangkan) halaman dari file PDF menggunakan C#....file PDF: Buat objek kelas Document dengan file PDF masukan. Panggil...Panggil metode insert dari koleksi PageCollection dengan indeks...

    docs.aspose.com/pdf/id/python-net/add-pages/
  9. 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...
  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/