Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 188,102 for

paged

(0.75 sec)
  1. ASP.NET без использования Visual Studio|Aspose....

    Узнайте, как использовать Aspose.PDF for .NET в проектах ASP.NET, не полагаясь на Visual Studio. Следуйте этому практическому руководству....NET <% @ Page Language = "C#" %> <% @ Import...// Add page Aspose . Pdf . Page page = document . Pages . Add...

    docs.aspose.com/pdf/ru/net/asp-net-without-usin...
  2. How to Use Aspose.Words Instead of VSTO|Aspose....

    How to download and install Aspose.Words for .NET and what prerequisites have to be met to work with Aspose.Words instead of VSTO using C#.... What is this page about? This page clarifies why Aspose...requirements and next steps on this page. Check Requirements and Prerequisites...

    docs.aspose.com/words/net/aspose-words-instead-...
  3. How to Insert Table in PDF using Python

    This short tutorial guides on how to insert table in PDF using Python. It contains the IDE settings, step-wise process and a runnable sample code to add table in PDF using Python....Page Product Family Aspose.PSD Product...to create a new PDF, insert a page, create a table, fill a table...

    kb.aspose.com/pdf/python/how-to-insert-table-in...
  4. Add Sections to Word Document using Python

    Follow this article to add sections to Word document using Python. It has details to set the IDE, a list of steps, and a sample code for applying Microsoft Word section break using Python....Page Product Family Aspose.PSD Product...the new page option using the builder object Set the page orientation...

    kb.aspose.com/words/python/add-sections-to-word...
  5. Resize Images in PDF using Python

    Follow this article to resize images in PDF using Python. It has all the details to set the IDE, a list of steps, and a sample code for developing PDF photo resizer using Python....Page Product Family Aspose.PSD Product...class object Access the first page and fetch the collection of...

    kb.aspose.com/pdf/python/resize-images-in-pdf-u...
  6. PageInfo.PaperSize | Aspose.Words for .NET

    Discover the PageInfo PaperSize property to easily retrieve paper sizes as an enumeration. Enhance your printing capabilities today!...print page size and orientation information for every page in a...// The first section has 2 pages. We will assign a different...

    reference.aspose.com/words/net/aspose.words.ren...
  7. استخراج الفقرات من PDF C#|Aspose.PDF for .NET

    تعلم كيفية استخراج الفقرات من مستندات PDF في .NET باستخدام Aspose.PDF لاسترجاع النص المنظم....pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/ar/net/extract-paragraph-fr...
  8. Pythonでページプロパティを取得する|Aspose.PDF for Java

    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....pdf' # ページコレクションを取得 page_collection = pdf_document ....getPages (); # 特定のページを取得 pdf_page = page_collection . get_Item ( 1...

    docs.aspose.com/pdf/ja/java/get-page-properties...
  9. Перемещение страниц PDF программным способом на...

    Попробуйте переместить страницы в нужное место или в конец PDF-файла с помощью Aspose.PDF for .NET.... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...var page = srcDocument . Pages [ 2 ]; dstDocument . Pages . Add...

    docs.aspose.com/pdf/ru/net/move-pages/
  10. 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...