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

setup

(0.39 sec)
  1. Creating Simple Application|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/creating-simp...
  2. Create 7Z File Opener in Python

    This guide covers how to create a 7z file opener using Python. It details the complete process and code needed to unzip 7z archives in Python.... The explanation includes setup guidelines and a Python code...

    kb.aspose.com/zip/python/create-7z-file-opener-...
  3. 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/
  4. Cross Platform Support for the .net Email libra...

    I am curious if you have official support for using the .Net Email library on Linux? (and mac while I’m asking). I have a .Net Lambda using the library and I’d like to look into converting into a linux based docker co…... This setup will allow you to run your existing...

    forum.aspose.com/t/cross-platform-support-for-t...
  5. Aspose::Words::Run::get_Text method | Aspose.Wo...

    Aspose::Words::Run::get_Text method. Gets or sets the text of the run in C++....section ); // Set some page setup properties for the section....

    reference.aspose.com/words/cpp/aspose.words/run...
  6. 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...
  7. "Aspose.TotalforPythonvia.NET.lic" not working ...

    Getting error Proxy error(InvalidOperationException): The license is not valid for this product #!/usr/bin/env python3 """ HTML to PDF Converter Using Official Documentation Pattern Based on official Aspose.HTML Python …..._setup_license_official_pattern() def _setup_license_..._setup_license_official_pattern(self): """Setup license using OFFICIAL DOCUMENTATION...

    forum.aspose.com/t/aspose-totalforpythonvia-net...
  8. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...option is enabled in the “Page Setup | Sheet” dialog tab for the...white" option/setting in Page Setup|Sheet tab worksheet.PageSetup...

    forum.aspose.com/t/extarct-content-from-excel-a...
  9. Convert SVG to JPG in Python – Aspose.HTML

    Convert SVG to JPG using the Aspose.HTML Python library. Learn about ImageSaveOptions and consider Python code examples for converting SVG to JPG....image as rim 7 8 # Setup directories and define paths...save options, such as page setup or resolution. Use one of the...

    docs.aspose.com/html/python-net/convert-svg-to-...
  10. 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...