Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 186,628 for

page

(0.15 sec)
  1. How to Convert Word to JPG using Python

    This article guides on how to convert Word to JPG using Python. It has the IDE settings, a list of steps, and a runnable demo code to convert Word file to JPG using Python....Page Product Family Aspose.PSD Product...containing a custom set of pages from the target Word file. Steps...

    kb.aspose.com/words/python/how-to-convert-word-...
  2. Convert PDF to Other Document Formats in C#|Asp...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose.Words using C#....Hide ] What is this page about? This page describes how to convert...PageIndex properties to define the page range to be loaded from a PDF...

    docs.aspose.com/words/net/convert-pdf-to-other-...
  3. PDF to HTML Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/pdf-to-html/
  4. PageSetup.ChapterPageSeparator | Aspose.Words f...

    Discover the ChapterPageSeparator property in PageSetup. Easily customize the separator character between chapter and Page numbers for a polished look....between the chapter number and the page number. public ChapterPageSeparator...Remarks Before you can create page numbers that include chapter...

    reference.aspose.com/words/net/aspose.words/pag...
  5. PDF 注释 API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释... Pages [ 1 ], new Rectangle ( 299.988...Color . Blue }; document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/zh-hans/annotation/
  6. ConvertUtil.millimeter_to_point method | Aspose...

    ConvertUtil.millimeter_to_point method. Converts millimeters to points....Examples Shows how to specify page properties in millimeters. doc...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ThumbnailGeneratingOptions.generateFromFirstPag...

    ThumbnailGeneratingOptions.generateFromFirstPage property. Specifies whether to generate thumbnail from first Page of the document or first image....generate thumbnail from first page of the document or first image...will be generated from first page of the document. If value is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. for Kentico|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with Kentico content management systems using C#....Hide ] What is this page about? This page explains how Aspose...results. Please refresh the page and try again....

    docs.aspose.com/words/net/aspose-words-net-for-...
  9. 添加 PDF 页面印章|Aspose.PDF for .NET

    了解如何在 .NET 中向 PDF 页面添加印章,包括文本和图像,用于水印或品牌标识,使用 Aspose.PDF。...文件的特定页面上添加 PDF 页面印章,您还需要设置 Stamp 类的 Pages 属性。此属性需要一个整数数组,包含您想要添加印章的页面编号。然后,您可以使用...IsBackground = true ; stamp . Pages = new [] { 1 , 3 }; // Apply...

    docs.aspose.com/pdf/zh/net/add-pdf-page-stamp/
  10. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...{ // Add page to PDF file var page = document . Pages . Add ();...Pdf . Forms . TextBoxField ( page , rects ); // Setting the appearances...

    docs.aspose.com/pdf/zh/net/create-form/