Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 143,534 for

paged

(0.26 sec)
  1. Öppna AI-fil online | products.aspose.com

    Öppna AI-fil online...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/sv/open-ai-online/
  2. AI file online Viewer | products.aspose.com

    View AI file online with the Aspose built-in app...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/ai/
  3. PDF 파일에 타원 객체 추가|Aspose.PDF for Java

    이 문서에서는 Aspose.PDF for Java를 사용하여 PDF에 타원 객체를 생성하는 방법을 설명합니다....// PDF 파일의 페이지 컬렉션에 페이지 추가 Page page = pdfDocument . getPages ()...// 페이지의 단락 컬렉션에 Graph 객체 추가 page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/ko/java/add-ellipse/
  4. Niveaux logiques des nœuds dans un document dan...

    Dans la documentation Aspose.Words pour .NET, les niveaux logiques de nœuds sont mentionnés: niveau bloc, niveau en ligne ou niveau ligne en utilisant C#. Le niveau de nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud....définir sa propre taille de page, ses marges, son orientation...que ses en-têtes et pieds de page. Les nœuds de niveau Document...

    docs.aspose.com/words/fr/net/logical-levels-of-...
  5. حذف النماذج من PDF في C#|Aspose.PDF for .NET

    إزالة النص بناءً على النوع الفرعي/النموذج باستخدام مكتبة Aspose.PDF for .NET. إزالة جميع النماذج من PDF....from the first page var forms = document . Pages [ 1 ]. Resources...from the first page var forms = document . Pages [ 1 ]. Resources...

    docs.aspose.com/pdf/ar/net/remove-form/
  6. Hapus Form dari PDF di C#|Aspose.PDF for .NET

    Hapus Teks berdasarkan subtype/form dengan pustaka Aspose.PDF for .NET. Hapus semua form dari PDF....from the first page var forms = document . Pages [ 1 ]. Resources...from the first page var forms = document . Pages [ 1 ]. Resources...

    docs.aspose.com/pdf/id/net/remove-form/
  7. How to Find and Replace Text in PDF using Python

    This article assists on how to find and replace text in PDF using Python. It provides information about setting the environment and a runnable sample code to replace text in a PDF using Python....Page Product Family Aspose.PSD Product...on all the pages of a PDF or on a particular page as per the...

    kb.aspose.com/pdf/python/how-to-find-and-replac...
  8. XPS Package | Cross-package operations | C++

    C++ API Solution to work with XPS. Use multiple document elements within the same XPS Package for cross-package operations. C++ examples on how to do it....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/cross-package-oper...
  9. Mengubah ukuran halaman dalam file PDF|Aspose.P...

    Cobalah untuk mempelajari cara mengubah ukuran halaman dalam file PDF menggunakan PdfPageEditor Class.... Properti Pages dapat digunakan untuk menetapkan...pdf" ); // Change page size of the selected pages pdfPageEditor ...

    docs.aspose.com/pdf/id/net/changing-page-sizes-...
  10. 程序化拆分PDF|Aspose.PDF for PHP via Java

    本主题展示如何在您的PHP应用程序中将PDF页面拆分为单独的PDF文件。...对于每次迭代,创建一个新的 Document 对象并将单个 Page 对象添加到空文档中。 使用 Save 方法保存新的 PDF。...new Document ( $inputFile ); $pages = $document -> getPages ();...

    docs.aspose.com/pdf/zh/php-java/split-document/