Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 187,490 for

page

(0.71 sec)
  1. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Create Chart PDF with Desired Page Size You can create a chart...chart PDF with your desired page size using Aspose.Cells and specify...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  2. PageSavingArgs.page_file_name property | Aspose...

    PageSavingArgs.Page_file_name property. Gets or sets the file name where the document Page will be saved to....page_file_name property PageSavingArgs.page_file_name property...document page will be saved to. @property def page_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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/
  4. 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/
  5. 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/
  6. 获取页面的纸张宽度和高度|Documentation

    本节介绍如何使用 Aspose.Diagram 获取 visio 页面的纸张大小。... 获取页面的页面宽度和页面高度 Prop of Page 下面的示例代码解释了 PageProps.PageWidth...); // get page of the Visio diagram by name Page page = diagram...

    docs.aspose.com/diagram/zh/java/get-paper-width...
  7. 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...
  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. 使用文本|Documentation

    本节介绍如何使用 Aspose.Diagram 插入文本形状或更新形状的文本。...parameters and add text to a Visio page double PinX = 1 , PinY = 1 ...1 , Height = 1 ; diagram . Pages [ 0 ]. AddText ( PinX , PinY...

    docs.aspose.com/diagram/zh/net/working-with-text/
  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...