Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 181,396 for

page

(0.11 sec)
  1. Adding Annotations to existing PDF file|Aspose....

    Explore how to add annotations like comments or highlights to existing PDF documents in .NET using Aspose.PDF....of your annotations, and the page number on which the annotation...beginning and end of the line, page number, thickness, style and...

    docs.aspose.com/pdf/net/adding-annotations-to-e...
  2. Aspose::Words::Border::get_DistanceFromText met...

    Aspose::Words::Border::get_DistanceFromText method. Gets or sets distance of the border from text or from the Page edge in points in C++....border from text or from the page edge in points. double Aspose...border at the top of the first page. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. PDF to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for PDF to JPEG conversion. Use example code for batch PDF to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...will be used to convert each page of the PDF document into an...

    products.aspose.com/pdf/python-net/conversion/p...
  4. Create VSSM Files via Java | products.aspose.com

    Java Sample code for generating VSSM documents. Use this code for creating VSSM files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vssm/
  5. 使用 C++ 向 PDF 添加文本 | Aspose.PDF

    簡單的演示原始程式碼,可在任何平臺上使用C++語言處理PDF檔中的文字。...TextBuilder 將 TextParagraph 新增到 Page。 再次儲存文件。 將文字新增到 PDF - C++ 此示例代码说明如何在...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/zh-hant/cpp/text/
  6. LayoutEnumerator.MoveFirstChild | Aspose.Words ...

    Discover how the LayoutEnumerator MoveFirstChild method efficiently navigates to the first child entity, enhancing your data manipulation skills.... // Layout entities are pages, cells, rows, lines, and other...MoveParent ( LayoutEntityType . Page ); Assert . That ( layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  7. LayoutEnumerator.Text | Aspose.Words for .NET

    Discover the LayoutEnumerator Text property to easily retrieve the text of the current span entity. Simplify your data handling with this powerful feature!... // Layout entities are pages, cells, rows, lines, and other...MoveParent ( LayoutEntityType . Page ); Assert . That ( layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  8. LayoutEnumerator.Type | Aspose.Words for .NET

    Discover the LayoutEnumerator Type property, easily access the current entity's type for streamlined data handling and enhanced application performance.... // Layout entities are pages, cells, rows, lines, and other...MoveParent ( LayoutEntityType . Page ); Assert . That ( layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  9. LayoutEnumerator.MovePrevious | Aspose.Words fo...

    Discover how the LayoutEnumerator MovePrevious method efficiently navigates to the previous sibling entity, enhancing your coding workflow.... // Layout entities are pages, cells, rows, lines, and other...MoveParent ( LayoutEntityType . Page ); Assert . That ( layoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Split PDF in Node.js|Aspose.PDF for Node.js via...

    This topic shows how to split PDF Pages into individual PDF file with Aspose.PDF for Node.js via C++ ....the PDF file will be split at page 1. Thus, if ‘json.errorCode’...AsposePdfModule => { /*Set number a page to split*/ const pageToSplit...

    docs.aspose.com/pdf/nodejs-cpp/split-pdf/