Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 192,335 for

page

(2.56 sec)
  1. Split VSTM Files via .NET | products.aspose.com

    C# source code to Split vstm file on .NET Framework, .NET Core, Mono Platforms....each page Create a new Diagram class object Copy the page via...VSDX" ); foreach (Page page in diagram.Pages) { Diagram dia =...

    products.aspose.com/diagram/net/splitter/vstm/
  2. Split VSDX Files via .NET | products.aspose.com

    C# source code to Split vsdx file on .NET Framework, .NET Core, Mono Platforms....each page Create a new Diagram class object Copy the page via...VSDX" ); foreach (Page page in diagram.Pages) { Diagram dia =...

    products.aspose.com/diagram/net/splitter/vsdx/
  3. Add Popup Annotations|Aspose.PDF for Python via...

    This example loads a PDF, adds a popup annotation to the first Page, and saves the modified document. The popup is set to be visible by default and displays the specified comment text....location, content, visibility, and page number. Create the PdfContentEditor...) # Add popup annotation to page 1 content_editor . create_popup...

    docs.aspose.com/pdf/python-net/add-popup-annota...
  4. Remove Highlight from PDF using Python

    Follow this article to remove highlight from PDF using Python. It has details to set the IDE, a list of steps, and a sample code demonstrating how to erase highlight in PDF using Python by removing all or a particular annotation....Page Product Family Aspose.PSD Product...in it Parse through all the pages in the PDF and collect all the...

    kb.aspose.com/pdf/python/remove-highlight-from-...
  5. How to Insert Word Header and Footer using C#

    In this tutorial you will learn how to insert Word header and footer using C# without interop. This tutorial can be used to add header and footer in Word using C# and insert some text into them....Page Product Family Aspose.PSD Product...differently for first, even and odd pages. The C# code example in this...

    kb.aspose.com/words/net/how-to-insert-header-an...
  6. Split VST Files via .NET | products.aspose.com

    C# source code to Split vst file on .NET Framework, .NET Core, Mono Platforms....each page Create a new Diagram class object Copy the page via...VSDX" ); foreach (Page page in diagram.Pages) { Diagram dia =...

    products.aspose.com/diagram/net/splitter/vst/
  7. 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...
  8. Building forms programmatically|Documentation

    Describe the OMR form directly in the application code....must also define at least one page as an instance of PageConfig...code generates an empty single-page OMR form: TemplateConfig templateConfig...

    docs.aspose.com/omr/net/programmatic-forms/
  9. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Python via Java.... Multi-page TIFF images are fully supported...cannot extract images from HTML pages and does not support authentication...

    docs.aspose.com/ocr/python-java/supported-file-...
  10. 使用 Java 向 PDF 添加标题 | Aspose.PDF

    用于在任何平台上在 PDF 文档中添加标题的 Java 源代码。...// Add header on all pages for ( Page page : pdfDocument . getPages...getPages ()) { page . addStamp ( textStamp ); } // Save updated...

    products.aspose.com/pdf/zh-hans/java/header/