Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 11,405 for

setup

(0.06 sec)
  1. Excel Spreadsheet PHP API | products.aspose.com

    PHP Excel spreadsheet API to read write and convert XLS XLSX CSV TSV HTML ODS SpreadsheetML & all Excel 97-2016 formats. Export Spreadsheets to multiple formats...spreadsheet Configure page setup Create and manipulate comments...control over the worksheet's page setup thus allowing you to manipulate...

    products.aspose.com/cells/php-java/
  2. Aspose::Words::Inline::get_Font method | Aspose...

    Aspose::Words::Inline::get_Font method. Provides access to the font formatting of this object in C++....section ); // Set some page setup properties for the section....

    reference.aspose.com/words/cpp/aspose.words/inl...
  3. Aspose::Words::Paragraph::get_ParagraphFormat m...

    Aspose::Words::Paragraph::get_ParagraphFormat method. Provides access to the paragraph formatting properties in C++....section ); // Set some page setup properties for the section....

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Getting Headers or Footers with JavaScript via ...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the JavaScript via C++ API.... You can also use the Page Setup dialog box if you want to view...footers only by using the Page Setup dialog box. Getting Headers...

    docs.aspose.com/cells/javascript-cpp/get-header...
  5. Converting Worksheet to Image and Worksheet to ...

    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.... Setup Project First, download Aspose...application, but you can use any setup that integrates with JavaScript...

    docs.aspose.com/cells/javascript-cpp/converting...
  6. How to Run the Examples|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....through the necessary steps by setup Aspose.Email for Android via...you have to first acquire the setup of Android Studio and install...

    docs.aspose.com/email/androidjava/how-to-run-th...
  7. SheetRender toImage Changing Font from Calibri ...

    I have a test excel spreadsheet that if I run through the code via SheetRender.toImage() the font changes from Calibri to TimesNewRoman. I believe this is something to do with default formatting since the cells around my…...final PageSetup setup = sheet.getPageSetup(); setup.setPrintArea(“B2”);...as 0 setup.setLeftMargin(0); setup.setRightMargin(0); setup.setTopMargin(0);...

    forum.aspose.com/t/sheetrender-toimage-changing...
  8. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...Document(slidePdfStream); // Set page setup for each section in slideDoc...//msImage.Position = 0; // Setup page size for landscape builder...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...
  9. ConvertUtil class | Aspose.Words for Python

    aspose.words.ConvertUtil class. Provides helper functions to convert between various measurement units... page_setup . paper_size = aw . PaperSize...PaperSize . LEGAL builder . page_setup . orientation = aw . Orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert SVG to PDF in Python

    This tutorial elaborates on how to convert SVG to PDF in Python. It discusses the program flow and a runnable code snippet to render SVG to PDF in Python....PDF file encryption, and page setup, along with many other properties...

    kb.aspose.com/svg/python/convert-svg-to-pdf-in-...