Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 187,783 for

page

(0.1 sec)
  1. Convert CSV to PPSX using Python or with free O...

    CSV to PPSX conversion in your Python applications without using Microsoft Office or online. Test free CSV to PPSX online converter quickly before integrating the code....to set the page orientation, page size, and page margins. It...to set the page orientation, page size, and page margins. In...

    products.aspose.com/total/python-net/conversion...
  2. Order of emails returned by EnumerateMessages i...

    Hello, I’m working with Aspose.Email to process PST files and have noticed something about the EnumerateMessages method that I’d like to clarify. From my observations, the order of emails returned by EnumerateMessages …...them, and then slicing for each page. This makes pagination lose...fetching only the necessary page each time. Is there a more efficient...

    forum.aspose.com/t/order-of-emails-returned-by-...
  3. Aspose::Words::Saving::PdfSaveOptions::get_DmlE...

    Aspose::Words::Saving::PdfSaveOptions::get_DmlEffectsRenderingMode method. Gets or sets a value determining how DrawingML effects are rendered in C++....document is exported to fixed page formats. If Compliance is set...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...Document(slidePdfStream); // Set page setup for each section in slideDoc...//msImage.Position = 0; // Setup page size for landscape builder.PageSetup...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...
  5. FieldToc class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldToc class. Implements the TOC field...that separate an entry and its page number. format Gets a FieldFormat...whether to hide tab leader and page numbers in Web layout view....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Convert HTML to DOCX in Java – Aspose.HTML for ...

    Convert HTML to DOCX using Aspose.HTML for Java API. Consider various HTML to DOCX conversion scenarios in Java code examples....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/java/convert-html-to-docx/
  7. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....When you set Page Setup Scaling using Fit to n page(s) wide by...Microsoft Excel calculates the Page Setup scaling factor. Same can...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Merge XPS files | Aspose.Page for Python via .NET

    Merger XPS functionality of Aspose.Page API solution for Python allows you to combine several XPS files into a single XPS or PDF document....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/merge/xps/
  9. Convert WORD To MARKDOWN C#

    Convert a Word document to MARKDOWN format in C# code. Save a Word document as MARKDOWN using C#....md); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.md", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  10. Convert PDF To RTF C#

    Convert PDF to RTF format in C# code. Save PDF as RTF using C#....rtf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.rtf", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...