Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 184,592 for

paged

(0.14 sec)
  1. Como alterar o tamanho da página do PDF usando ...

    Este pequeno tutorial se concentra em como alterar o tamanho da página do PDF usando Python. Ele abrange todos os detalhes para configurar o ambiente, fluxo de programa passo a passo e um código de amostra executável para demonstrar o processo para alterar o tamanho da página PDF usando Python....Page Product Family Aspose.PSD Product...Chame o método set_page_size() da classe Page e forneça um novo...

    kb.aspose.com/pt/pdf/python/how-to-change-page-...
  2. Supprimer le surlignage d’un PDF à l’aide de Py...

    Suivez cet article pour supprimer le surlignage d’un PDF à l’aide de Python. Il contient des détails pour configurer l’IDE, une liste d’étapes et un exemple de code montrant comment effacer le surlignage dans un PDF à l’aide de Python en supprimant toutes les annotations ou une annotation particulière....Page Product Family Aspose.PSD Product...surlignés Parcourir toutes les pages du PDF et collecter toutes les...

    kb.aspose.com/fr/pdf/python/remove-highlight-fr...
  3. IDocumentProcessorPlugin | Aspose.Words for Java

    Defines an interface for external document processor plugin in Java....Adds image watermark on each page of the document loaded by load(java...Adds text watermark on each page of the document loaded by load(java...

    reference.aspose.com/words/java/com.aspose.word...
  4. HtmlSaveOptions.ExportTocPageNumbers | Aspose.W...

    Control TOC page numbers in HTML, MHTML, and EPUB exports with HtmlSaveOptions. Enhance navigation and user experience effortlessly!...property Specifies whether to write page numbers to table of contents...Examples Shows how to display page numbers when saving a document...

    reference.aspose.com/words/net/aspose.words.sav...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Dodawanie, przenoszenie lub usuwanie stron w formacie PDF przy użyciu Python https://products.aspose.com/pdf/pl/python-net/pages/ Recent conten......com/pdf/pl/python-net/pages/ Recent content in Dodawanie...aspose.com/pdf/pl/python-net/pages/index.xml self application/rss+xml...

    products.aspose.com/pdf/pl/python-net/pages/ind...
  6. Procurar

    Procurar...páginas como JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/pt/words/convert-html-to-image-...
  7. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method... write ( "\nThis is page " ); builder . insertField (...getFieldCode ()). toEqual ( " PAGE " ); if ( updateInsertedFields...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/cpp/convert/bmp-to-eps/
  9. Archivo

    Archivo...MakeObject<Document>(); auto pages = doc->get_Pages(); pages->Add(); // Numeración...1 auto page = pages->idx_get(1); auto paragraps = page->get_Paragraphs();...

    blog.aspose.com/es/pdf/create-pdf-files-in-cpp-...
  10. Archivo

    Archivo...a la página usando el método Page.getAnnotations().add() . Guarde...Obtener referencia de la página Page page = document.getPages().get_Item(1);...

    blog.aspose.com/es/pdf/add-hyperlinks-in-pdf-us...