Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 181,402 for

paged

(0.12 sec)
  1. Kompresuj PDF W Python

    Skompresuj PDF w Python bez utraty jakości. Zoptymalizuj PDF zawartość, łatwo zmniejsz rozmiar pliku....pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # Ustaw maksymalny...

    products.aspose.com/words/pl/python-net/compres...
  2. Komprimer PDF I Python

    Komprimer PDF i Python uden at miste kvalitet. Optimer PDF indhold, reducer nemt filstørrelsen....pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # Indstil maksimal...

    products.aspose.com/words/da/python-net/compres...
  3. Saspiest PDF Python

    Saspiest PDF Python, nezaudējot kvalitāti. Optimizējiet PDF saturu, viegli samaziniet faila lielumu....pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # Iestatiet maksimālo...

    products.aspose.com/words/lv/python-net/compres...
  4. Стиснути PDF У Python

    Стисніть PDF у Python без втрати якості. Оптимізуйте вміст PDF, легко зменшуйте розмір файлу....pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # Встановіть максимальний...

    products.aspose.com/words/uk/python-net/compres...
  5. How to Set Print Titles|Documentation

    This article provides code demonstrating how to set print titles using the Aspose.Cells library....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons why you...

    docs.aspose.com/cells/net/how-to-set-print-titles/
  6. How to Set Print Titles|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons why you...

    docs.aspose.com/cells/java/how-to-set-print-tit...
  7. TextBox not converting correctly to PDF - Free ...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...all the pages foreach (Page page in pdfDocument.Pages) { // Adjust...and CropBox page.MediaBox = new Rectangle( page.MediaBox.LLX...

    forum.aspose.com/t/textbox-not-converting-corre...
  8. PageSavingArgs.PageStream | Aspose.Words for .NET

    Discover the PageStream property of PageSavingArgs, enabling seamless document page saving to your desired stream for efficient file management....the stream where the document page will be saved to. public Stream...allows you to save document pages to streams instead of files...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....to paragraphs collection of page. Create and Configure the Line...() # Add page to pages collection of PDF file page = document...

    docs.aspose.com/pdf/python-net/add-line/
  10. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。... 获取要添加链接的 Page 。 使用 Page 和 Rectangle 对象创建一个 LinkAnnotation...LaunchAction 对象时,指定您想启动的应用程序。 将链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document...

    docs.aspose.com/pdf/zh/java/create-links/