Sort Score
Result 10 results
Languages All
Labels All
Results 8,181 - 8,190 of 140,952 for

paged

(0.14 sec)
  1. วิธีการเพิ่ม Circle คำอธิบายประกอบโดยใช้ C++ | ...

    รหัสที่มาเพิ่ม Circle คำอธิบายประกอบในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Circle คำอธิบายประกอบจากคอลเลกชัน Page.Annotations บันทึกแฟ้มอีกครั้ง...CircleAnnotation ( document . Pages [ 1 ], new Rectangle ( 270 ...

    products.aspose.com/pdf/th/cpp/annotation/circl...
  2. Add Table to PDF using Python | Aspose.PDF

    Adding table in PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/python-net/table/add/
  3. WebForms DataGridView를 PDF로 렌더링하기|Aspose.PDF fo...

    이 샘플은 Aspose.PDF 라이브러리를 사용하여 WebForm을 PDF로 렌더링하는 방법을 보여줍니다....Page 에서 상속받은 도우미 클래스를 만들고 Render...render web page for PDF document } else { // render web page in browser...

    docs.aspose.com/pdf/ko/net/render-webforms-data...
  4. إضافة جدول محتويات إلى PDF موجود باستخدام بايثو...

    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 toc_page = doc . getPages () . insert...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/ar/python-java/add-toc-to-e...
  5. Saving a Document as a Multipage TIFF in Java|A...

    Convert a document to a raster image, which is discussed on the example of the TIFF format. To determine how TIFF is displayed you need to specify additional options: resolution, number of pages, image binarization, etc using Java....a raster image of the first page of your document as a preview...formats. Converting DOC to Multi-Page TIFF In Aspose.Words, conversion...

    docs.aspose.com/words/java/saving-a-document-as...
  6. Añadir TOC a un PDF existente en Python|Aspose....

    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....primera página del archivo PDF toc_page = doc . getPages () . insert...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/es/java/add-toc-to-existing...
  7. Rotate Documents via C# | products.aspose.com

    Rotate PDF and Image files including JPG PNG BMP GIF TIFF SVG via your C# application....to programmatically rotate pages within PDF files, addressing...addressing scenarios where pages may be scanned or created in different...

    products.aspose.com/total/net/rotate/
  8. Anslut underformer av grupperna i Ruby|Document...

    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....) \ # Access a particular page page = diagram . getPages () ....shape , "Dynamic connector" , page . getID ()) \ # Connect sub-shapes...

    docs.aspose.com/diagram/sv/java/connect-sub-sha...
  9. Aspose::Words::ConvertUtil::MillimeterToPoint m...

    Aspose::Words::ConvertUtil::MillimeterToPoint method. Converts millimeters to points in C++....Examples Shows how to specify page properties in millimeters. auto...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. PDF 에서 DOC 로 C++ 를 사용하여 병합 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 두 개 이상의 PDF 문서를 하나의 DOC 단일 파일로 결합합니다....pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/ko/cpp/merger/pdf-to-doc/