Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 186,627 for

page

(0.13 sec)
  1. Create VSSX Files via Java | products.aspose.com

    Java Sample code for generating VSSX documents. Use this code for creating VSSX files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vssx/
  2. Create VSTM Files via Java | products.aspose.com

    Java Sample code for generating VSTM documents. Use this code for creating VSTM files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vstm/
  3. View & Edit Excel Metadata Free Online - Free O...

    Free Online Edit Excel Spreadsheet properties: title, author, subject, keywords and more....Press Ctrl + D to bookmark this page so that you do not have to search...application Press Ctrl + D to add this page to your favourites or Esc to...

    products.aspose.app/cells/metadata
  4. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into a PDF document using Aspose.PDF for Python via .NET... page_layout_option = ap . HtmlPageLayoutOption...HtmlPageLayoutOption . SCALE_TO_PAGE_WIDTH document = ap . Document...

    docs.aspose.com/pdf/python-net/convert-html-to-...
  5. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...document, causing unintended page layout changes, with no changes...odd page, even page, continuous) are turned into “new page” section...

    forum.aspose.com/t/section-breaks-erased/319189
  6. C# Split WORD

    Split WORD files into e Pages using C# code. Save WORD as separate files using C#....integrate the extracted Word pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/net/split/word/
  7. PDF E‑Signature API | Aspose.PDF

    Adding digital signature to PDF documents with free cross-platform Apps and High Code APIs for any platform....pdf" ); var page = esign_doc . PdfDocument . Pages [ 1 ]; // Create...FontSize = 50 ; textStamp . Width = page . PageInfo . Width / 3 ; textStamp...

    products.aspose.com/pdf/signature/
  8. PDF to JPEG Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Library on the Documentation pages. To verify the benefits of the...loop to iterate through each page of the document. The loop runs...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  9. Convert HTML To SVG C#

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

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

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

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