Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 181,939 for

page

(0.31 sec)
  1. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...Change pages only after comparison Aspose.Words Product Family...and corrections are made in page 1,2,5 after comparing now is...

    forum.aspose.com/t/change-pages-only-after-comp...
  2. Add Pages to PDF Document|Aspose.PDF for Go via...

    Explore how to add Pages to an existing PDF in Go with Aspose.PDF for enhancing and expanding your documents....Add Pages to PDF Document Contents [ Hide ] Add Page in a PDF...demonstrates how to perform the Add Page at the end of the PDF operation...

    docs.aspose.com/pdf/go-cpp/add-pages/
  3. FieldToa.page_range_separator property | Aspose...

    FieldToa.Page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a Page range....page_range_separator property FieldToa.page_range_separator property...start and end of a page range. @property def page_range_separator...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API....in Page Layout view, Print Preview, and on printed pages. You...You can also use the Page Setup dialog box if you want to view...

    docs.aspose.com/cells/python-net/get-headers-or...
  5. 在 Visio 页面中自动放置一组形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中自动放置一组形状。...为了实现这一点,Page 类提供了 AutoSpaceShapes 成员,该成员采用...get page of the Visio drawing Aspose . Diagram . Page page = diagram...

    docs.aspose.com/diagram/zh/net/auto-space-a-col...
  6. Create PDF using Java | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Java API to easily generate and read PDF files in Java applications.... Add a page using Pages.Add() method. Create a...Paragraphs collection of the page. Save the PDF using Save(String)...

    products.aspose.com/pdf/java/create/
  7. PageSetup.LinesPerPage | Aspose.Words for .NET

    Control your document layout with the PageSetup LinesPerPage property. Easily adjust lines per Page for optimal readability and organization....sets the number of lines per page in the document grid. public...1. Maximum value depends on page height and font size of the...

    reference.aspose.com/words/net/aspose.words/pag...
  8. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....particular page auto page = document -> get_Pages () -> Add ();...> ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  9. Working with Visio Shape Data|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....To add a new shape: Find the page - Each Visio diagram contains...collection of pages. Developers may retrieve the page by page ID or Name...

    docs.aspose.com/diagram/java/working-with-visio...
  10. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET....Instantiate a Document object Add a Page to document object Create a...Builder Add TextFragment to the Page document.save() resultant PDF...

    docs.aspose.com/pdf/python-net/hello-world-exam...