Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 192,335 for

paged

(0.2 sec)
  1. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....tiff", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...range(0, len(pages_stream)): # Set maximum page size to avoid...

    products.aspose.com/words/python-net/compress/t...
  2. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....jpg", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...range(0, len(pages_stream)): # Set maximum page size to avoid...

    products.aspose.com/words/python-net/compress/jpg/
  3. C#を使用してPDFに画像を追加|Aspose.PDF for .NET

    このセクションでは、C#ライブラリを使用して既存のPDFファイルに画像を追加する方法について説明します。...Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/ja/net/add-image-to-existin...
  4. Work with PDF Operators in Python|Aspose.PDF fo...

    Learn how to use low-level PDF operators in Python for precise content stream manipulation and graphics control....painting a graphical shape on the page. An operator keyword is distinguished...elements to be painted on a page. More details about PDF operators...

    docs.aspose.com/pdf/python-net/working-with-ope...
  5. 在 Python 中向现有 PDF 添加图像|Aspose.PDF for Python vi...

    了解如何在 Python 中向现有 PDF 文件添加图像,放置在固定坐标位置,设置替代文本,并使用图像压缩。...pages[1] 针对第一页)。 调用 page.add_image() 使用: 图像文件路径。...Document ( infile ) page = document . pages [ 1 ] page . add_image (...

    docs.aspose.com/pdf/zh/python-net/add-image-to-...
  6. Работа со страницами в PS-файле | Python

    Как добавить страницы в файл PS — это вопрос, на который отвечает Aspose.Page. Узнайте, как использовать функциональность в Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/ru/python-net/ps/working-w...
  7. Configurer les titres d impression avec Python....

    Apprenez comment configurer les en têtes de lignes/colonnes répétées sur les pages imprimées en utilisant Aspose.Cells for Python via .NET....colonnes sont répétées sur chaque page imprimée, ce qui est particulièrement...qui s’étendent sur plusieurs pages. Voici quelques raisons pour...

    docs.aspose.com/cells/fr/python-net/how-to-set-...
  8. Exemple de Hello World en utilisant le langage ...

    Cet exemple montre comment créer un document PDF simple "Hello, World!" en utilisant Aspose.PDF pour Python... Obtenez la collection de pages du document en utilisant la...document_get_pages . Ajouter une nouvelle page à la collection...

    docs.aspose.com/pdf/fr/python-cpp/hello-world-e...
  9. PageSavingArgs.KeepPageStreamOpen | Aspose.Word...

    Discover how the KeepPageStreamOpen property in PageSavingArgs enhances document management with Aspose.Words by controlling stream behavior for optimal performance....close it after saving a document page. public bool KeepPageStreamOpen...property after writing a document page into it. Specify true to keep...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Rotate PDF using PHP | Aspose.PDF

    Rotate PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java...Rotate PDF Pages with PHP In order to rotate PDF file, we’ll...more details check the GitHub page. How to Rotate PDF documents...

    products.aspose.com/pdf/php-java/rotate/