Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 187,634 for

page

(0.72 sec)
  1. Rotate PDF using Java | Aspose.PDF

    Rotate PDF documents programmatically with Java sample code using Aspose.PDF for Java...Rotate PDF Pages with Java Do you need to rotate PDF? Programmatic...update or change the page orientation of pages in an existing PDF...

    products.aspose.com/pdf/java/rotate/
  2. 请问在用aspose.words实现html转word时,如何实现页脚中页码奇偶页不同,且奇数...

    请问在用aspose.words实现html转word时,如何实现页脚中页码奇偶页不同,且奇数页页码在右边,偶数页页码在左边。 html中应该怎么写?...insertField("PAGE", ""); } else { // 奇数页页码在右侧...write("页码: "); builder.insertField("PAGE", ""); } builder.insertBreak(BreakType...

    forum.aspose.com/t/aspose-words-html-word/315396
  3. 使用连接器类型形状|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....vsdx" ); //get a particular page Page page = diagram . getPages ()...(). getPage ( "Page-3" ); //get a dynamic connector type shape...

    docs.aspose.com/diagram/zh/java/working-with-co...
  4. ThumbnailGeneratingOptions.generate_from_first_...

    ThumbnailGeneratingOptions.generate_from_first_Page property. Specifies whether to generate thumbnail from first Page of the document or first image....generate_from_first_page property ThumbnailGeneratingO.generate_from_first_page...generate_from_first_page property Specifies whether to generate thumbnail...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert CDR to PDF using Python

    This article guides on how to convert CDR to PDF using Python. It has details to set the IDE, a list of steps, and a sample code for developing a CDR to PDF converter software using Python....Page Product Family Aspose.PSD Product...evaluation limitations Open the multi-page CorelDRAW file and treat it...

    kb.aspose.com/imaging/python/convert-cdr-to-pdf...
  6. 使用连接索引连接形状|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....(); // get page by index Aspose . Diagram . Page page = diagram...diagram . Pages [ 0 ]; // add masters string connectorMaster = "Dynamic...

    docs.aspose.com/diagram/zh/net/use-connection-i...
  7. LayoutCollector.Document | Aspose.Words for .NET

    Discover LayoutCollector's Document property to easily manage and customize document attachments for enhanced workflow efficiency....Remarks If you need to access page indexes of the document nodes...a document instance, before page layout of the document is built...

    reference.aspose.com/words/net/aspose.words.lay...
  8. PDF|Documentation

    Learn how to convert Excel to PDF with Aspose.Cells for Python via .NET API....Cells Yes Page Break Yes Page Setup Header/Footer Yes Page Setup...Margins Yes Page Setup Page Orientation Yes Page Setup Page Size Yes...

    docs.aspose.com/cells/python-net/convert-excel-...
  9. Convert PDF File|Aspose.PDF for Java

    Explore how to convert a PDF file to other formats in Java with Aspose.PDF for efficient document format transformation....Contents [ Hide ] Convert PDF Pages to Different Image Formats (Facades)...(Facades) In order to convert PDF pages to different image formats,...

    docs.aspose.com/pdf/java/convert-pdf-file/
  10. 通過C++將圖像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式将图像添加到 PDF 文档中...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hant/cpp/images/add/