Sort Score
Result 10 results
Languages All
Labels All
Results 5,891 - 5,900 of 186,396 for

paged

(0.32 sec)
  1. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Description...

    docs.aspose.com/ocr/python-net/image-regions-wo...
  2. 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-...
  3. 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/
  4. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove Text based on subtype/form with Aspose.PDF for Python via .NET library. Remove all forms from the PDF....form elements from the first page of a PDF document and then saves...Load the PDF document. Access page resources. Clear form objects...

    docs.aspose.com/pdf/python-net/remove-form/
  5. 使用 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...
  6. إضافة خلفية إلى 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/
  7. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within table entries....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldToc.custom_styles property | Aspose.Words ...

    FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  10. Working with PDF printing|Aspose.PDF for Java

    This section explains how to print PDF file with Aspose.PDF Facades using PdfViewer Class....Default Printer using Printer and Page Settings The PdfViewer class...default printer with printer and page Settings. public static void...

    docs.aspose.com/pdf/java/print-pdf-file/