Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 187,806 for

paged

(0.18 sec)
  1. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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....get a Visio page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // get a shape by ID Shape shape = page . Shapes...

    docs.aspose.com/diagram/net/public-api-changes-...
  2. WrapType Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.Drawing.WrapType enum enhances text wrapping around shapes and images for professional document formatting....floating image to the center of a page. Document doc = new Document...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications....topic shows how to split PDF pages with Aspose.PDF for Java into...applications. To split PDF pages into single page PDF files using Java...

    docs.aspose.com/pdf/java/split-document/
  4. PDF 파일에서 벡터 데이터 추출하기 C#|Aspose.PDF for .NET

    Aspose.PDF는 PDF 파일에서 벡터 데이터를 쉽게 추출할 수 있게 해줍니다. 위치, 색상, 선 너비 등과 같은 벡터 데이터(경로, 다각형, 폴리라인)를 얻을 수 있습니다....GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...grAbsorber . Visit ( document . Pages [ 1 ]); // Retrieve the list...

    docs.aspose.com/pdf/ko/net/extract-vector-data-...
  5. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。... Page page , float x , float y , float...Paragraphs collection of the page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  6. Working with PDF printing|Aspose.PDF for .NET

    This section explains how to print PDF files with Aspose.PDF Facades using PdfFileEditor class....Default Printer using Printer and Page Settings First, the document...the printing status. Printing pages in Simplex and Duplex mode In...

    docs.aspose.com/pdf/net/working-with-pdf-printi...
  7. Rotate PDF using JavaScript via C++ | Aspose.PDF

    Rotate PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...Rotate PDF Pages with JavaScript via C++ Do you need to rotate... Move page upper in order to compensate changing page size. Set...

    products.aspose.com/pdf/javascript-cpp/rotate/
  8. Build an XPS to PDF Converter in Java

    Build an XPS to PDF converter in Java programmatically. Aspose.Page for Java is an enterprise-level SDK to manipulate and convert EPS, PS, and XPS files....Page for Java - Installation Build...License Conclusion Explore Aspose.Page for Java offers features to...

    blog.aspose.com/page/xps-to-pdf-converter-in-java/
  9. Ajouter une table des matières à un PDF existan...

    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....Accéder à la première page du fichier PDF toc_page = doc . getPages...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/fr/python-java/add-toc-to-e...
  10. ZoomType | Aspose.Words for Java

    Possible values for how large or small the document appears on the screen in Microsoft Word in Java....PAGE_LAYOUT); doc.getViewOptions()...percentage is set explicitly. FULL_PAGE Zoom percentage is automatically...

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