Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 189,672 for

paged

(0.19 sec)
  1. บีบอัด DOCX ใน Python

    บีบอัด DOCX ใน Python โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา DOCX ลดขนาดไฟล์ได้อย่างง่ายดาย...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # กำหนดขนาดหน้าสู...

    products.aspose.com/words/th/python-net/compres...
  2. Компресиране На WORD В Python

    Компресирайте WORD в Python, без да губите качество. Оптимизирайте съдържанието на WORD, намалявайте размера на файла лесно....docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # Задайте максимален...

    products.aspose.com/words/bg/python-net/compres...
  3. บีบอัด WORD ใน Python

    บีบอัด WORD ใน Python โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา WORD ลดขนาดไฟล์ได้อย่างง่ายดาย...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # กำหนดขนาดหน้าสู...

    products.aspose.com/words/th/python-net/compres...
  4. Comprimi DOC In Python

    Comprimi DOC in Python senza perdere qualità. Ottimizza DOC i contenuti, riduci facilmente le dimensioni dei file....doc", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # Imposta la dimensione...

    products.aspose.com/words/it/python-net/compres...
  5. Comprimi HTML In Python

    Comprimi HTML in Python senza perdere qualità. Ottimizza HTML i contenuti, riduci facilmente le dimensioni dei file....html", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # Imposta la dimensione...

    products.aspose.com/words/it/python-net/compres...
  6. Einführung | Aspose.Note Dokumentation

    Dieses Dokument bietet eine Einführung in das Netto -Framework und seine wichtigsten Funktionen....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/de/net/introduction/
  7. Options de conversion courantes | Aspose.Tasks ...

    Un guide des options de conversion courantes pour les fichiers Microsoft Project MPP....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/tasks/fr/net/common-conversions...
  8. Trabajar con temas|Documentation

    Esta sección explica cómo aplicar un tema predeterminado a una página o una forma con Aspose.Diagram....of Page class to be set theme Page page = diagram . Pages [ 0...PresetTheme property of the Page instance page . PresetTheme = PresetThemeValue...

    docs.aspose.com/diagram/es/net/working-with-the...
  9. Lưu trữ

    Lưu trữ...vào tài liệu trống Page page = doc.Pages.Add(); Aspose.Pdf.Image...Thêm hình ảnh trên một trang page.Paragraphs.Add(image); // Lưu...

    blog.aspose.com/vi/pdf/images-to-pdf-csharp/
  10. 档案

    档案...Document(); // 在空文档中添加空页面 Page page = doc.Pages.Add(); Aspose.Pdf.Image...image.File = (path); // 在页面上添加图像 page.Paragraphs.Add(image); // 保存输出...

    blog.aspose.com/zh/pdf/images-to-pdf-csharp/