Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 184,616 for

page

(0.42 sec)
  1. LoadOptions.use_system_lcid property | Aspose.W...

    LoadOptions.use_system_lcid property. Gets or sets whether to use LCID value obtained from Windows registry to determine Page setup default margins....Windows registry to determine page setup default margins. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldNext Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNext class to efficiently manage NEXT fields in your documents. Enhance your document automation today!...merge multiple rows into one page during a mail merge. public...table would normally create a 3-page document. DataTable table =...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Insert and Append Documents in C#|Aspose.Words ...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in C#....Hide ] What is this page about? This page explains how to insert...need to include additional pages from a document to the end of...

    docs.aspose.com/words/net/insert-and-append-doc...
  4. FieldXE.Text | Aspose.Words for .NET

    Manage your FieldXE text property effortlessly. Easily get or set entry text for seamless data handling and enhanced user experience....on the left side // and the page containing the XE field on the...MainBookmark \\f A" )); // On a new page, start the bookmark with a name...

    reference.aspose.com/words/net/aspose.words.fie...
  5. HTML Image Code Generator – Online Tool and C# ...

    Generate html code for image and use it in your own website. HTML Image Generator creates HTML and C# code for an HTML image element....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/html/net/generators/image/
  6. Aspose.Diagram Java For Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ruby Working with Pages in Ruby Get a Page Object from Visio...Blank Page into a Visio Drawing in Ruby Retrieve Visio Page Information...

    docs.aspose.com/diagram/java/aspose-diagram-jav...
  7. PDF Conversion Formatting Issue – Column Breaks...

    Description: We are facing a formatting issue during DOCX to PDF conversion using Aspose.Words. When generating documents in DOCX format, the output appears as expected with correct column and Page breaks. However, whe…...expected with correct column and page breaks. However, when the same...across columns/pages. Expected Behavior: Column and page breaks in...

    forum.aspose.com/t/pdf-conversion-formatting-is...
  8. Convert PDF To WORD C#

    Convert PDF to WORD format in C# code. Save PDF as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert WORD To PDF C#

    Convert a Word document to PDF format in C# code. Save a Word document as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  10. Convert JPG To GIF C#

    Convert JPG to GIF format in C# code. Save JPG as GIF using C#....gif); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.gif", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...