Sort Score
Result 10 results
Languages All
Labels All
Results 8,201 - 8,210 of 184,562 for

paged

(0.3 sec)
  1. 在 PHP 的 ShapeSheet 中创建用户定义的单元格|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....vsd" ); $pages = $diagram -> getPages (); $i...)( string ) $pages -> getCount ()) { $page = $pages -> get ( $i...

    docs.aspose.com/diagram/zh/java/create-user-def...
  2. PDFページをプログラムで回転|Aspose.PDF for PHP via Java

    Javaを使用してページの向きを変更し、新しいページの向きに合わせてページコンテンツを調整します。...new Document ( $inputFile ); $pages = $document -> getPages ();...$pagesSize = java_values ( $pages -> size ()); // すべてのページをループする...

    docs.aspose.com/pdf/ja/php-java/rotate-pages/
  3. วิธีการรับ Caret คำอธิบายประกอบโดยใช้ Java | As...

    รหัสตัวอย่าง Java ที่จะได้รับ Caret คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับ JSP/JSF แอพลิเคชันและการประยุกต์ใช้สก์ท็อป...Caret คำอธิบายประกอบจากคอลเลกชัน Page.Annotations บันทึกแฟ้มอีกครั้ง...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/th/java/annotation/care...
  4. كيفية دمج PDF باستخدام C#|Aspose.PDF for .NET

    تشرح هذه الصفحة كيفية دمج مستندات PDF في ملف PDF واحد باستخدام C# أو VB.NET.... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...+ "Concat2.pdf" )) { // Add pages of second document to the first...

    docs.aspose.com/pdf/ar/net/merge-pdf-documents/
  5. اضافه کردن متن به PDF با استفاده از Python | As...

    اضافه کردن متن به PDF به صورت برنامه نویسی با استفاده از کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET...# Get particular page page = document . pages [ 1 ] # Create text...TextBuilder ( page ) # Append the text fragment to the PDF page builder...

    products.aspose.com/pdf/fa/python-net/text/
  6. 使用 Python 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 添加文本...# Get particular page page = document . pages [ 1 ] # Create text...TextBuilder ( page ) # Append the text fragment to the PDF page builder...

    products.aspose.com/pdf/zh-hans/python-net/text/
  7. How to Create PDF using Java

    In this short and elaborative tutorial, you will learn how to create PDF using Java. This tutorial will help you, how to generate PDF file in Java using simple API calls, whether you are working in Windows, macOS, or Linux platforms....Page Product Family Aspose.PSD Product...followed by addition of empty page in pages collection. By using TextBuilder...

    kb.aspose.com/pdf/java/how-to-create-pdf-using-...
  8. Convert Word DOC to EPUB using Java

    Follow this article to transform DOCX to EPUB using Java. It shares details to set the development environment, a list of steps, and a sample code to convert Word DOC to EPUB using Java....Page Product Family Aspose.PSD Product...for each page in the source Word file, use the PAGE_BREAK option...

    kb.aspose.com/words/java/convert-word-doc-to-ep...
  9. Python 를 사용하여 PDF에 텍스트 추가 | Aspose.PDF

    Python for .NET 용 Aspose.PDF 를 사용하여 Python 샘플 코드를 사용하여 프로그래밍 방식으로 PDF에 텍스트 추가...# Get particular page page = document . pages [ 1 ] # Create text...TextBuilder ( page ) # Append the text fragment to the PDF page builder...

    products.aspose.com/pdf/ko/python-net/text/
  10. C++ 을 사용하여 페이지를 PDF로 이동 | Aspose.PDF

    C++ 용 Aspose.PDF 파일을 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 문서의 PDF 페이지를 이동합니다....Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // Save output file...

    products.aspose.com/pdf/ko/cpp/pages/move/