Sort Score
Result 10 results
Languages All
Labels All
Results 8,741 - 8,750 of 17,900 for

document insertion

(0.37 sec)
  1. إضافة صفحات في PDF باستخدام C++|Aspose.PDF لـ C++

    تُعلِّم هذه المقالة كيفية إدراج (إضافة) صفحة في الموقع المطلوب في ملف PDF. تعرف على كيفية نقل وحذف (إزالة) الصفحات من ملف PDF باستخدام C++....on how to add page in a PDF document. يوضح نموذج التعليمات البرمجية...في مستند PDF. 1. Create a [Document](https://reference.aspose...

    docs.aspose.com/pdf/ar/cpp/add-pages/
  2. Objetos OLE e vídeo online|Aspose.Words para Py...

    Insira objetos OLE ou vídeo on-line em um Documento usando Python....objeto OLE, chame o método insert_ole_object e passe o ProgId...DocumentBuilder expõe o método insert_ole_object_as_icon : O exemplo...

    docs.aspose.com/words/pt/python-net/working-wit...
  3. Insertar, eliminar filas y columnas|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.... Insertar una fila Inserte una fila en la hoja de cálculo...

    docs.aspose.com/cells/es/cpp/inserting-deleting...
  4. Manipuler un document PDF en Python via .NET|As...

    Cet article contient des informations sur la façon de valider un Document PDF pour la norme PDF A en utilisant Python, comment travailler avec le TOC, comment définir une date d'expiration pour le PDF, etc....Manipuler un document PDF en Python via .NET Contents [ Hide...Manipuler un document PDF en Python Valider un document PDF pour...

    docs.aspose.com/pdf/fr/python-net/manipulate-pd...
  5. Utilisation des Smart Markers|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....première ligne pour éviter l’insertion de lignes supplémentaires...marqueurs intelligents AI Document Assistant Close Utilisation...

    docs.aspose.com/cells/fr/java/using-smart-markers/
  6. Python for .NET 을 사용하여 PDF에 페이지 추가 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET Core 및 PHP, VBScript, 델파이, C++에 프로그래밍 방식으로 문서의 PDF 페이지를 추가하는 Python 예제 코드입니다.... PageCollection 컬렉션의 Insert 메서드를 지정된 인덱스로 호출합니다. Save 방법을...as ap # Open document document = ap . Document ( input_pdf )...

    products.aspose.com/pdf/ko/python-net/pages/add/
  7. Mise en Page des Diapositives|Documentation Asp...

    Définir la taille et les options des diapositives PowerPoint en Python... insert_empty_slide ( 0 , layoutSlide...auxPresentation . slides . insert_clone ( 0 , slide ) auxPresentation...

    docs.aspose.com/slides/fr/python-net/slide-layout/
  8. API public et modifications incompatibles avec ...

    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....insert(…) ont été modifiées La signature...méthode IGradientStopCollect void insert(int index, float position,...

    docs.aspose.com/slides/fr/java/public-api-and-b...
  9. 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/ko/net/insert-pdf-pages/
  10. PHP via Java 을 사용하여 PDF에서 페이지를 추가, 이동 또는 삭제합니다....

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

    products.aspose.com/pdf/ko/php-java/pages/