Sort Score
Result 10 results
Languages All
Labels All
Results 6,661 - 6,670 of 187,961 for

page

(1.44 sec)
  1. 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-...
  2. 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...
  3. 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
  4. Переглядач файлів 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/
  5. 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...
  6. Plugins|Aspose.PDF for .NET

    Learn how to use various plug-ins based on Aspose.PDF... Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/net/plugins/
  7. Відкрити файл AI онлайн | products.aspose.com

    Відкрити PSD файл онлайн за допомогою Aspose.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/open-psd-online/
  8. Several HTML Into Image C++

    Merge multiple HTML into Image in C++ code. Save HTML as Image using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/html-to-image/
  9. Several TEXT Into PNG C++

    Merge multiple TEXT into PNG in C++ code. Save TEXT as PNG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-png/
  10. Convert HTML To PDF Javascript

    Convert HTML to PDF format in JavaScript code. Save HTML as PDF using JavaScript....html") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.pdf`);...

    products.aspose.com/words/nodejs-net/conversion...