Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 187,961 for

paged

(0.43 sec)
  1. Dividir PDF programaticamente em Python|Aspose....

    Este tópico mostra como dividir páginas de PDF em arquivos PDF individuais em suas aplicações Python via C++.... pages . count ()): page = document . pages [ pageCount...Document () newDocument . pages . copy_page ( page ) newDocument . save...

    docs.aspose.com/pdf/pt/python-cpp/split-pdf-doc...
  2. Ejemplo de Hola Mundo usando el lenguaje C#|Asp...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF... Agregar una Page al objeto documento. Crear un...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/es/net/hello-world-example/
  3. Aspose.PDF for Python

    Cette API vous permet d'effectuer toutes sortes d'opérations sur les fichiers PDF, y compris la création, l'édition et la conversion, etc. dans des applications Python....Page Product Family Aspose.PSD Product...Python Comment supprimer des pages d'un PDF à l'aide de Python...

    kb.aspose.com/fr/pdf/python/page/3/
  4. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...TextFragment(“Heading 3”); Page page = doc.getPages().add(); page.getParagraphs()...getParagraphs().add(tf); page.getParagraphs().add(tf2); page.getParagraphs()...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...
  5. PDF به HTML ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند PDF را در یک فایل HTML واحد به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ ترکیب کنید...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/fa/cpp/merger/pdf-to-html/
  6. EPS to PNG Conversion API | Node.js

    EPS to PNG conversion from Aspose.Page for Node.js. Works in Node.js Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/nodejs-cpp/conversion/...
  7. PS to JPEG Conversion API | Node.js

    PS to JPEG conversion from Aspose.Page for Node.js. Works in Node.js Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/nodejs-cpp/conversion/...
  8. EPS to JPEG Conversion API | Node.js

    EPS to JPEG conversion from Aspose.Page for Node.js. Works in Node.js Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/nodejs-cpp/conversion/...
  9. Instalación y ejecución de ejemplos | Node.js a...

    Aprenda sobre cómo instalar y usar Aspose.Page para Node.js. Encuentre ejemplos de código para una mejor comprensión....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/nodejs-cpp/installation/
  10. Adicionar Objeto Arco ao arquivo PDF|Aspose.PDF...

    Este artigo explica como criar um objeto arco no seu PDF usando Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/pt/net/add-arc/