Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 184,229 for

paged

(0.18 sec)
  1. Aspose::Words::Document::UpdatePageLayout metho...

    Aspose::Words::Document::UpdatePageLayout method. Rebuilds the page layout of the document in C++....Document::UpdatePageLayout method Rebuilds the page layout of the document. void...formats a document into pages and updates the page number related fields...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. أرشيف

    أرشيف...جديدة إلى الصفحة باستخدام طريقة Page.getParagraphs().أضف (صورة) ...مجموعة الصفحات من الوثيقة Page page = doc.getPages().add(); //...

    blog.aspose.com/ar/pdf/convert-image-to-pdf-java/
  3. 搜索

    搜索...Pages 集合中的索引存取所需的 PDF 頁面。 使用 Document.Pages.Insert(int...Insert(int pageNumber, Page page) 方法將頁面的複製插入 PDF 中。 最後,使用 Document.Save(string...

    blog.aspose.com/zh-hant/pdf/copy-pdf-pages-in-c...
  4. Arşiv

    Arşiv... Page.getParagraphs().add(Image) yöntemini...koleksiyonuna sayfa ekleme Page page = doc.getPages().add(); //...

    blog.aspose.com/tr/pdf/convert-image-to-pdf-java/
  5. Trabalhar com Páginas num ficheiro PS | Java

    Como adicionar páginas a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/java/ps/working-with-pa...
  6. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....// Add page to pages collection of PDF file auto page = document...document -> get_Pages () -> Add (); // Create Drawing object with...

    docs.aspose.com/pdf/cpp/add-ellipse/
  7. التعليقات التوضيحية الإضافية باستخدام Python|As...

    يصف هذا القسم كيفية إضافة، الحصول على، وحذف أنواع إضافية من التعليقات التوضيحية من مستند PDF الخاص بك.... pages [ 1 ], ap . Rectangle ( 200...ap . Color . blue document . pages [ 1 ] . annotations . append...

    docs.aspose.com/pdf/ar/python-net/extra-annotat...
  8. 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/
  9. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。...GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...grAbsorber . Visit ( document . Pages [ 1 ]); // Retrieve the list...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...
  10. Definir Tamanho da Imagem|Aspose.PDF for .NET

    Esta seção descreve como definir o tamanho da imagem em um arquivo PDF usando a biblioteca C#....Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/pt/net/set-image-size/