Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 187,789 for

page

(0.1 sec)
  1. MetafileRenderingOptions.emulate_rendering_to_s...

    MetafileRenderingOptions.emulate_rendering_to_size_on_Page property. Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on Page or the display of the metafile in its default size....emulate_rendering_to_size_on_page property MetafileRenderingOpt...emulate_rendering_to_size_on_page property Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Remove Pages from PDF using Rust | Aspose.PDF

    Remove Pages from PDF file programmatically with Rust sample code using Aspose.PDF for Rust via C++...How to Delete pages from PDF using Rust Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/rust-cpp/pages/remove/
  3. Printing PDF to an XPS Printer|Aspose.PDF for .NET

    This Page shows how to printing PDF to an XPS printer using PdfViewer class....Choosing paper source by PDF page size Since the 24.4 release...choosing paper source by PDF page size in the print dialog is...

    docs.aspose.com/pdf/net/printing-pdf-to-an-xps-...
  4. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and count string …...for (int page = 0; page < document.PageCount; page++) { Document...extractedPage = document.ExtractPages(page, 1); // startindex and count...

    forum.aspose.com/t/document-extractpages-yields...
  5. Word to PDF conversion issue when deployed on A...

    Hello Aspose Support Team, We are facing a Word to PDF conversion issue using Aspose.Words for .NET that occurs only when deployed on Azure App Service, while the exact same code and document work correctly in a local …...only 1 page . Local execution (Windows machine): DOCX page count:...count: 1 Generated PDF page count: 1 (correct) Azure App Service...

    forum.aspose.com/t/word-to-pdf-conversion-issue...
  6. Aspose.Cells: Excel to PDF conversion splits ro...

    Hello, We are facing an issue when converting an Excel document to PDF using Aspose. Problem description During the conversion, when an Excel worksheet spans multiple PDF Pages, some data rows are split in the middle a…...conversion splits rows across pages Aspose.Cells Product Family...worksheet spans multiple PDF pages , some data rows are split in...

    forum.aspose.com/t/aspose-cells-excel-to-pdf-co...
  7. Remove Pages from PDF using .NET | Aspose.PDF

    Remove Pages from PDF file programmatically with C# sample code using Aspose.PDF for .NET...How to Delete pages from PDF using C# Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/net/pages/remove/
  8. 使用形状粘合|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....); // Get a particular page Page page = diagram . getPages ()...(). getPage ( "Page-1" ); // set shape id long shape1_ID = 7 ;...

    docs.aspose.com/diagram/zh/java/working-with-sh...
  9. How to print PDF file in .NET Core|Aspose.PDF f...

    This Page explains how to convert a PDF document into XPS in .NET Core and add it as a job to the queue of the local printer....Choosing paper source by PDF page size Since the 24.4 release...choosing paper source by PDF page size in the print dialog is...

    docs.aspose.com/pdf/net/print-dotnetcore/
  10. RowFormat.allow_break_across_pages property | A...

    RowFormat.allow_break_across_Pages property. True if the text in a table row is allowed to split across a Page break....allow_break_across_pages property RowFormat.allow_break_across_pages property...across a page break. @property def allow_break_across_pages ( self...

    reference.aspose.com/words/python-net/aspose.wo...