Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 192,014 for

page

(0.22 sec)
  1. Add Watermark To PDF with Node.js via C++|Docum...

    Learn how to add text and image watermarks to PDF while converting Excel to PDF using Aspose.Cells for Node.js via C++....background, and scale to the page in RenderingWatermark . const...Prepare a workbook with three pages. const wb = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/add-watermark-...
  2. 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...
  3. Interactive Annotations using Java|Aspose.PDF f...

    Learn how to add, inspect, and delete link annotations in PDF documents using Java....document and search the first page for the target text. Use the...URI. Add the annotation to the page and save the updated PDF. public...

    docs.aspose.com/pdf/java/pdfannotationeditor-cl...
  4. Create Tagged PDF in Java|Aspose.PDF for Java

    Learn how to create tagged PDF documents in Java with Aspose.PDF, including PDF/UA structure elements, accessible form fields, TOC Pages, and automatic tagging....a new PDF Document and add a page with a form field. Add the form...document = new Document ()) { Page page = document . getPages ()....

    docs.aspose.com/pdf/java/create-tagged-pdf/
  5. Using XPS graphic utilities | .NET

    Discover how to easily create images and relatively complex shapes on an XPS Page using graphic utilities in Aspose.Page API for .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/xps/graphic-utilities/
  6. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfDocuments = new List(); IList pages = document.GetChildNodes();...GetChildNodes(); for (int i = 0; i < pages.Count(); i++) { PdfSaveOptions opts...

    forum.aspose.com/t/key-not-found-exception/293338
  7. FieldOptions.CustomTocStyleSeparator | Aspose.W...

    Discover the FieldOptions CustomTocStyleSeparator property to easily customize your FieldToc field's style separator for enhanced document navigation....style to the left, // and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/net/aspose.words.fie...
  8. "GetRowHeightInch" returns wrong height for aut...

    See attached sample: I write a long text to a cell, set “IsTextWrapped = true” and call “AutoFitRows”. AsposeCellsRowHeightInch.zip (11.9 KB) When calling “GetRowHeightInch” afterwards (for setting horizontal Page brea…...afterwards (for setting horizontal page breaks at certain rows), this...(upper part of screenshot). In Page layout view or print preview...

    forum.aspose.com/t/getrowheightinch-returns-wro...
  9. Create VSSX Files via C# | products.aspose.com

    C# Sample code for generating VSSX documents. Use this code for creating VSSX files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vssx/
  10. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = new com.aspose.pdf.Document();) { final com.as…...// -- Add a page to the PDF try (final Page page = document.getPages()...fragment to the page's paragraphs collection page.getParagraphs()...

    forum.aspose.com/t/pdfexception-during-xml-to-p...