Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 187,696 for

page

(0.2 sec)
  1. DocumentBuilder.moveToHeaderFooter method | Asp...

    DocumentBuilder.moveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section....footers different for the first page, you need to set PageSetup....different for even and odd pages, you need to set PageSetup....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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/
  3. 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/
  4. 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/
  5. 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...
  6. 创建复杂的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/
  7. Add watermark to PDF|Aspose.PDF for Java

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Java....artifacts on a particular page, the Page class has the Artifacts...include Background, Layout, Page, Pagination and Undefined)....

    docs.aspose.com/pdf/java/add-watermarks/
  8. Aspose.Pdf Adding 16 bit Sound Annotation plays...

    I’m trying to add a sound annotation to a PDF using the code below: document = new Document(); document.Pages.Add(); Page Page = document.Pages[1]; string audioFile = @"…...Pages.Add(); Page page = document.Pages[1]; string...SoundAnnotation soundAnnotation = new(page, new Rectangle(20, 20, 40, 40)...

    forum.aspose.com/t/aspose-pdf-adding-16-bit-sou...
  9. PositionedBlockConfig|Documentation

    PositionedBlockConfig element is used to organize content within containers....specific coordinates on the page. This element does not have...relative to the left edge of the page. YPosition int Absolute position...

    docs.aspose.com/omr/net/programmatic-forms/posi...
  10. How to Highlight in PDF using Python

    This tutorial guides on how to highlight in PDF using Python. It has IDE configuration details, stepwise process and a sample code to develop PDF highlighter using Python....Page Product Family Aspose.PSD Product...Search the text on the target page using the TextFragmentAbsorber...

    kb.aspose.com/pdf/python/how-to-highlight-in-pd...