Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 187,798 for

paged

(0.94 sec)
  1. PageSavingArgs.PageStream | Aspose.Words for .NET

    Discover the PageStream property of PageSavingArgs, enabling seamless document page saving to your desired stream for efficient file management....the stream where the document page will be saved to. public Stream...allows you to save document pages to streams instead of files...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set the margins for the page center, as well as the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....fully supports Microsoft Excel’s page setup options. Developers may...may need to configure page setup settings for worksheets to control...

    docs.aspose.com/cells/python-net/setting-margins/
  3. "GetRowHeightInch" returns slightly wrong heigh...

    See attached sample: I try to measure the grid rows to calculate where horizontal page breaks are required on a worksheet (e.g. because I want to keep specific sets of rows together on the same page). AsposeCellsPaperHe…...to calculate where horizontal page breaks are required on a worksheet...of rows together on the same page). AsposeCellsPaperHeig.zip (14...

    forum.aspose.com/t/getrowheightinch-returns-sli...
  4. Archiv

    Archiv...Pages , um mit der Klasse Page auf jede Seite...foreach (Aspose.Pdf.Page pdfPage in pdfDocument.Pages) { // Erstellen...

    blog.aspose.com/de/pdf/split-pdf-into-multiple-...
  5. Compress HTML In Python

    Compress HTML in Python without losing quality. Optimize HTML content, reduce file size easily....html", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...range(0, len(pages_stream)): # Set maximum page size to avoid...

    products.aspose.com/words/python-net/compress/h...
  6. arkiv

    arkiv...PdfFileInfo(document); for (Page page : document.getPages()) { //...width = (int) info.getPageWidth(page.getNumber()); int height = (int)...

    blog.aspose.com/sv/pub/convert-pub-to-image-pro...
  7. API chuyển đổi PS sang EPS cho C# | .NET

    PS sang EPS C#. Sử dụng mã ví dụ API để chuyển đổi hàng loạt tệp PS sang EPS trong ứng dụng dựa trên .NET nào....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/vi/net/conversion/ps-t...
  8. Basic samples how to convert OneNote to Html

    You will learn how to convert OneNote to Html programmatically or online and consider C# examples of OneNote to Html conversions using Aspose.Note....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/convert-onenote-to-htm...
  9. إضافة صورة إلى PDF باستخدام C#|Aspose.PDF for .NET

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة C#....Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/ar/net/add-image-to-existin...
  10. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...and last paragraph on a given page in a document. I’m using Aspose...last Paragraph on a specific page by letting Aspose.Words perform...

    forum.aspose.com/t/first-and-last-paragraph/322113