Sort Score
Result 10 results
Languages All
Labels All
Results 5,221 - 5,230 of 192,338 for

paged

(0.22 sec)
  1. Python kullanarak PDF'ye Barkod ekle | Python k...

    Aspose.PDF for Python via .NET kullanarak PDF dosyalarına barkod eklemeyi öğrenin. Bu adım‑adım rehber, kod, kurulum ve performans ipuçlarını kapsar....add a page document = ap . Document( "input.pdf" ) page = document...document . pages . add() page . set_page_size( 595 , 842 ) Barkod...

    blog.aspose.com/tr/pdf/add-barcode-to-pdf-in-py...
  2. Imaging of Handwritten One Note Notes is not re...

    Hi, I am using below Aspose Note version [group: ‘com.aspose’, name: ‘aspose-note’, version: ‘24.12’, classifier: ‘jdk17’], Using below code, I am trying to create Images of One Note files which has multiple pages and…...which has multiple pages and single pages as well with Handwritten...content is rendered as a blank page when you convert the OneNote...

    forum.aspose.com/t/imaging-of-handwritten-one-n...
  3. How to Convert PUB to JPG in C#

    This brief tutorial explains how to convert PUB to JPG in C#. It describes setting up the environment, then algorithm and finally a code snippet is presented to cover all the details related to the process to convert Publisher to JPG in C#....Page Product Family Aspose.PSD Product...file to process each page Iterate each page of the PDF document...

    kb.aspose.com/pub/net/how-to-convert-pub-to-jpg...
  4. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Type...

    docs.aspose.com/ocr/java/image-regions-line-find/
  5. Öffentlich API Änderungen in Aspose.Diagram 16....

    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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/de/net/public-api-chang...
  6. Público API Cambios en Aspose.Diagram 16.11.0|D...

    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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/es/net/public-api-chang...
  7. API عام تغييرات في Aspose.Diagram 16.11.0|Docum...

    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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/ar/net/public-api-chang...
  8. Excluir páginas PDF em Python|Aspose.PDF for Py...

    Aprenda como excluir páginas de arquivos PDF em Python....pdf as ap def delete_page ( input_file_name : str , output_file_name...input_file_name ) document . pages . delete ( 2 ) document . save...

    docs.aspose.com/pdf/pt/python-net/delete-pages/
  9. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames page or a single frame on a frames page...Represents a frames page or a single frame on a frames page. To learn more...items, this instance is a frames page, otherwise it is a single frame...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Añadir Objeto Línea al Archivo PDF|Aspose.PDF p...

    Este artículo explica cómo crear un objeto línea en su PDF usando Aspose.PDF para Java....de páginas del archivo PDF Page page = pdfDocument . getPages ()...párrafos de la instancia de página page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/es/java/add-line/