Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 192,335 for

paged

(1.94 sec)
  1. Membuat Tautan di File PDF dengan C++|Aspose.PD...

    Bagian ini menjelaskan cara membuat tautan dalam dokumen PDF Anda dengan C++....properti Annotations dari objek Page. Terakhir, simpan PDF yang diperbarui...dari file PDF auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/id/cpp/create-links/
  2. Memotong Halaman PDF secara Programatik C#|Aspo...

    Anda dapat mendapatkan properti halaman, seperti lebar, tinggi, bleed-, crop- dan trimbox menggunakan Aspose.PDF for .NET.... Page.Rect : irisan (rectangle yang...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/id/net/crop-pages/
  3. Köprülerle Çalışmak|Documentation

    Bu bölümde, Aspose.Diagram ile Visio Şeklinde Köprü ekleme veya Köprü alma açıklanmaktadır....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // Get shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/tr/net/working-with-hyp...
  4. Python을 통한 C++로 PDF 페이지 회전|Aspose.PDF for Pytho...

    이 주제는 Python을 통해 C++로 기존 PDF 파일의 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다....document_get_pages’를 사용하여 문서에서 페이지 컬렉션을 가져옵니다. ‘apCore.page_collection_get_page’를...page_collection_get_page’를 사용하여 페이지 컬렉션에서 첫 번째 페이지를 가져옵니다. ‘apCore.page_set_rotate’를...

    docs.aspose.com/pdf/ko/python-cpp/rotate-pages/
  5. TableAbsorber not identifying tables without bo...

    Hello, I am converting a Word document to PDF and using TableAbsorber to manipulate tables in the resulting PDF. I have noticed when the table in the Word document has borders then TableAbsorber can identify it in the…...Page page in pdfWithBorder.Pages) { absorber.Visit(page);...Visit(page); foreach (AbsorbedTable pdfTable in absorber.TableList)...

    forum.aspose.com/t/tableabsorber-not-identifyin...
  6. Agregar fondo a PDF|Aspose.PDF for .NET

    Agregar imagen de fondo a su archivo PDF con C#. Utilice el objeto BackgroundArtifact.... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/es/net/add-backgrounds/
  7. إضافة خلفية إلى PDF|Aspose.PDF for .NET

    إضافة صورة خلفية إلى ملف PDF الخاص بك باستخدام C#. استخدم كائن BackgroundArtifact.... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/ar/net/add-backgrounds/
  8. 使用 Python 程序化拆分 PDF|Aspose.PDF for Python via .NET

    本主题展示如何在您的 Python 应用程序中将 PDF 页面拆分为单个 PDF 文件。...对于每次迭代,创建一个新的 Document 对象,并将单个 Page 对象添加到空文档中 使用 save() 方法保存新的 PDF...ap . Document ( input_pdf ) page_count = 1 # 遍历所有页面 for pdfPage...

    docs.aspose.com/pdf/zh/python-net/split-pdf-doc...
  9. 使用 Python 删除 PDF 文件中的图像|Aspose.PDF for Python v...

    了解如何在 Python 中从 PDF 文件中删除特定图像或全部图像。... pages [ 1 ] . resources . images ...delete_all_images_from_page ( infile , outfile , page_number ): document...

    docs.aspose.com/pdf/zh/python-net/delete-images...
  10. Extraire des Images du PDF|Aspose.PDF pour PHP ...

    Comment extraire une partie de l'image du PDF en utilisant Aspose.PDF pour PHP...PDF Contents [ Hide ] Chaque page dans le document PDF contient...d’une page, nous devons obtenir une référence à la page, ensuite...

    docs.aspose.com/pdf/fr/php-java/extract-images-...