Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 190,005 for

page

(0.62 sec)
  1. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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 of the Visio diagram by name Page page = diagram...diagram . getPages (). getPage ( "Page-1" ); // get shape of the Visio...

    docs.aspose.com/diagram/java/public-api-changes...
  2. Aspose.Total for Reporting Services|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....for Reporting Services Product Page Download Aspose.Words for Reporting...for Reporting Services Product Page Download Aspose.Cells for Reporting...

    docs.aspose.com/total/reportingservices/
  3. Converting a DICOM file to PDF using C++ | Aspo...

    Sample code for DICOM to PDF conversion using C++. Use C++ example for batch DICOM to PDF conversion....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/cpp/conversion/dicom-to...
  4. Create VSTM Files via Python | products.aspose.com

    Python Sample code for generating VSTM documents. Use this code for creating VSTM files within any Python based application.....the first page of the diagram. Add text in the page. Use save...the first page of the diagram. page = diagram.Pages[ 0 ]; // Add...

    products.aspose.com/diagram/python-net/create/v...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Java 向 PDF 添加页面图章 https://products.aspose.com/pdf/zh-hans/java/stamps/Page/ Recent content in 使用 Java 向 PDF 添加页面图章 on Aspsoe.PDF Products Hu......com/pdf/zh-hans/java/stamps/page/ Recent content in 使用 Java 向...com/pdf/zh-hans/java/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/java/stamps/pag...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Python 向 PDF 添加页面图章 https://products.aspose.com/pdf/zh-hant/python-net/stamps/Page/ Recent content in 使用 Python 向 PDF 添加页面图章 on Aspsoe.PDF P......com/pdf/zh-hant/python-net/stamps/page/ Recent content in 使用 Python...com/pdf/zh-hant/python-net/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/python-net/stam...
  7. Prolblem convert html to pdf/a with compliance ...

    Hi, my company has upgraded to Aspose 23. I’m having a problem when I try to convert HTML to PDF/A with a compliance level. From what I understand, it’s no longer possible to directly set the compliance level on the A…... I also need to manage some page margins for possible document...i margini final Page page = new Page(); page.setMargin(new Margin(20...

    forum.aspose.com/t/prolblem-convert-html-to-pdf...
  8. 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...
  9. 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/
  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/