Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 143,364 for

page

(0.29 sec)
  1. Set DeviceInfo in rsreportserver.config|Documen...

    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....report header item into Excel page header. The default value is...report footer item into Excel page footer. The default value is...

    docs.aspose.com/cells/reportingservices/set-dev...
  2. 向多个文档添加页脚|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....Description| &P Current page number| &N Page count|&D Current date|...

    docs.aspose.com/cells/zh/sharepoint/add-footer-...
  3. Aspose::Words::Fields::FieldCitation::set_PageN...

    Aspose::Words::Fields::FieldCitation::set_PageNumber method. Sets a Page number associated with the citation in C++....FieldCitation::set_PageNumber method Sets a page number associated with the citation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. DNN Users and Roles Export Module|Aspose.Words ...

    Export DNN Users along with their roles into Microsoft Word using Aspose.Words DNN Users and Roles Export Module in C#....level account Navigate to the page where you want to add the Import...place of your choice on the page. You have successfully added...

    docs.aspose.com/words/net/dnn-users-and-roles-e...
  5. Converting a Presentation to HTML in Java Uses ...

    Hello, when converting a specific PowerPoint slide (that was created based on a master template) to HTML, characters in Calibri font (but quite sure it’s not specific to this font) are not correctly converted. The chara…...that was created as a new 2nd page in the same slides works correctly...template (page one is created based on the template, while page two...

    forum.aspose.com/t/converting-a-presentation-to...
  6. Convert EML to TIFF via C# | products.aspose.com

    Sample code for EML to TIFF C# conversion. Use API example code for batch EML files to TIFF conversion within VB.NET, Asp.NET or any .NET based application.... Set page layout. Enable Auto-Fit for...MessageFormattingFla.MailInfo; // Set page layout for printing printer...

    products.aspose.com/email/net/conversion/eml-to...
  7. How to Convert PDF to Image in C#

    This tutorial will show you how to convert PDF to image in C#. It will teach you how using C# convert PDF to image of any type like PNG, BMP, JPG, and others....Page Product Family Aspose.PSD Product...the page width, and many others. For converting a PDF page to...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-ima...
  8. Convert TEXT To WORD Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert DOC To RTF Javascript

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

    products.aspose.com/words/nodejs-net/conversion...
  10. Several HTML Into SVG C++

    Merge multiple HTML into SVG in C++ code. Save HTML as SVG 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-svg/