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

insert documents

(0.19 sec)
  1. Tambahkan Halaman dalam PDF|Aspose.PDF untuk PH...

    Artikel ini mengajarkan cara menyisipkan (menambahkan) halaman pada lokasi yang diinginkan dalam file PDF. Pelajari cara memindahkan, menghapus (menghapus) halaman dari file PDF menggunakan PHP....file PDF: Buat objek kelas Document dengan file PDF masukan. Tambahkan... // Buka dokumen $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/id/php-java/add-pages/
  2. Добавить страницы в PDF|Aspose.PDF для PHP чере...

    Эта статья обучает, как вставить (добавить) страницу в нужное место в PDF файле. Узнайте, как перемещать, удалять (удалять) страницы из PDF файла с использованием PHP....файл: Создайте объект класса Document с входным PDF файлом. Добавьте...Открыть документ $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/ru/php-java/add-pages/
  3. PDFページの挿入|Aspose.PDF for .NET

    このセクションでは、PdfFileEditorクラスを使用してAspose.PDF FacadesでPDFページを挿入する方法を説明します。...挿入するには、 PdfFileEditor クラスの Insert メソッドを使用します。そのためには、ページを挿入した... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/ja/net/insert-pdf-pages/
  4. Copier des lignes et des colonnes|Documentation

    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....une commande dans le menu Insertion , le contenu des cellules...

    docs.aspose.com/cells/fr/go-cpp/copying-rows-an...
  5. Archivio

    Archivio...documento utilizzando la classe Document. Quindi, crea un oggetto DocumentBuilder...inizializzalo con l’oggetto Document. Inserisci l’immagine nel...

    blog.aspose.com/it/words/convert-image-to-pdf-p...
  6. كائنات OLE والفيديو عبر الإنترنت|Aspose.Words ل...

    قم بإدراج كائنات ole أو فيديو عبر الإنترنت في مستند باستخدام Python....تريد كائن OLE، فاتصل بالطريقة insert_ole_object وقم بتمرير ProgId...تعرض فئة DocumentBuilder طريقة insert_ole_object_as_icon : يوضح مثال...

    docs.aspose.com/words/ar/python-net/working-wit...
  7. Paragraph constructor | Aspose.Words for Python

    Paragraph constructor. Initializes a new instance of the [Paragraph](../) class....doc DocumentBase The owner document. Remarks When Paragraph is...specified document, but is not yet part of the document and Node...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 Java 向 PDF 添加页面 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式将 PDF 页面添加到您的文档中...PageCollection 集合的 Insert 方法。 使用 保存 方法保存输出 PDF。 将新页面插入到 PDF Document pdfDocument...pdfDocument = new Document (); // Add page pdfDocument . getPages...

    products.aspose.com/pdf/zh-hans/java/pages/add/
  9. Java 을 사용하여 PDF에서 페이지를 추가, 이동 또는 삭제합니다 | Aspose...

    Java 용 Aspose.PDF 파일을 사용하여 Java 샘플 코드를 사용하여 문서의 PDF 페이지를 프로그래밍 방식으로 조작할 수 있습니다.... PageCollection 컬렉션의 Insert 메서드를 지정된 인덱스로 호출합니다. Save 방법을...PDF에 새 페이지 추가 Document pdfDocument = new Document (); // Add page...

    products.aspose.com/pdf/ko/java/pages/
  10. Java 을 사용하여 PDF에 페이지 추가 | Aspose.PDF

    Java 용 Aspose.PDF 를 사용하여 Java 샘플 코드를 사용하여 프로그래밍 방식으로 문서에 PDF 페이지를 추가합니다.... PageCollection 컬렉션의 Insert 메서드를 지정된 인덱스로 호출합니다. Save 방법을...PDF에 새 페이지 삽입 Document pdfDocument = new Document (); // Add page...

    products.aspose.com/pdf/ko/java/pages/add/