Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 142,254 for

paged

(0.07 sec)
  1. A(Z) WORD Konvertálása A Következőre: JPG Python

    A(z) WORD JPG formátumba Python kóddal. WORD mentése JPG a Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hu/python-net/convers...
  2. A(Z) HTML Konvertálása A Következőre: Kép Javas...

    A(z) HTML Kép formátumba JavaScript kóddal. HTML mentése Kép a JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/hu/nodejs-net/convers...
  3. PDFファイルに曲線オブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFに曲線オブジェクトを作成する方法を説明します。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/ja/net/add-curve/
  4. PageInfo class | Aspose.Words for Python

    aspose.words.rendering.PageInfo class. Represents information about a particular document page...about a particular document page. To learn more, visit the Rendering...documentation article. Remarks The page width and height returned by...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Redakcja interfejsu API PDF | Aspose.PDF

    Redaguj dokumenty PDF za pomocą bezpłatnych aplikacji wieloplatformowych i interfejsów API High Code dla dowolnej platformy.... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { Page page = textFragment . Page ; Rectangle annotationRectangle...

    products.aspose.com/pdf/pl/redaction/
  6. Изменение размера страницы PDF с помощью Python...

    Измените размер страницы в вашем PDF документе с использованием библиотеки Aspose.PDF для Python через .NET.... Класс Page содержит метод set_page_size() , который...страницу. Вызовите метод set_page_size(), чтобы обновить ее размеры...

    docs.aspose.com/pdf/ru/python-net/change-page-s...
  7. Extraire toutes les images des formes dans Visi...

    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....dans Visio Contents [ Hide ] La Page L’objet de classe représente...dessin d’une page de premier plan ou d’une page d’arrière-plan...

    docs.aspose.com/diagram/fr/net/extract-all-imag...
  8. 将 PDF 文件拆分为单独页面的 Python 实现|Aspose.PDF for Java

    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....pdf' # 遍历所有页面 pdf_page = 1 total_size = pdf . getPages...getPages () . size () while ( pdf_page <= total_size ): # 创建一个新的 Document...

    docs.aspose.com/pdf/zh/java/split-pdf-file-into...
  9. Splitter.ExtractPages | Aspose.Words for .NET

    Effortlessly extract specific pages from any document with our Splitter ExtractPages method. Save them in your desired format for easy access!...Extracts a specified range of pages from a document file and saves...saves the extracted pages to a new file. The output file format...

    reference.aspose.com/words/net/aspose.words.low...
  10. Duplicate image is creating when i try to conve...

    Duplicate image is creating when i try to convert into pdf is there any issue in this sample code? class ImageProcessor implements FileProcessor { @Override public void processFile(Document pdfDocument, File file) { …...50 * 72; Page page = pdfDocument.getPages().add(); page.setPageSize(pageWidth...(VerticalAlignment.Center); page.getParagraphs().add(image);...

    forum.aspose.com/t/duplicate-image-is-creating-...