Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 187,783 for

page

(0.85 sec)
  1. Java Create PDF Files | Create Free Online PDF ...

    Learn how to create PDF in Java with this comprehensive guide. We'll walk you through the process step by step and provide code snippets for creating professional and dynamic PDF files.... Add a new page using Document.getPages().add()...reference in Page object. Add text to the page using Page.getParagraphs()...

    blog.aspose.com/pdf/create-pdf-files-in-java/
  2. Draw Triangle|Documentation

    This section explains how to draw triangle in a visio Page with Aspose.Diagram. Support using C# to draw triangle and save as pdf, svg, html, image, xps and other formats....to draw a triangle shape in a page.The code example below shows...}; //Draw Triangle in page diagram . Pages [ 0 ]. DrawPolyline...

    docs.aspose.com/diagram/net/drawing/draw-triangle/
  3. Draw Diamond|Documentation

    This section explains how to draw diamond in a visio Page with Aspose.Diagram. Support using C# to draw diamond and save as pdf, svg, html, image, xps and other formats....to draw a diamond shape in a page.The code example below shows...}; //Draw Diamond in page diagram . Pages [ 0 ]. DrawPolyline...

    docs.aspose.com/diagram/net/drawing/draw-diamond/
  4. LayoutOptions class | Aspose.Words for Node.js

    Aspose.Words.Layout.LayoutOptions class. Holds the options that allow controlling the document layout process...visit the Converting to Fixed-page Format documentation article...IPageLayoutCallback implementation used by page layout model. commentDisplayMode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Move or Delete Pages in PDF using php-java https://products.aspose.com/pdf/php-java/Pages/ Recent content in Add, Move or Delete Pages in ......Products – Add, Move or Delete pages in PDF using php-java https://products...com/pdf/php-java/pages/ Recent content in Add, Move or Delete pages in PDF...

    products.aspose.com/pdf/php-java/pages/index.xml
  6. Rotate PDF using JavaScript via C++ | Aspose.PDF

    Rotate PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...Rotate PDF Pages with JavaScript via C++ Do you need to rotate... Move page upper in order to compensate changing page size. Set...

    products.aspose.com/pdf/javascript-cpp/rotate/
  7. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire Pages, from a specific part, based on columns, etc....Extract text from all PDF pages using C++ Contents [ Hide ] Extract...Extract Text From All the Pages of a PDF Document Extracting...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  8. Aspose::Words::Layout::LayoutCollector::Clear m...

    Aspose::Words::Layout::LayoutCollector::Clear method. Clears all collected layout data. Call this method after document was manually updated, or layout was rebuilt in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::Layout::LayoutCollector::get_Doc...

    Aspose::Words::Layout::LayoutCollector::get_Document method. Gets or sets the document this collector instance is attached to in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...Document (); // 向PDF文件的页面集合添加页面 Page page = pdfDocument . getPages ()...ellipse2 ); // 将Graph对象添加到页面的段落集合中 page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/zh/java/add-ellipse/