Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 181,656 for

page

(0.17 sec)
  1. MD to PDF Merge using C++ | Aspose.PDF

    Combine two or more MD documents into one PDF 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 document In loop: add...

    products.aspose.com/pdf/cpp/merger/md-to-pdf/
  2. LayoutCollector.get_end_page_index method | Asp...

    LayoutCollector.get_end_Page_index method. Gets 1-based index of the Page where node ends...get_end_page_index method get_end_page_index(node) Gets 1-based...1-based index of the page where node ends. Returns 0 if node cannot...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Chart to PDF|Documentation

    Learn how to use Aspose.Cells for .NET 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/net/chart-to-pdf/
  4. Add, Move or Delete pages in PDF using .NET | A...

    Manipulate PDF Pages of your document programmatically with C# sample code using Aspose.PDF for .NET...action with Pages in C# Add Pages Move Pages Delete Pages How to Insert...Insert pages to PDF Document using C# In order to add page in PDF...

    products.aspose.com/pdf/net/pages/
  5. Skew correction|Documentation

    How to straighten a rotated image using Aspose.OCR for Python via .NET to improve recognition accuracy....correction Contents [ Hide ] When a page is fed to a flatbed scanner...image on the page. When working with single-page images, this...

    docs.aspose.com/ocr/python-net/deskew/
  6. 在 Visio 页面中自动放置一组形状|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....In order to achieve this, the Page class offers autoSpaceShapes..."Drawing1.vsdx" ) # get page of the Visio drawing page = diagram . getPages...

    docs.aspose.com/diagram/zh/python-java/auto-spa...
  7. Convert DICOM to PNG using Python

    This article guides on how to convert DICOM to PNG using Python. It contains detail to set the IDE, a list of steps, and a sample code to convert file format from DCM to PNG using Python....Page Product Family Aspose.PSD Product...pycore.as_of Loop through each page in the DICOM file using a for...

    kb.aspose.com/imaging/python/convert-dicom-to-p...
  8. 额外注释使用C++|Aspose.PDF for C++

    本节描述如何从PDF文档中添加、获取和删除额外类型的注释。...CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), MakeObject...CaretAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), new Rectangle...

    docs.aspose.com/pdf/zh/cpp/extra-annotations/
  9. Split PDF, HTML, TXT Files using PHP | Aspose.PDF

    PHP sample code to split files on any platform....document, you must split the pages of the original file. In order...more details check the GitHub page. Split documents via PHP To...

    products.aspose.com/pdf/php-java/splitter/
  10. 使用 C# 语言的 Hello World 示例|Aspose.PDF for .NET

    此示例演示如何使用 Aspose.PDF 创建一个简单的包含文本 Hello World 的 PDF 文档... 向文档对象添加一个 Page 。 创建一个 TextFragment 对象。 将 TextFragment...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/hello-world-example/