Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 186,690 for

page

(0.21 sec)
  1. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins....Shows when to recalculate the page layout of the document. doc...of the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Sitefinity Export Users to Word|Aspose.Words fo...

    Export Sitefinity users into Microsoft Word or OpenOffice document using Aspose.Words Sitefinity Export Users to Word in C#....Hide ] What is this page about? This page explains how to export...Administrator ’ account. The login page can be reached by https://www...

    docs.aspose.com/words/net/sitefinity-export-use...
  3. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。...在每次迭代中,创建一个新的 Document 对象,并将单个 Page 对象添加到空文档中。 使用 Save 方法保存新的 PDF。...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/zh/net/split-pdf-document/
  4. Resources|CAD 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....CAD for Java home page Product home page. Aspose.CAD blog Check...

    docs.aspose.com/cad/java/resources/
  5. Resources|CAD 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....CAD for Java home page Product home page. Aspose.CAD blog Check...

    docs.aspose.com/cad/java/getting-started/resour...
  6. Resources|Aspose.Slides Documentation

    Discover key Aspose.Slides for Java resources—from downloads and docs to forums and blog updates—to improve working with PPT, PPTX and ODP....Slides for Java home page Product home page. Aspose.Slides blog...

    docs.aspose.com/slides/java/resources/
  7. PDF转换API | Aspose.PDF

    使用 Aspose.PDF 库将 PDF 转换为 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 和其他格式...document = new Document (); Page page = document . getPages ()...."Sample.bmp" ). toString ()); page . getParagraphs (). add ( image...

    products.aspose.com/pdf/zh-hans/conversion/
  8. Add Text to PDF Using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  9. Extract Tables from PDF using Python | Aspose.PDF

    Extract tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...TableAbsorber and iterate over pages Extract table content Save extracted...path_infile ) for page in pdf_document . pages : absorber = apdf...

    products.aspose.com/pdf/python-net/table/extract/
  10. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Python.Words`....example, you can use the page_count and page_index properties to define...define the page range to be loaded from a PDF document, and the...

    docs.aspose.com/words/python-net/convert-pdf-to...