Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 181,805 for

page

(0.14 sec)
  1. Rendering in C++|Aspose.Words for C++

    Use Aspose.Words for C++ rendering feature to format a flow-layout document into Pages and convert such a document or selected Pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....paginated or has the concept of pages. We are talking about the rendering...rendering of a document into pages. The following diagram shows...

    docs.aspose.com/words/cpp/rendering/
  2. 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...
  3. Aspose::Words::Orientation enum | Aspose.Words ...

    Aspose::Words::Orientation enum. Specifies Page orientation in C++....] Orientation enum Specifies page orientation. enum class Orientation...Description Portrait 1 Portrait page orientation (narrow and tall)...

    reference.aspose.com/words/cpp/aspose.words/ori...
  4. 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/
  5. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document....metadata but without pages. Add a Page to the document object...document will have one page. Add a Image to the Page. Create a TextFragment...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  6. Aspose::Words::Drawing::RelativeVerticalPositio...

    Aspose::Words::Drawing::RelativeVerticalPosition enum. Specifies to what the vertical position of a shape or text frame is relative in C++....shall be relative to the page margins. Page 1 The object is positioned...relative to the top edge of the page. Paragraph 2 The object is positioned...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. PageLayoutCallbackArgs.page_index property | As...

    PageLayoutCallbackArgs.Page_index property. Gets 0-based index of the Page in the document this event relates to...page_index property PageLayoutCallbackAr.page_index property...property Gets 0-based index of the page in the document this event relates...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Operators using C++|Aspose.PDF for...

    This topic explains how to use operators with Aspose.PDF in C++. The operator classes provide great features for PDF manipulation....painting a graphical shape on the page. An operator keyword is distinguished...elements to be painted on a page. More details about PDF operators...

    docs.aspose.com/pdf/cpp/operators/
  9. Create PDF document programmatically|Aspose.PDF...

    This Page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....Document class Add a Page object to the Pages collection of the...paragraphs collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/python-net/create-document/
  10. Set Image Size using C++|Aspose.PDF for C++

    This section describes how to set image size PDF file using C++ library....// add page to pages collection of PDF file auto page = document...document -> get_Pages () -> Add (); // Create an image instance auto...

    docs.aspose.com/pdf/cpp/set-image-size/