Sort Score
Result 10 results
Languages All
Labels All
Results 6,861 - 6,870 of 188,041 for

page

(1.91 sec)
  1. Several TEXT Into GIF Java

    Merge multiple TEXT into GIF in Java code. Save TEXT as GIF using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/text-to-gif/
  2. Several HTML Into JPG Java

    Merge multiple HTML into JPG in Java code. Save HTML as JPG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/html-to-jpg/
  3. Excel spredsheet fails when converting to PDF -...

    Hi Aspose team, We have problems converting the attached Excel file to PDF. Måleprotokoll.zip (192.1 KB). We get this exception in VS: image.png (42.4 KB) Using this code: Aspose.Cells.License license; license = n…... Use Page Breaks : If your Excel file...complex layout, consider using page breaks to control how the content...

    forum.aspose.com/t/excel-spredsheet-fails-when-...
  4. Removing Paragraphs with Template Syntax Tags i...

    Learn how remove paragraphs containing only template tags using LINQ in C#.... What is this page about? This page explains how to remove...results. Please refresh the page and try again....

    docs.aspose.com/words/net/removing-paragraphs-c...
  5. Docx vs html output - Free Support Forum - aspo...

    Hi Alexey, We are currently have 2 issues with exporting to html. Attached are the docx file and html file, the code to save aspose tree to the documents are: inlineXbrlDoc.Save("c:\\Vob\\GitRepos\\test2.docx"); option…...goal is to display the HTML on page, then this format can be considered...FirstPageHeaderFoote . In this mode, the first page header and footer are exported...

    forum.aspose.com/t/docx-vs-html-output/326795
  6. Переглядач файлів PSD | products.aspose.com

    Переглядач файлів PSD...NET page Official Aspose.PSD for Java page Official Aspose...Aspose.PSD for Python via .NET page Aspose.PSD for .NET Pricing...

    products.aspose.com/psd/ua/view/psd-file-viewer/
  7. Restarting List Numbering Dynamically in C#|Asp...

    Restart list numbering within your documents dynamically when building a report using C#.... What is this page about? This page explains how to restart...results. Please refresh the page and try again....

    docs.aspose.com/words/net/restarting-list-numbe...
  8. Convert DOC To EPUB Java

    Convert DOC to EPUB format in Java code. Save DOC as EPUB using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.epub", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...
  9. Convert DOC To DOCX Java

    Convert DOC to DOCX format in Java code. Save DOC as DOCX using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.docx", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...
  10. Convert JPG To TXT Java

    Convert JPG to TXT format in Java code. Save JPG as TXT using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.txt", page + 1)...

    products.aspose.com/words/java/conversion/jpg-t...