Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 188,924 for

paged

(0.41 sec)
  1. Aspose split docx file wrongly in Docker, but w...

    I am using Aspose to split a DOCX file into separate DOCX files for each page, and I am creating a Python Azure Function to perform this task. The splitting works correctly in both an Ubuntu Docker image and my local env…...separate DOCX files for each page, and I am creating a Python...of each page is incorrectly moving to the next page. Before split...

    forum.aspose.com/t/aspose-split-docx-file-wrong...
  2. Actualizar Dimensiones de Página en Python|Aspo...

    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....obtener la colección de páginas page_collection = pdf . getPages...página en particular pdf_page = page_collection . get_Item ( 1...

    docs.aspose.com/pdf/es/java/update-page-dimensi...
  3. Work with Tables in C#|Aspose.Words for .NET

    How to work with tables in C#. Introducing to work with tables and Table node concepts in Aspose.Words for .NET.... What is this page about? This page explains how to work...They are also often used as a page layout tool and a better alternative...

    docs.aspose.com/words/net/working-with-tables/
  4. تحويل شكل Visio إلى Html|Documentation

    يشرح هذا القسم كيفية تحويل شكل visio إلى html باستخدام Aspose.Diagram....); // Get a particular page Page page = diagram . getPages ()...particular shape Shape shape = page . getShapes (). get ( 0 ); //...

    docs.aspose.com/diagram/ar/java/convert-a-visio...
  5. Ta bort fält|Documentation

    Det här avsnittet förklarar hur man tar bort fält....vsdx" ) # Get page by name page = diagram . getPages ()...getPage ( "Page-1" ) # Get Visio Shape shape = page . getShapes...

    docs.aspose.com/diagram/sv/python-java/remove-f...
  6. Visio Şeklini Pdf'ye Dönüştür|Documentation

    Bu bölümde, visio şeklinin Aspose.Diagram ile pdf'ye nasıl dönüştürüleceği açıklanmaktadır....); // Get a particular page Page page = diagram . getPages ()...particular shape Shape shape = page . getShapes (). get ( 0 ); //...

    docs.aspose.com/diagram/tr/java/convert-a-visio...
  7. Преобразование формы Visio в Svg|Documentation

    В этом разделе объясняется, как преобразовать форму visio в svg с помощью Aspose.Diagram....); // Get a particular page Page page = diagram . getPages ()...particular shape Shape shape = page . getShapes (). get ( 0 ); //...

    docs.aspose.com/diagram/ru/java/convert-a-visio...
  8. تحديث أبعاد الصفحة في Python|Aspose.PDF for Pyt...

    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....# الحصول على مجموعة الصفحات page_collection = pdf.getPages ()...الحصول على صفحة معينة pdf_page = page_collection.get_Item ( 1 )...

    docs.aspose.com/pdf/ar/python-java/update-page-...
  9. How to Merge PDF using Python via C++|Aspose.PD...

    This page explain how to merge PDF documents into a single PDF file with Python....Open first document Then add pages of second document to the first...Document ( inputFile ) # Add pages of second document to the first...

    docs.aspose.com/pdf/python-cpp/merge-pdf-docume...
  10. Hello World PHP via Java Example|Aspose.PDF for...

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for PHP via Java....Instantiate a Document object Add a Page to document object Create a...Paragraph collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/php-java/hello-world-example/