Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 184,185 for

page

(0.1 sec)
  1. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python....action, such as going to the next page or printing the document. JavaScript...the second page (index 1) page = document . pages [ 1 ] # Create...

    docs.aspose.com/pdf/python-net/create-links/
  2. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-text/
  3. Split a Document in C#|Aspose.Words for .NET

    Split a document into several files using C#. Use the split feature to effectively split a document by headings or sections, as well as by Pages or by Page ranges....Hide ] What is this page about? This page explains how to split...example, you only need some pages from a specific document and...

    docs.aspose.com/words/net/split-a-document/
  4. HtmlSaveOptions.exportPageSetup property | Aspo...

    HtmlSaveOptions.exportPageSetup property. Specifies whether Page setup is exported to HTML, MHTML or EPUB...exportPageSetup property Specifies whether page setup is exported to HTML, MHTML...Words document model provides page setup information via PageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....a new PDF document and add a page. Create and add the red layer...= ap . Document () page = document . pages . add () # Red layer...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  6. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel worksheet Page Setup using Aspose.Cells for Node.js via C++. Set headers and footers for first, odd, and even Pages....Headers and Footers For Different Pages with Node.js via C++ Contents...for the first page, odd pages, and even pages since Excel 2007...

    docs.aspose.com/cells/nodejs-cpp/setting-differ...
  7. 跟踪文档转换进度|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....saving page index 0 of pages 11 </ br > End saving page index...0 of pages 11 </ br > Start saving page index 1 of pages 11 </...

    docs.aspose.com/cells/zh/net/track-document-con...
  8. Convert PDF to PNG|Aspose.PDF for Android via Java

    This Page describes how to convert PDF Pages to PNG image, convert all and single Pages to PNG images with Aspose.PDF for Android via Java....library for converting PDF Pages to PNG Images in an accessible...class allows you to convert PDF pages to PNG images. This class provides...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  9. 从PDF中提取段落|Aspose.PDF for Java

    本文描述了如何使用ParagraphAbsorber - Aspose.PDF中的一个特殊工具从PDF文档中提取文本。...pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/zh/java/extract-paragraph-f...
  10. Couldnt implement Auto Scale Option Need help -...

    Situation: Using Aspose.Pdf.Document First we generate the content in HTML format. Func1: var htmlOptions = CreateHtmlLoadOptions(marginsInInches, marginTopBotInInches, headerHeight, baseUrl, outputAreaHeight); usin…...(var page in tempDoc.Pages) { pdfDocument.Pages.Add(page); } }...pdf increase the number of pages. We need some images side by...

    forum.aspose.com/t/couldnt-implement-auto-scale...