Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 143,535 for

page

(0.1 sec)
  1. PDF 表单。通过 Java 进行管理 | Aspose.PDF

    在 Java 和 PHP、Delphi 上的 PDF 文件中使用这个 Java 源代码管理 PDF 表单。...pdf" ); Page page = pdfDocument . getPages ()...textBoxField = new TextBoxField ( page , new Rectangle ( 100 , 200...

    products.aspose.com/pdf/zh-hans/java/acroforms/
  2. 使用 Java 打印 PDF | Aspose.PDF

    用於在爪哇和德爾斐上列印PDF文檔的Java原始程式碼。...false ; // Do not produce the page number dialog when printing...Create objects for printer and page settings and PrintDocument System...

    products.aspose.com/pdf/zh-hant/java/print/
  3. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document...a background shape for every page of a document. doc = aw . Document...ways of using this shape as a page background. # 1 - A flat color:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.PSD for Python via .NET 24.12 - Release ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Notes Contents [ Hide ] This page contains release notes for Aspose...AiImage property for number of pages Feature PSDPYTHON-142 [AI Format]...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  5. Working with Tables in Java|Aspose.Words for Java

    How to work with tables in Java. Introducing to Table node concepts in Aspose.Words for Java....They are also often used as a page layout tool and a better alternative...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/words/java/working-with-tables/
  6. Work with Tables in C#|Aspose.Words for .NET

    How to work with tables in C#. Introducing to work with tables and Table node concepts in Aspose.Words for .NET....They are also often used as a page layout tool and a better alternative...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/words/net/working-with-tables/
  7. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...pdf" ); // 获取需要添加图像的页面 Page page = pdfDocument . getPages ()...printStackTrace (); } // 将图像添加到页面资源的图像集合中 page . getResources (). getImages...

    docs.aspose.com/pdf/zh/java/operators/
  8. Several WORD Into Image C++

    Merge multiple a Word document into Image in C++ code. Save a Word document as Image using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-image/
  9. Several DOC Into JPG C++

    Merge multiple DOC into JPG in C++ code. Save DOC as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/doc-to-jpg/
  10. Convert WORD To MARKDOWN Javascript

    Convert a Word document to MARKDOWN format in JavaScript code. Save a Word document as MARKDOWN using JavaScript....docx") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.md`);...

    products.aspose.com/words/nodejs-net/conversion...