Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 190,008 for

paged

(0.77 sec)
  1. 如何使用Python.NET将Excel以适合宽度和高度的页面进行打印|Documentation

    学习使用Aspose.Cells for Python via .NET API设置Excel打印的fit_to_pages_wide和fit_to_pages_tall属性。...[ Hide ] 介绍 fit_to_pages_wide和fit_to_pages_tall设置控制打印时的电子表格缩放...尺寸: fit_to_pages_wide :指定水平页面数量以进行打印 fit_to_pages_tall :指定垂直页面数量以进行打印...

    docs.aspose.com/cells/zh/python-net/how-to-prin...
  2. Cómo imprimir Excel ajustado en páginas anchas ...

    Aprende a configurar las propiedades fit_to_pages_wide y fit_to_pages_tall para la impresión de Excel usando Aspose.Cells para Python API via .NET....configuraciones fit_to_pages_wide y fit_to_pages_tall controlan la...página especificadas: fit_to_pages_wide : Especifica el recuento...

    docs.aspose.com/cells/es/python-net/how-to-prin...
  3. Aspose::Words::Saving::PageSet class | Aspose.W...

    Aspose::Words::Saving::PageSet class. Describes a random set of pages. To learn more, visit the documentation article in C++....class Describes a random set of pages. To learn more, visit the Programming...() Gets a set with all the pages of the document in their original...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Manipular Documento PDF en C#|Aspose.PDF for .NET

    Este artículo contiene información sobre cómo validar un Documento PDF para el estándar PDF A, cómo trabajar con el TOC, cómo establecer la fecha de caducidad del PDF, etc....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/es/net/manipulate-pdf-docum...
  5. C#에서 PDF 문서 조작|Aspose.PDF for .NET

    이 문서에는 PDF A 표준에 대한 PDF 문서 유효성 검사 방법, TOC 작업 방법, PDF 만료 날짜 설정 방법 등이 포함되어 있습니다....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/ko/net/manipulate-pdf-docum...
  6. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。...first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  7. JPG को Python में संपीड़ित करें

    गुणवत्ता खोए बिना JPG को Python में संपीड़ित करें। JPG सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...jpg", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range(0, len(pages_stream)): # वर्तमान पृष्ठ छवि...

    products.aspose.com/words/hi/python-net/compres...
  8. 添加、检索、复制和读取 Visio 形状数据|Documentation

    本节介绍如何添加形状、设置形状的属性或使用 Aspose.Diagram 复制形状。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-2" ); // Add master with stencil file path and master...

    docs.aspose.com/diagram/zh/net/add-retrieve-cop...
  9. Notes dans MS Publisher. Manuel

    Éditeur Microsoft. Comment les notes peuvent vous aider à améliorer le processus de création de documents et de conceptions époustouflants....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/pub/fr/net/ms-publisher-notes/
  10. PDF内のテキストをC#で回転させる|Aspose.PDF for .NET

    Aspose.PDFを使用して.NETでPDFファイル内のテキストを回転させ、テキストの整列を調整し、プレゼンテーションを改善する方法を学びます。...Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/ja/net/rotate-text-inside-pdf/