Sort Score
Result 10 results
Languages All
Labels All
Results 7,441 - 7,450 of 187,850 for

paged

(0.95 sec)
  1. บีบอัด TIFF ใน Python

    บีบอัด TIFF ใน Python โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา TIFF ลดขนาดไฟล์ได้อย่างง่ายดาย...tiff", '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. Comprimi WORD In Python

    Comprimi WORD in Python senza perdere qualità. Ottimizza WORD i contenuti, riduci facilmente le dimensioni dei file....docx", '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...
  3. Optimera Filens Innehåll Med Python

    Komprimera filer i Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS utan att förlora kvalitet...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # Ställ in maximal...

    products.aspose.com/words/sv/python-net/compress/
  4. Ngoptimalake Isi File Nggunakake Python

    Kompres file ing Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS tanpa mundhut kualitas...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # Setel ukuran kaca...

    products.aspose.com/words/jv/python-net/compress/
  5. Aspose::Words::Saving::PdfZoomBehavior enum | A...

    Aspose::Words::Saving::PdfZoomBehavior enum. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer in C++....document to fit page width. ZoomFactor 1 Displays the page using the...factor. FitPage 2 Displays the page so it visible entirely. FitWidth...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Démarrage|Documentation

    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....NET Page: Description du produit Page: Formats de fichiers...charge Page: Fonctionnalités Page: Problèmes Connus Page: Installation...

    docs.aspose.com/psd/fr/net/demarrage/
  7. Visio to HTML Conversion Cuts Off Diagram Parts...

    When converting a Visio document to HTML, the resulting diagram appears to be incomplete, with some parts missing. The affected areas are marked in red in the attached screenshot. Steps to Reproduce: Start the sample …... Set Page Size : Ensure that the page size is appropriately...diagram. You can specify the page size using the PageSize class...

    forum.aspose.com/t/visio-to-html-conversion-cut...
  8. PDF to DOCX Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to DOCX document In loop: add...

    products.aspose.com/pdf/cpp/merger/pdf-to-docx/
  9. PDF Sticky Annotations|Aspose.PDF for Java

    Эта тема о липких аннотациях, в качестве примера мы показываем аннотацию водяного знака в тексте. Она используется для представления графики на странице. Ознакомьтесь с фрагментом кода для решения этой задачи....pdf" ); Page page = document . getPages ()....= new WatermarkAnnotation ( page , new Rectangle ( 100 , 500...

    docs.aspose.com/pdf/ru/java/sticky-annotations/
  10. Anotación de Texto en PDF|Aspose.PDF para C++

    Aspose.PDF para C++ le permite Agregar, Obtener y Eliminar Anotaciones de Texto de su documento PDF....colección de Annotations del objeto Page . El siguiente fragmento de..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/es/cpp/text-annotation/