Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 10,606 for

page count

(0.14 sec)
  1. Convertir un Fichier PDF|Aspose.PDF pour Java

    Cette section explique comment convertir un fichier PDF avec Aspose.PDF Facades en utilisant la classe PdfConverter....Contents [ Hide ] Convertir les Pages PDF en Différents Formats d’Image...(Facades) Pour convertir les pages PDF en différents formats d’image...

    docs.aspose.com/pdf/fr/java/convert-pdf-file/
  2. Добавление таблиц в PDF с помощью Python|Aspose...

    Узнайте, как добавлять и настраивать таблицы в существующих PDF‑документах с помощью Python.... Document () page = document . pages . add () # Initializes...loop to add 10 rows for row_count in range ( 10 ): # Add row to...

    docs.aspose.com/pdf/ru/python-net/adding-tables/
  3. 파이썬에서 PDF의 페이지 수 얻기|Aspose.PDF for 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....pdf' page_count = pdf . getPages () . size...size () print "페이지 수:" . page_count 실행 코드 다운로드 아래 언급된 소셜 코딩 사이트...

    docs.aspose.com/pdf/ko/java/get-page-count-of-p...
  4. 파이썬에서 프로그래밍 방식으로 PDF 분할|Aspose.PDF for Python v...

    이 주제는 파이썬 애플리케이션에서 PDF 페이지를 개별 PDF 파일로 분할하는 방법을 보여줍니다....반복마다 새로운 Document 객체를 생성하고 개별 Page 객체를 빈 문서에 추가합니다. save() 메서드를.... Document ( input_pdf ) page_count = 1 # 모든 페이지를 순회합니다 for pdfPage...

    docs.aspose.com/pdf/ko/python-net/split-pdf-doc...
  5. PDF ถึง JPEG ผสานโดยใช้ Python | Aspose.PDF

    รวมเอกสาร PDF สองไฟล์ขึ้นไปเป็นไฟล์เดียว JPEG แบบโปรแกรมด้วยรหัสตัวอย่าง Python โดยใช้ Aspose.PDF สำหรับ Python for .NET...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/th/python-net/merger/pd...
  6. PDF به PNG ادغام با استفاده از Python | Aspose.PDF

    دو یا چند سند PDF را در یک فایل PNG واحد به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET ترکیب کنید...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/fa/python-net/merger/pd...
  7. الحصول على عدد صفحات PDF في بايثون|Aspose.PDF f...

    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' page_count = pdf.getPages().size() print...الصفحات:" . page_count تحميل الكود الجاري قم بتحميل Get Page Count (Aspose...

    docs.aspose.com/pdf/ar/python-java/get-page-cou...
  8. C++를 사용하여 PDF 문서 열기|Aspose.PDF for C++

    Aspose.PDF의 다음 코드 조각으로 PDF 문서를 여는 C++ 라이브러리를 사용하십시오....-> get_Pages () -> get_Count (); std :: cout << "Pages " << countPages...-> get_Pages () -> get_Count (); std :: cout << "Pages " << countPages...

    docs.aspose.com/pdf/ko/cpp/open-pdf-document/
  9. PHP에서 PDF의 페이지 수 가져오기|Aspose.PDF for 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....pdf' ); $page_count = $pdf -> getPages () ->...size (); print "페이지 수:" . $page_count . PHP_EOL ; 실행 코드 다운로드 다음...

    docs.aspose.com/pdf/ko/java/get-page-count-of-p...
  10. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....): page_setup = cell_range . worksheet . page_setup page_setup...cell_range . address page_setup . left_margin = 0.0 page_setup . right_margin...

    docs.aspose.com/slides/python-net/working-solut...