Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 185,608 for

page

(0.48 sec)
  1. SaveOptions.UpdateFields | Aspose.Words for .NET

    Discover how the SaveOptions UpdateFields property optimizes document saving by updating specific field types before converting to fixed formats. Default, true....saving the document to a fixed page format. Default value for this...( doc ); // Insert text with PAGE and NUMPAGES fields. These fields...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ViewOptions class | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewOptions class. Provides various options that control how a document is shown in Microsoft Word...text and the top edge of the page. formsDesign Specifies whether...document to fit the width of the page. // Set the "ZoomType" property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Update Fields in C++|Aspose.Words for C++

    Learn how to update fields in C++. Update fields programmatically or use automatic field update using C++ API....the field is a formula or a page number, it will contain the...or XPS the fields related to page-numbering in headers/footers...

    docs.aspose.com/words/cpp/update-fields/
  4. Change Background of VDW File via Python | prod...

    Python source code to change background of VDW documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-net/changeba...
  5. Table.verticalAnchor property | Aspose.Words fo...

    Table.verticalAnchor property. Gets the base object from which the vertical positioning of floating table should be calculated...toEqual ( false ); // Only Margin, Page, Column available in RelativeHorizontalPo... . Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Layout detecton|Documentation

    How to detect the layout on the provided image.... Page int Page number for multi-page images. Paragraphs...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/net/layout_detection/
  7. Change Background of VSD File via Python | prod...

    Python source code to change background of VSD documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-java/changeb...
  8. How to Add PDF Pages in Between using Python

    This article contains information on how to add PDF Pages in between using Python. It provides step-wise details to set the IDE, write the application and a runnable sample code to add PDF Page to PDF using Python....Page Product Family Aspose.PSD Product...Product Family How to Add PDF Pages in Between using Python This...

    kb.aspose.com/pdf/python/how-to-add-pdf-pages-i...
  9. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape Pages to PDF using Aspose.Words, the Pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…...Landscape pages are rendered as portrait pages when converting...landscape pages to PDF using Aspose.Words, the pages in the PDF...

    forum.aspose.com/t/landscape-pages-are-rendered...
  10. Help needed with coordinate conversion for PDF ...

    I have attached the pdf file and code that i am using to place stamp, so i get blank space coordinate in system.drawing.rect that i convert them using below code, it works for most of the files but not working for one i …... foreach (var pageKv in pages.OrderBy(x => x.Key)) { int pageIndex...info = pageKv.Value; Aspose.Pdf.Page newPage; lock (_asposeLock)...

    forum.aspose.com/t/help-needed-with-coordinate-...