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

paged

(0.32 sec)
  1. 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/
  2. إضافة خلفية إلى 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/
  3. 使用 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...
  4. 使用 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...
  5. 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-...
  6. 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...
  7. Manage print tickets of XPS files | .NET

    .NET API Solution to work with XPS. Includes the functionality to manage print tickets. C# examples on how to create, edit, get and link them....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/print-tickets-xps/
  8. Extraire un paragraphe d'un PDF|Aspose.PDF pour...

    Cet article décrit comment utiliser ParagraphAbsorber - un outil spécial dans Aspose.PDF pour extraire du texte de documents PDF....régulières”) à partir d’une seule page ou de tout le document, ou nous...complet d’une seule page, d’une plage de pages ou de l’ensemble...

    docs.aspose.com/pdf/fr/java/extract-paragraph-f...
  9. Создание PDF документа|Aspose.PDF для Python че...

    Эта страница описывает, как создать PDF документ с нуля с помощью Aspose.PDF для Python через библиотеку C++....Получить объект document_get_pages , содержащий все страницы в...страниц page_collection_add_page и возвращает объект Page, представляющий...

    docs.aspose.com/pdf/ru/python-cpp/create-document/
  10. Create AcroForm - Create Fillable PDF in Java|A...

    Create AcroForm fields from scratch in PDF documents using Aspose.PDF for Java....a new PDF Document and add a page. Create a TextBoxField with...document = new Document ()) { Page page = document . getPages ()....

    docs.aspose.com/pdf/java/create-form/