Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 187,699 for

page

(0.41 sec)
  1. How to get Images from a PDF in Java

    This quick tutorial guides on how to get images from a PDF in Java. It shares all details required to configure the environment, a step-by-step process to accomplish the task and a runnable sample code that get PDF images in Java....Page Product Family Aspose.PSD Product...collection of the target PDF page from which the image is to be...

    kb.aspose.com/pdf/java/how-to-get-images-from-a...
  2. 设置默认字体名称|Aspose.PDF for .NET

    本节描述了如何在从 PDF 转换为图像的过程中设置默认字体名称。...= ro ; // Process the first page of the document and save it...pngDevice . Process ( document . Pages [ 1 ], imageStream ); } } }...

    docs.aspose.com/pdf/zh/net/set-default-font-name/
  3. Special Recognition Settings|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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/barcode/java/special-recognitio...
  4. User Guide|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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/jasperreports/user-guide/
  5. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...all the pages foreach (Page page in pdfDocument.Pages) { // Adjust...and CropBox page.MediaBox = new Rectangle( page.MediaBox.LLX...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  6. Your First Aspose.Diagram Application - Hello W...

    This Page describes how to create first application with Aspose.Diagram library....‘Hello World’ in a specified Page. Creating the Hello World Application...writes Hello World! on the first page and saves the Visio file. //...

    docs.aspose.com/diagram/java/your-first-aspose-...
  7. Convert PDF file to HTML format|Aspose.PDF for ...

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with PHP library....large PDF file with several pages to HTML format, the output appears...HTML page. It can end up being very long. To control page size...

    docs.aspose.com/pdf/php-java/convert-pdf-to-html/
  8. 使用 Java 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码,以编程方式处理 PDF 中的图像...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()...(). get_Item ( 1 ); page . addImage ( DATA_DIR . resolve ( "aspose-logo...

    products.aspose.com/pdf/zh-hans/java/images/
  9. Working with Geometry Section|Documentation

    This section explains how to get geometry of Visio using Aspose.Diagram...); // Set connector shape by page name and ID long connectorId...connector = diagram . Pages . GetPage ( "Page-1" ). Shapes . GetShape...

    docs.aspose.com/diagram/net/working-with-geomet...
  10. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。...将页面添加到PDF文件的页面集合中 auto page = document -> get_Pages () -> Add (); //...circle ); // 将图形对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-circle/