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

paged

(0.18 sec)
  1. Instalação | Python via .NET

    Biblioteca Python para os desenvolvedores processarem arquivos PS, EPS e XPS. Aprenda a instalar a solução API Aspose.Page para Python....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/python-net/installation/
  2. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your document's first page with unique headers and footers for a professional touch....footer is used on the first page. public bool DifferentFirstPageHe...footers for first, even and odd pages. builder . PageSetup . DifferentFirstPageHe...

    reference.aspose.com/words/net/aspose.words/pag...
  3. Converting a DICOM file to PDF using Python | A...

    Sample code on Python for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...initializes the document with no pages or content. Use the add() method...

    products.aspose.com/pdf/python-net/conversion/d...
  4. Удалить штампы глобально|Aspose.PDF for Python ...

    Этот пример демонстрирует, как удалить аннотации «резиновый штамп» глобально на всех страницах PDF с использованием Aspose.PDF for Python via the Facades API. Он показывает, как удалять штампы по идентификатору без указания отдельных страниц....multiple pages so global deletion is meaningful for page in range...content_editor . create_rubber_stamp ( page , apd . Rectangle ( 120 , 500...

    docs.aspose.com/pdf/ru/python-net/delete-stamps...
  5. Изменение размеров страниц в PDF-файле|Aspose.P...

    Попробуйте узнать, как изменить размеры страниц в PDF-файле, используя класс PdfPageEditor.... Свойство Pages можно использовать для указания...pdf" ); // Change page size of the selected pages pdfPageEditor ...

    docs.aspose.com/pdf/ru/net/changing-page-sizes-...
  6. Excluir Selos Globalmente|Aspose.PDF for Python...

    Este exemplo demonstra como excluir anotações de selo de borracha globalmente em todas as páginas de um PDF usando Aspose.PDF for Python via a API Facades. Ele mostra como remover selos por ID sem especificar páginas individuais....multiple pages so global deletion is meaningful for page in range...content_editor . create_rubber_stamp ( page , apd . Rectangle ( 120 , 500...

    docs.aspose.com/pdf/pt/python-net/delete-stamps...
  7. Extract Images from PDF|Aspose.PDF for Java

    How to extract a part of the image from PDF using Aspose.PDF for Java...from PDF Contents [ Hide ] Each page in PDF document contain resources...image from page, we need to get reference to the page, next to...

    docs.aspose.com/pdf/java/extract-images-from-th...
  8. Tworzenie pliku PDF przy użyciu Python | Aspose...

    W tym temacie pokazano, jak używać Aspose.PDF for Python API do łatwego generowania i odczytywania plików PDF w aplikacjach Pythona....Dodaj stronę za pomocą metody Pages.add (). Utwórz nowy obiekt TextFragment...Document () # Add page page = document . pages . add () # Add text...

    products.aspose.com/pdf/pl/python-net/create/
  9. Tracking recognition progress|Documentation

    How to track the process of batch recognition and text extraction from multipage documents....event, which is raised when a page or file from a batch is processed...Console . WriteLine ( $"Read page: {e.CurrentPage} | image: {e...

    docs.aspose.com/ocr/net/track-progress/
  10. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....for page in table . pages : print ( "page:" + str ( page . page_index...page_index )) for row in page . rows : print ( "row:" + str (...

    docs.aspose.com/ocr/python-net/table-recognition/