Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 143,550 for

paged

(0.15 sec)
  1. How to Convert PUB to PNG in C#

    This step by step tutorial elaborates how to convert PUB to PNG in C#. The C# in this tutorial converts each PDF page into a separate PNG image file....Page Product Family Aspose.PSD Product...occurs when you need to show the pages of a PUB file as images in your...

    kb.aspose.com/pub/net/how-to-convert-pub-to-png...
  2. Change PDF Opening Settings using Java

    Follow this article to change PDF opening settings using Java. Get all IDE details, the programming steps, and a sample code to change how to open PDF using Java....Page Product Family Aspose.PSD Product...as full-screen page mode, page layout, and page mode. The direction...

    kb.aspose.com/pdf/java/change-pdf-opening-setti...
  3. How to Convert Word Document to HTML using C#

    In this short tutorial you will understand how to convert Word Document to HMTL using C#. The simple steps below can be followed to export DOCX to HTML in C# in any common operating system like MS Windows, Linux, or macOS....Page Product Family Aspose.PSD Product...related to CssStyleSheet, Page Margins, Page Setup, etc. Save the...

    kb.aspose.com/words/net/how-to-convert-word-doc...
  4. إدارة فواصل الصفحات|Documentation

    يوضح هذا المقال رمزاً نمذجياً ويشرح كيفية إضافة فواصل صفحات، مسح فواصل الصفحات، أو حذف فواصل صفحات محددة في أوراق عمل إكسل برمجياً باستخدام API لـ Aspose.Cells لبايثون via .NET....horizontal_page_breaks . الخصائص horizontal_page_breaks و vertical_page_breaks...vertical_page_breaks هي مجموعات قد تحتوي على العديد من كسر الصفحة...

    docs.aspose.com/cells/ar/python-net/managing-pa...
  5. How to Convert HTML to PDF in Python

    This simple how-to tutorial focuses on how to convert HTML to PDF in Python along with steps to configure the environment on your end. In order to generate PDF from HTML Python based API providing simple API interface has been used....Page Product Family Aspose.PSD Product...the page number that you wish to export to PDF using page_set...

    kb.aspose.com/words/python/how-to-convert-html-...
  6. Convert Image to Visio in Python

    This article covers the information to convert image to Visio in Python. It explains the steps and sample code to export PNG to Visio in Python....Page Product Family Aspose.PSD Product...Diagram class and access any page Add the image as a Visio shape...

    kb.aspose.com/fr/diagram/python/convert-image-t...
  7. Language detecton|Documentation

    How to detect the languages used on the provided image.... page int Page number. When working with single-page images...); out . println ( "Page: " + result . page ); for ( Map . Entry...

    docs.aspose.com/ocr/java/language_detection/
  8. 在 PHP 中从形状表中检索用户定义的单元格|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....vdx" ); $pages = $diagram -> getPages (); $count...)( string ) $pages -> getCount ()) { $page = $pages -> get ( $count...

    docs.aspose.com/diagram/zh/java/retrieve-user-d...
  9. PDF 내 텍스트 서식 설정 C++ 사용|Aspose.PDF for C++

    이 페이지는 PDF 파일 내에서 텍스트를 서식화하는 방법을 설명합니다. 줄 들여쓰기 추가, 텍스트 테두리 추가, 밑줄 텍스트 추가, 추가된 텍스트 주위에 테두리 추가, 플로팅 박스 내용의 텍스트 정렬 등을 설명합니다....Document > (); auto page = document -> get_Pages () -> Add (); auto...set_SubsequentLinesInden ( 20 ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/ko/cpp/text-formatting-insi...
  10. Actionsを使用する|Aspose.PDF for Java

    このセクションでは、Javaを使用してドキュメントやフォームフィールドにアクションをプログラムで追加する方法を説明します。PDFファイルにハイパーリンクを追加、作成、取得する方法を学びます。...リンクを追加したい Page クラスを取得します。 LinkAnnotation オブジェクトをPageオブジェクトと Rectangle...FreeTextAnnotation オブジェクトをインスタンス化します。 それはまた、PageとRectangleオブジェクトを引数として受け入れるの...

    docs.aspose.com/pdf/ja/java/actions/