Sort Score
Result 10 results
Languages All
Labels All
Results 8,981 - 8,990 of 17,904 for

document insertion

(0.08 sec)
  1. Adicionar Páginas em PDF|Aspose.PDF para PHP vi...

    Este artigo ensina como inserir (adicionar) uma página na localização desejada em um arquivo PDF. Aprenda como mover, remover (excluir) páginas de um arquivo PDF usando PHP....PDF: Crie um objeto da classe Document com o arquivo PDF de entrada...// Abrir documento $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/pt/php-java/add-pages/
  2. เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ Python for ....

    ตัวอย่างรหัสหลามในการจัดการกับหน้า PDF ของเอกสารของคุณโปรแกรมบน NET Framework, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...as ap # Open document document = ap . Document ( input_pdf )...) # Insert a empty page in a PDF document . pages . insert ( 2...

    products.aspose.com/pdf/th/python-net/pages/
  3. Çalışma Sayfasına İkonlar Ekleme ile C++|Docume...

    Aspose.Cells kullanarak Excel çalışma sayfalarına ikonlar nasıl eklenir öğrenin.... PutValue ( u "Insert via Aspose.Cells" ); Style...

    docs.aspose.com/cells/tr/cpp/insert-svg-to-excel/
  4. 如何用 C++ 添加 Caret 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Caret 注释的源代码...Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var caretAnnotation1...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  5. 如何用 C++ 添加 Text 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Text 注释的源代码...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/zh-hans/cpp/annotation/...
  6. Navigation avec curseur dans Java|Aspose.Words ...

    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 Java....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/java/navigation-with-c...
  7. IRevisionCriteria.IsMatch | Aspose.Words per .NET

    Scopri come il metodo IRevisionCriteria IsMatch verifica in modo efficace se una specifica revisione è in linea con i tuoi criteri per risultati ottimali....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder . Write ( "This is insertion revision #1. " ); doc . StopTrackRevisions...

    reference.aspose.com/words/it/net/aspose.words/...
  8. 使用 C++ 添加、移动或删除 PDF 中的页面 | Aspose.PDF

    使用 C++ 語言在任何平台上以編程方式操作文檔的 PDF 頁面的簡單示例代碼。...InsertEmptyPageAtDes () { // Open document String _dataDir ( "C: \\ Samples....pdf" ); auto document = MakeObject < Document > ( _dataDir +...

    products.aspose.com/pdf/zh-hant/cpp/pages/
  9. 使用 C++ 向 PDF 添加页面 | Aspose.PDF

    使用C++语言在任何平台上以编程方式添加文档的PDF页面的简单示例代码。...InsertEmptyPageAtDes () { // Open document String _dataDir ( "C: \\ Samples....pdf" ); auto document = MakeObject < Document > ( _dataDir +...

    products.aspose.com/pdf/zh-hant/cpp/pages/add/
  10. 在 PDF 中添加页面|Aspose.PDF for PHP via Java

    本文教您如何在所需位置插入(添加)PDF 文件中的页面。了解如何使用 PHP 移动、删除(删除)PDF 文件中的页面。...文件中插入空白页面: 使用输入 PDF 文件创建一个 Document 类对象。 添加页面,并在 PDF 中插入它。 使用...文件中插入页面。 // 打开文档 $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/zh/php-java/add-pages/