Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 140,592 for

page

(0.07 sec)
  1. 创建文档|Aspose.PDF for Java

    Aspose.PDF for Java 帮助您在几个简单的步骤中创建 PDF 文档和可搜索的 PDF 文件。...Document 类的对象 将 Page 对象添加到 Document 对象的 Pages 集合中 将 TextFragment...= new Document (); //添加页面 Page page = document . getPages ()....

    docs.aspose.com/pdf/zh/java/create-pdf-document/
  2. Working With Worksheets in Python|Documentation

    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....topics: Display Features in Python Page Setup Features in Python Security...

    docs.aspose.com/cells/java/working-with-workshe...
  3. IResourceSavingCallback.resource_saving method ...

    IResourceSavingCallback.resource_saving method. Called when Aspose.Words saves an external resource to fixed Page HTML or SVG formats....an external resource to fixed page HTML or SVG formats. def resource_saving...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Converting Documents in AWS|Aspose.PDF for .NET

    Learn to deploy and use Aspose.PDF for .NET in AWS environments. Unlock powerful PDF processing in the cloud....(); // Add a page Page page = pdfDocument . Pages . Add (); //...// Add text elements page . Paragraphs . Add ( new TextFragment...

    docs.aspose.com/pdf/net/integration-aws/
  5. Convert Word DOC to EPUB using Java

    Follow this article to transform DOCX to EPUB using Java. It shares details to set the development environment, a list of steps, and a sample code to convert Word DOC to EPUB using Java....Page Product Family Aspose.PSD Product...for each page in the source Word file, use the PAGE_BREAK option...

    kb.aspose.com/words/java/convert-word-doc-to-ep...
  6. PageInfo.paper_tray property | Aspose.Words for...

    PageInfo.paper_tray property. Gets the paper tray (bin) for this Page as specified in the document...the paper tray (bin) for this page as specified in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Manage canvases of PS file | C++

    C++ API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C++ code....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/work-with-ps-graph...
  8. Convert WORD To Image Python

    Convert a Word document to Image format in Python code. Save a Word document as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  9. Convert TEXT To Image Python

    Convert TEXT to Image format in Python code. Save TEXT as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To GIF Python

    Convert TEXT to GIF format in Python code. Save TEXT as GIF using Python....GIF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .gif" , save_options)...

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