Sort Score
Result 10 results
Languages All
Labels All
Results 7,071 - 7,080 of 184,136 for

paged

(0.16 sec)
  1. ضغط 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/ar/python-net/compres...
  2. Comprimi JPG In Python

    Comprimi JPG in Python senza perdere qualità. Ottimizza JPG i contenuti, riduci facilmente le dimensioni dei file....jpg", '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. Unable to Find References to Exhibits along wit...

    Hello Aspose Support, I am using Aspose.PDF for .NET (version 25.4.0) to process PDF documents that contain embedded files (attachments). My goal is to programmatically identify all places in the PDF where these embedde…...through all annotations on all pages, checking for: • FileAttachmentAnnota...Name}”); } foreach (var page in pdfDocument.Pages) { foreach (Aspose...

    forum.aspose.com/t/unable-to-find-references-to...
  4. 기존 PDF의 테이블 조작|Aspose.PDF for Python via .NET

    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.... pages [ 1 ]) # 페이지의 첫 번째 테이블, 첫 번째...absorber . visit ( pdf_document . pages [ 1 ]) # 페이지에서 첫 번째 표 가져오기 table...

    docs.aspose.com/pdf/ko/python-net/manipulate-ta...
  5. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Aspose.Cells for Python via .NET sample code to determine if Paper Size of Worksheet is Automatic programmatically....page_setup.IsAutomaticPaperSize property...is automatic or not via the Page Setup window as shown in this...

    docs.aspose.com/cells/python-net/determine-if-p...
  6. PowerPoint→XPS-複数の問題 - Free Support Forum - asp...

    ① 不具合の概要 Aspose.slides 25.5.0を使用しXPSへ変換した際に、複数の不具合が発生していることを確認いたしました。詳細な内容は以下の通りです。また、これらの問題を解決するための対処方法についてご指導をお願い申し上げます。 ② 添付ファイルの説明 PowerPointErrorファイルリンク ・ErrorReport_PowerPoint.xlsx: 不具合事象のリストを記載しております。このエクセルには以…...all fixes on the Release Notes page. You can also find the latest...library on the Product Download page. aspose.notifier September 4...

    forum.aspose.com/t/powerpoint-xps/313167
  7. Aspose.Words API Demonstration for Spring 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....you are on the following main page of the Web application: Aspose...Words API On the bottom of the page, you will see the Aspose Java...

    docs.aspose.com/total/java/aspose-words-api-dem...
  8. Memperbarui Dimensi Halaman di Python|Aspose.PD...

    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' # dapatkan koleksi halaman page_collection = pdf.getPages ()...dapatkan halaman tertentu pdf_page = page_collection.get_Item ( 1 )...

    docs.aspose.com/pdf/id/python-java/update-page-...
  9. Memperbarui Dimensi Halaman dalam Python|Aspose...

    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' # dapatkan koleksi halaman page_collection = pdf . getPages...dapatkan halaman tertentu pdf_page = page_collection . get_Item ( 1...

    docs.aspose.com/pdf/id/java/update-page-dimensi...
  10. إنشاء مستند PDF برمجياً|Aspose.PDF لـ Python عب...

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام Aspose.PDF for Python عبر مكتبة .NET....فئة Document أضف كائن Page إلى مجموعة Pages لكائن الوثيقة أضف TextFragment...Document () # أضف صفحة page = document . pages . add () # تهيئة كائن...

    docs.aspose.com/pdf/ar/python-net/create-document/