Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 187,806 for

paged

(0.29 sec)
  1. Archiwa

    Archiwa... Dodaj nową Page do dokumentu PDF za pomocą metody...Obraz do strony za pomocą metody Page.getParagraphs().add(Image) ...

    blog.aspose.com/pl/pdf/convert-image-to-pdf-java/
  2. Архивы

    Архивы...loop through pages for page in range(0, doc.page_count): # save...each page as jpg image extractedPage = doc.extract_pages(page...

    blog.aspose.com/ru/words/convert-text-to-image-...
  3. PDFをプログラムで分割する|Aspose.PDF for PHP via Java

    このトピックでは、PHPアプリケーションでPDFページを個々のPDFファイルに分割する方法を示します。...各反復処理で、新しい Document オブジェクトを作成し、個々の Page オブジェクトを空のドキュメントに追加します。 Save...new Document ( $inputFile ); $pages = $document -> getPages ();...

    docs.aspose.com/pdf/ja/php-java/split-document/
  4. 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' ); # すべてのページをループする $pdf_page = 1 ; $total_size = $pdf ->...size(); pdfPage++) while ( $pdf_page <= $total_size ) { # 新しいDocumentオブジェクトを作成する...

    docs.aspose.com/pdf/ja/java/split-pdf-file-into...
  5. Rubyで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 ' ) # すべてのページをループする pdf_page = 1 # for ( int pdfPage = 1...size (); pdfPage ++ ) while pdf_page <= pdf . getPages (). size ()...

    docs.aspose.com/pdf/ja/java/split-pdf-file-into...
  6. Anotaciones adhesivas en PDF usando Python|Aspo...

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto....agregar Anotación page = document . pages [ 1 ] # Crear Anotación...annotations . WatermarkAnnotation ( page , ap . Rectangle ( 100 , 0 ...

    docs.aspose.com/pdf/es/python-net/sticky-annota...
  7. Hapus Halaman PDF|Aspose.PDF for .NET

    Bagian ini menjelaskan cara menghapus halaman PDF dengan Aspose.PDF Facades menggunakan kelas PdfFileEditor....GetDataDir_AsposePdfFacades_Pages (); // Create PdfFileEditor...PdfFileEditor (); // Array of pages to delete var pagesToDelete...

    docs.aspose.com/pdf/id/net/delete-pdf-pages/
  8. วิธีการเพิ่ม Highlight คำอธิบายประกอบโดยใช้ Jav...

    Java ตัวอย่างรหัสเพื่อเพิ่ม Highlight คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับการประยุกต์ใช้ JSP/JSF และการประยุกต์ใช้สก์ท็อป...Highlight คำอธิบายประกอบจากคอลเลกชัน Page.Annotations บันทึกแฟ้มอีกครั้ง..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/th/java/annotation/high...
  9. How to Strike Out Text in PDF using C#

    This tutorial guides on how to strike out text in PDF using C#. It contains environment settings, a step-wise process and a runnable sample code to strike out text in Adobe PDF using C#....Page Product Family Aspose.PSD Product...searching for target text on the page, and then striking out it with...

    kb.aspose.com/pdf/net/how-to-strike-out-text-in...
  10. How to Edit PDF Document in Java

    This article guides on how to edit PDF document in Java. It has the details to set the environment, the program logic and a runnable sample code to edit text in PDF file in Java....Page Product Family Aspose.PSD Product...desired location on a given page Finally, load the file into...

    kb.aspose.com/pdf/java/how-to-edit-pdf-document...