Sort Score
Result 10 results
Languages All
Labels All
Results 6,741 - 6,750 of 186,751 for

paged

(0.31 sec)
  1. Aspose.OCR for .NET when used to OCR with PDF i...

    Hi Team, I am working on replacing a 3rd party software which was used to OCR images and PDF file with images in an application. I have used Aspose.OCR and Aspose.PDF in my POC application for replacement of that 3rd pa…...Pages.Count(); Console.WriteLine($"Page: {PageCount}...AsposeOcr(); // Loop through each page in the PDF for (int pageIndex...

    forum.aspose.com/t/aspose-ocr-for-net-when-used...
  2. Tambahkan Header dan Footer ke PDF menggunakan ...

    Aspose.PDF untuk Python melalui .NET memungkinkan Anda menambahkan header dan footer ke file PDF Anda menggunakan kelas TextStamp....memanggil metode ‘add_stamp’ dari Page untuk menambahkan teks di header...semua halaman for page in document . pages : page . add_stamp ( textStamp...

    docs.aspose.com/pdf/id/python-net/add-headers-a...
  3. Rotate Text Inside PDF using C#|Aspose.PDF for ...

    Learn how to rotate text within PDF files in .NET using Aspose.PDF to adjust text alignment and improve presentation....Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/net/rotate-text-inside-pdf/
  4. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java.... // Layout entities are pages, cells, rows, lines, and other...yType.PAGE); Assert.assertEquals(LayoutEntityType.PAGE, layoutEnumerator...

    reference.aspose.com/words/java/com.aspose.word...
  5. arkiv

    arkiv...sidorna som JPG for page in range(0, doc.page_count): extractedPage...extractedPage = doc.extract_pages(page, 1) extractedPage.save(f"C:\\F...

    blog.aspose.com/sv/words/convert-html-to-image-...
  6. วิธีการเพิ่ม Circle คำอธิบายประกอบโดยใช้ Java |...

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

    products.aspose.com/pdf/th/java/annotation/circ...
  7. C#로 PDF 파일에 링크 만들기|Aspose.PDF for .NET

    이 섹션에서는 C#으로 PDF 문서에 링크를 만드는 방법을 설명합니다.... 링크를 추가할 Page 를 가져옵니다. Page 및 Rectangle 객체를 사용하여...생성할 때 시작할 애플리케이션을 지정합니다. 링크를 Page 객체의 Annotations 속성에 추가합니다. 마지막으로...

    docs.aspose.com/pdf/ko/net/create-links/
  8. Impostazione delle opzioni di stampa|Documentation

    Questa sezione spiega come impostare le opzioni di stampa con Aspose.Diagram....//Get page Aspose . Diagram . Page page = diagram . Pages . GetPage...); //Set PrintPageOrientation page . PageSheet . PrintProps . ...

    docs.aspose.com/diagram/it/net/setting-print-op...
  9. Aspose.Cells for Reporting Services Report Desi...

    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....caching, and control tablix group page‑break behavior—all without leaving...Storage & Caching Tablix Group Page‑Break Support Getting Started...

    docs.aspose.com/cells/reportingservices/aspose-...
  10. หมุน PDF โดยใช้ PHP | Aspose.PDF

    หมุนเอกสาร PDF แบบโปรแกรมด้วยรหัสตัวอย่าง PHP โดยใช้ Aspose.PDF สำหรับ PHP via Java...new Document ( $inputFile ); $pages = $document -> getPages ();...java_values ( $pages -> size ()); // Loop through all the pages for (...

    products.aspose.com/pdf/th/php-java/rotate/