Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 188,023 for

paged

(0.42 sec)
  1. Arbeiten mit Text | C++-API-Lösung

    Wie man Text zu einer XPS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page-API-Lösung für C++ beantwortet wird....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/cpp/xps/working-with-text/
  2. 使用 Python 将 EPS 文件转换为 PNG | Aspose.PDF

    Python 上用于 EPS 到 PNG 转换的示例代码。使用 Python 和.NET 将 EPS 批量转换为 PNG 使用示例代码...resolution ) page_count = 1 pages_count = len ( document . pages ) if...document . pages ) > 4 : pages_count = 4 while page_count <= pages_count...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  3. 档案

    档案...Pages 集合循环浏览 PDF 中的页面。 在每次迭代中,初始化...TableAbsorber 对象并使用 TableAbsorber.Visit(Page) 方法访问所选页面。 在嵌套循环中,遍历 TableAbsorber...

    blog.aspose.com/zh/pdf/extract-table-from-pdf-u...
  4. Lưu trữ

    Lưu trữ...vsdx"); // get pages count System.out.println("Total Pages:" + diagram...// Truy cập trang đầu tiên Page page = diagram.getPages().get(0);...

    blog.aspose.com/vi/diagram/read-visio-shape-dat...
  5. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...#// Save one page only, by page index options . page_index = 0 #//...#// Save one page only, by page index options . page_index = 0 #//...

    docs.aspose.com/diagram/zh/python-net/save-visi...
  6. 在 PDF 中使用 C# 添加图像印章|Aspose.PDF for .NET

    使用 Aspose.PDF 库中的 ImageStamp 类在 PDF 文档中添加图像印章。... 调用 Page 类的 AddStamp 方法将印章添加到 PDF 中。...stamp to particular page document . Pages [ 1 ]. AddStamp ( imageStamp...

    docs.aspose.com/pdf/zh/net/image-stamps-in-pdf-...
  7. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with C#.... Unfortunately, since page content streams are compressed...determine which exact portion of a page’s text was changed, so the absorber...

    docs.aspose.com/pdf/net/extract-image-and-signa...
  8. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....display useful information such as page number, author name, topic name...footers are managed using the page‑setup settings. Setting Headers...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  9. 档案

    档案...Pages[index].Paragraphs.Add(Table)...// 添加页面 Aspose.Pdf.Page page = document.Pages.Add(); // 初始化表的新实例...

    blog.aspose.com/zh/pdf/create-table-in-pdf-file...
  10. PDF内のテキストを回転させる方法 (C++使用)|Aspose.PDF for C++

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、任意の角度にテキストを回転させたり、テキストフラグメントや段落全体を回転させたりできます。...// 特定のページを取得 auto page = document -> get_Pages () -> Add (); //...MakeObject < TextBuilder > ( page ); // テキストフラグメントをPDFページに追加 textBuilder...

    docs.aspose.com/pdf/ja/cpp/rotate-text-inside-pdf/