Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 186,578 for

page

(0.1 sec)
  1. ConvertUtil.inch_to_point method | Aspose.Words...

    ConvertUtil.inch_to_point method. Converts inches to points.... page_setup . paper_size = aw . PaperSize...PaperSize . LEGAL builder . page_setup . orientation = aw . Orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....); Shows how to render every page of a document to a separate...doc ); builder . Writeln ( "Page 1." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Split PDF Files Online or using Android Mobile ...

    Free online app to Split different PDF files. Android splitter library Java code for PDF documents....Loop through the pages in the Document.pages collection and on...add the Page using getPages().add(Page). Save the page into new...

    products.aspose.com/total/android-java/split/pdf/
  4. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Get the pages collection of the document using...document_get_pages function. Add a new page to the pages collection...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  5. Aspose::Words::Drawing::ShapeBase::get_Height m...

    Aspose::Words::Drawing::ShapeBase::get_Height method. Gets or sets the height of the containing block of the shape in C++....points, from the left side of the page. shape -> set_RelativeHorizontalPo...Drawing :: RelativeHorizontalPo :: Page ); // Set the shape's horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. PDF to XLS Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one XLS single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...new page to XLS document In loop: add PDF file to new page After...

    products.aspose.com/pdf/cpp/merger/pdf-to-xls/
  7. PDF to SVG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...new page to SVG document In loop: add PDF file to new page After...

    products.aspose.com/pdf/cpp/merger/pdf-to-svg/
  8. PDF to PDFA Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF/A document In loop: add...

    products.aspose.com/pdf/cpp/merger/pdf-to-pdfa/
  9. Create Table of Content in PDF using Python

    Create table of content in PDF using Python. Get the development environment settings, a list of tasks, and a sample code to add table of contents to PDF using Python....Page Product Family Aspose.PSD Product...connectivity with different pages from the PDF file. Steps to...

    kb.aspose.com/pdf/python/create-table-of-conten...
  10. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。... 向文档对象添加一个 Page 。现在,我们的文档将有一页。 添加一个 Image 。...new Document (); // 添加页面 Page page = document . getPages ()....

    docs.aspose.com/pdf/zh/java/complex-pdf-example/