Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 189,247 for

page

(0.2 sec)
  1. for DNN|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with DNN content management systems using C#.... What is this page about? This page outlines how Aspose...results. Please refresh the page and try again....

    docs.aspose.com/words/net/aspose-words-net-for-...
  2. VbaProject.codePage property | Aspose.Words for...

    VbaProject.codePage property. Gets or sets the VBA project’s code Page....sets the VBA project’s code page. get codePage () : number Remarks...explicitly set appropriate code page to preserve regional character...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python.... Use this page when you need to update text...PDF pages. Replace existing text Replace Text in all pages of...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  4. 将各种图像格式转换为PDF|Aspose.PDF for C++

    本主题向您展示如何使用Aspose.PDF for C++库将各种图像格式转换为PDF。... 向此 Document 添加一个新的 Page 。 创建一个新的 Aspose.Pdf BMP。 使用输入文件初始化...(); // Add empty page in empty document auto page = document ->...

    docs.aspose.com/pdf/zh/cpp/convert-images-forma...
  5. Aspose pdf is failing to convert text containin...

    Hello, I’m using TextAbsorber to extract text from pdf but it is failing to convert the superscript and subscript from pdf. The pdf contains simple mathematical and chemistry equations. Please guide me to get it done, I…...convertToText(Document pdfDocument, int page) throws Exception { // Create...the absorber for all PDF page if (page == 0) { pdfDocument.getPages()...

    forum.aspose.com/t/aspose-pdf-is-failing-to-con...
  6. Public API Changes in Aspose.PDF for Java 9.1.0...

    Discover the key public API changes in Aspose.PDF for Java version 9.1.0, ensuring optimal use of the new features and fixes....0 Contents [ Hide ] This page lists the public API changes...getAccessPermissions() public void certify(int page, String SigReason, String SigContact...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  7. How to Save Selected Pages in PDF using C#

    This article describes how to save selected Pages in PDF using C#. It has the IDE settings, a list of steps, and a runnable sample code demonstrating how to select Pages from PDF and save using C#....Page Product Family Aspose.PSD Product...Family How to Save Selected Pages in PDF using C# This article...

    kb.aspose.com/pdf/net/how-to-save-selected-page...
  8. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... Add the table to a page. Save the file. The following...object to first page of input document doc . pages [ 1 ] . paragraphs...

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  9. Extra Annotations using C#|Aspose.PDF for .NET

    Learn how to add additional annotations to PDF files in .NET using Aspose.PDF for interactive document features....we can Add annotations to the page. The following code snippet...CaretAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/net/extra-annotations/
  10. Integrate PDF Tables with Data Sources in Pytho...

    Learn how to integrate PDF tables with data sources such as databases and pandas DataFrames in Python.... Add a page to the document. Convert the.... Add the table to the page with page.paragraphs.add(table) ...

    docs.aspose.com/pdf/python-net/integrate-table/