Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 186,910 for

page

(0.25 sec)
  1. LINQ Reporting Engine in C#|Aspose.Words for .NET

    Create reports from template documents using the LINQ Reporting Engine in C#. Learn more about the supported features.... What is this page about? This page explains the overall...results. Please refresh the page and try again....

    docs.aspose.com/words/net/linq-reporting-engine/
  2. Using and Configuring CRM Document Generator|As...

    How to use and configure Aspose Document Generator add-on using C#.... What is this page about? This page explains how to use...results. Please refresh the page and try again....

    docs.aspose.com/words/net/using-and-configuring...
  3. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...PageCollection pages = document.getPages(); int pageSize = pages.size();...else { pages.forEach(page -> images.addAll(getImages(page))); }...

    forum.aspose.com/t/pdf-not-supported-image-type...
  4. 在 Java 中处理 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式管理 PDF 表单。...Document ( inputFile )) { Page page = pdfDocument . getPages ()...textBoxField = new TextBoxField ( page , new Rectangle ( 100 , 200...

    products.aspose.com/pdf/zh-hans/java/acroforms/
  5. AI Grammar Checking|Aspose.Words for Python via...

    Check a document grammar. Aspose.Words for Python allows users to check grammar and detect errors in documents using OpenAI, Google, and Claude models.... What is this page about? This page shows how to use Aspose...results. Please refresh the page and try again....

    docs.aspose.com/words/python-net/grammar-checking/
  6. PageRange class | Aspose.Words for Python

    aspose.words.saving.PageRange class. Represents a continuous range of Pages...Represents a continuous range of pages. To learn more, visit the Programming...new page range object. Examples Shows how to extract pages based...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 高级功能|Aspose.PDF for Java

    本节展示如何使用 Aspose.PDF for Java 在 PDF 文档中使用 LaTeX 标签。...Document doc = new Document (); Page page = doc . getPages (). add ();...latex = new LatexFragment ( s ); page . getParagraphs (). add ( latex...

    docs.aspose.com/pdf/zh/java/advanced-features/
  8. Aspose::Words::ControlChar::PageBreak method | ...

    Aspose::Words::ControlChar::PageBreak method. Page break character: "\x000c" or "\f". Note it has the same value as SectionBreak in C++....ControlChar::PageBreak method Page break character: “\x000c” or...() -> get_Count ()); // Add a page break. builder -> Write ( System...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::Saving::PageSavingArgs::get_Page...

    Aspose::Words::Saving::PageSavingArgs::get_PageStream method. Allows to specify the stream where the document Page will be saved to in C++....the stream where the document page will be saved to. System ::...allows you to save document pages to streams instead of files...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Add Table to PDF using C++ | Aspose.PDF

    Adding table in PDF file programmatically with C++ sample code using Aspose.PDF for C++... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/cpp/table/add/