Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 187,783 for

page

(0.15 sec)
  1. System Requirements for .NET - Free Support For...

    Hello, I am interested in Aspose.Diagram for .NET. On this Page System Requirements|Documentation it says that the API can only be used up to .NET 4.7.2 and Visual Studio 2019. When do you expect to support new .NET a…... On this page System Requirements|Documentation...update the documentation of the page “System Requirements” as soon...

    forum.aspose.com/t/system-requirements-for-net/...
  2. Aspose.CAD Product Family

    Aspose.CAD allows developers to open, read and process AutoCAD DWG, DXF, DWT and other CAD and BIM file formats, such as: DGN, DWF, DWFX, IFC, STL, IGES, PLT, CF2, OBJ, HPGL, IGS, DXB, STP, DAE, U3D, 3DS, CGM...NET Product Page Install Aspose.CAD for .NET...Aspose.CAD for Java Product Page Download Aspose.CAD for Java...

    docs.aspose.com/cad/
  3. How to Find and Replace Text in PDF using Python

    This article assists on how to find and replace text in PDF using Python. It provides information about setting the environment and a runnable sample code to replace text in a PDF using Python....Page Product Family Aspose.PSD Product...on all the pages of a PDF or on a particular page as per the...

    kb.aspose.com/pdf/python/how-to-find-and-replac...
  4. Aspose::Words::Saving::PdfPageLayout enum | Asp...

    Aspose::Words::Saving::PdfPageLayout enum. Specifies the Page layout to be used when the document is opened in a PDF reader in C++....PdfPageLayout enum Specifies the page layout to be used when the document...Display one page at a time. OneColumn 1 Display the pages in one column...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. 使用工件|Aspose.PDF for Java

    本页介绍如何使用 Aspose.PDF for Java 处理 Artifact 类。代码示例展示了如何向 PDF 页面添加背景图像以及如何获取 PDF 文件第一页上的每个水印。...枚举的值,其中值包括 Background、Layout、Page、Pagination 和 Undefined)。 Artifact...ArtifactCollection 。 为了获取特定页面上的所有工件, Page 类具有Artifacts属性。本主题解释了如何在PDF文件中处理工件。...

    docs.aspose.com/pdf/zh/java/artifacts/
  6. Converting a XML file to JPEG using C# | Aspose...

    Sample code for XML‑to‑JPEG conversion in .NET. Use the API example code for batch XML‑to‑JPEG conversion within VB.NET, ASP.NET, or any .NET‑based application....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/net/conversion/xml-to-j...
  7. Split VSD Files via Python | products.aspose.com

    Python source code to Split vsd file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vsd" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  8. Split VDW Files via Python | products.aspose.com

    Python source code to Split vdw file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vdw" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  9. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...向PDF文件的页面集合中添加页面 auto page = document -> get_Pages () -> Add (); //...arc3 ); // 将Graph对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-arc/
  10. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/insert-footer/