Sort Score
Result 10 results
Languages All
Labels All
Results 5,611 - 5,620 of 187,704 for

page

(0.09 sec)
  1. Visio Documents Python API | products.aspose.com

    Aspose.Diagram for Python via Java is a visio javascript API to read, write and convert Microsoft Visio Documents like VSDX, VDX and more formats...diagram data like document, page, master, shape, stylesheet,...the highest fidelity. Export Page of Visio VSDX File to PNG Format...

    products.aspose.com/diagram/python-java/
  2. Document.updateFields method | Aspose.Words for...

    Document.updateFields method. Updates the values of fields in the whole document....related to the page layout algorithms (e.g. PAGE, PAGES, PAGEREF)...PAGEREF). The page layout-related fields are updated when you render...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Layout::LayoutOptions::set_Callb...

    Aspose::Words::Layout::LayoutOptions::set_Callback method. Sets IPageLayoutCallback implementation used by Page layout model in C++....IPageLayoutCallback implementation used by page layout model. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. Compare PDF Documents using C#

    This article guides on how to compare PDF documents using C#. It has the details to set the IDE, a list of steps, and a sample code for PDF to PDF comparison using C#....Page Product Family Aspose.PSD Product...You will learn to compare page by page or compare the two PDFs...

    kb.aspose.com/pdf/net/compare-pdf-documents-usi...
  5. Aspose::Words::Document::NormalizeFieldTypes me...

    Aspose::Words::Document::NormalizeFieldTypes method. Changes field type values FieldType of FieldStart, FieldSeparator, FieldEnd in the whole document so that they correspond to the field types contained in the field codes in C++....)); fieldText -> set_Text ( u "PAGE" ); // Changing the field code...the old type. ASSERT_EQ ( u "PAGE" , field -> GetFieldCode ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Visio Documents Node.js API | products.aspose.com

    Aspose.Diagram for Node.js via Java is a visio javascript API to read, write and convert Microsoft Visio Documents like VSDX, VDX and more formats...diagram data like document, page, master, shape, stylesheet,...the highest fidelity. Export Page of Visio VSDX File to PNG Format...

    products.aspose.com/diagram/nodejs-java/
  7. Product Overview|Aspose.Words for .NET

    Aspose.Words for .NET is a software library designed to create, modify, convert, render, and print documents without relying on any other software.... What is this page about? This page explains the Aspose...or that has the concept of pages. You can convert whole documents...

    docs.aspose.com/words/net/product-overview/
  8. Multiple Discrepancies When Saving a Presentati...

    Hello, I’m trying to save each slide from a PowerPoint presentation as an image, but there are several discrepancies. Could you please confirm whether this is a bug? Thank you Code: new Presentation("/path/to/charts…...all fixes on the Release Notes page. You can also find the latest...library on the Product Download page. aspose.notifier December 22...

    forum.aspose.com/t/multiple-discrepancies-when-...
  9. PageSetup.line_number_restart_mode property | A...

    PageSetup.line_number_restart_mode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new Page or section or runs continuously....over at the beginning of a new page or section or runs continuously...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Question regarding unreleased memory even after...

    Hi, I’m experiencing a memory issue with the latest version of Aspose.PDF (v25.11) in C#. Background: When I use Aspose.PDF’s Accept(TextFragmentAbsorber visitor) method, I notice that memory is not being released and…...; PageCollection pages = pdfDocument.Pages; var absorber = new...TextSearchOptions(true) }; foreach(Page page in pages) { // Accept the absorber...

    forum.aspose.com/t/question-regarding-unrelease...