Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 181,424 for

page

(0.15 sec)
  1. 使用 C++ 合并 PDF 到 JPEG | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PDF 文档合并为一个 JPEG 单个文件...save document as image with page dimensions and resolution //...process document page to image for ( auto const & page : doc -> get_Pages...

    products.aspose.com/pdf/zh-hant/cpp/merger/pdf-...
  2. Web Renderer|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....Hide ] Render 3D scene in web page 3D Modeling Watermark...

    docs.aspose.com/3d/net/web-renderer/
  3. 创建复杂的PDF|Aspose.PDF for C++

    Aspose.PDF for C++允许您创建包含图像、文本片段和表格的更复杂的文档。... 向文档对象添加一个 Page 。因此,现在我们的文档将有一页。 向页面添加一个 Image...(); // 添加页面 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/complex-pdf-example/
  4. RelativeVerticalSize | Aspose.Words for Java

    Specifies relatively to what the height of a shape or a text frame is calculated vertically in Java....top margin area size for odd pages and to the bottom margin area...area size for even pages. MARGIN Specifies that the height is calculated...

    reference.aspose.com/words/java/com.aspose.word...
  5. RelativeHorizontalSize | Aspose.Words for Java

    Specifies relatively to what the width of a shape or a text frame is calculated horizontally in Java....odd pages and to the right margin area size for even pages. LEFT_MARGIN...odd pages and to the left margin area size for even pages. PAGE...

    reference.aspose.com/words/java/com.aspose.word...
  6. 操作 PDF 文档|Aspose.PDF for PHP via Java

    本文包含有关如何验证 PDF A 标准的 PDF 文档、如何处理目录、如何设置 PDF 到期日期以及如何确定 PDF 文件生成进度的信息。..."First page" , "Second page" , "Third page" , "Fourth page" ]; for...$segment2 ); // 指定标题对象的目标页面 $page = $document -> getPages () ->...

    docs.aspose.com/pdf/zh/php-java/manipulate-pdf-...
  7. ChapterPageSeparator enumeration | Aspose.Words...

    Aspose.Words.ChapterPageSeparator enumeration. Defines the separator character that appears between the chapter and Page number....appears between the chapter and page number. Members Name Description...Examples Shows how to work with page chapters. let doc = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. OutOfMemoryException When Generating Previews f...

    Hi Aspose Support, We are encountering an OutOfMemoryException when using AsposePDF to generate a preview for a PDF document with around 416 Pages. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExce…...PDF document with around 416 pages. System.OutOfMemoryException:...TextAbsorber.Visit(Page page) at Aspose.Pdf.Page.Accept(TextAbsorber...

    forum.aspose.com/t/outofmemoryexception-when-ge...
  9. 创建或添加表格到PDF|Aspose.PDF for Java

    学习如何在PDF文档中创建或添加表格,应用单元格样式,拆分表格到页面上,并自定义行和列等。...pdfDocument = new Document (); Page page = pdfDocument . getPages ()...5 4" ); // 将表格对象添加到输入文档的第一页 page . getParagraphs (). add ( table...

    docs.aspose.com/pdf/zh/java/add-table-in-existi...
  10. Create VSSX Files via C# | products.aspose.com

    C# Sample code for generating VSSX documents. Use this code for creating VSSX files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vssx/