Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 190,038 for

page

(0.8 sec)
  1. 在 .NET 中将 PDF 转换为 PowerPoint|Aspose.PDF for .NET

    Aspose.PDF 允许您使用 .NET 将 PDF 转换为 PPT(PowerPoint)格式。 一种方法是将 PDF 转换为 PPTX,并将幻灯片作为图像。...: // Display progress of the page layout creation Console . WriteLine...$"{DateTime.Now.TimeOfDay} - Result page {eventInfo.Value} of {eventInfo...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-power...
  2. PageSetup.first_page_tray property | Aspose.Wor...

    PageSetup.first_Page_tray property. Gets or sets the paper tray (bin) to use for the first Page of a section...first_page_tray property PageSetup.first_page_tray property Gets...tray (bin) to use for the first page of a section. The value is implementation...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Issue with HTML to PDF Conversion – Content Ove...

    Hi Aspose Team, We are currently experiencing an issue with HTML-to-PDF conversion using Aspose.PDF. In our HTML content, which includes structured data, the content is not rendering correctly during the conversion pro…...update on this ticket ← previous page...

    forum.aspose.com/t/issue-with-html-to-pdf-conve...
  4. FieldIndex.numberOfColumns property | Aspose.Wo...

    FieldIndex.numberOfColumns property. Gets or sets the number of columns per Page used when building the index....sets the number of columns per page used when building the index...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Converting a EPS file to BMP using Python | Asp...

    Sample code on Python for EPS to BMP conversion. Use example code for batch EPS to BMP conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...PDF pages as BMP images. Initialize two variables: page_count...

    products.aspose.com/pdf/python-net/conversion/e...
  6. Work with Columns and Rows in C++|Aspose.Words ...

    Working with parts of a table – rows, columns, and cells using C++. Specify Header Row C++....Row only on the first page or on each page if the table is split...repeat the Header Row on every page using the HeadingFormat property...

    docs.aspose.com/words/cpp/working-with-columns-...
  7. Converting a PDF file to JPEG using Python | As...

    Sample code on Python for PDF to JPEG conversion. Use example code for batch PDF to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...will be used to convert each page of the PDF document into an...

    products.aspose.com/pdf/python-net/conversion/p...
  8. Hebrew content turned out mirrored when using A...

    Hi team, I’m using Aspose PDF .NET to save a PDF file to another PDF, but I got an issue with Hebrew content. When I open a PDF file as a Document, collect Pages and save it to another Document, contents of Hebrew turne…...file as a Document, collect pages and save it to another Document...PageCollection pages = pdfDocument.Pages; foreach(Page page in pages) { pdfDocument2...

    forum.aspose.com/t/hebrew-content-turned-out-mi...
  9. FieldSection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSection class, your solution for efficiently implementing SECTION fields in document processing. Enhance your workflow today!...SECTIONPAGES fields to number pages by sections. Document doc =...)); // A PAGE field displays the number of the page it is in...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 以编程方式删除 PDF 页面 C#|Aspose.PDF for .NET

    您可以使用 Aspose.PDF for .NET 库从 PDF 文件中删除页面。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...Delete a particular page document . Pages . Delete ( 2 ); // Save...

    docs.aspose.com/pdf/zh/net/delete-pages/