Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 346,623 for

save

(0.12 sec)
  1. Extract Text From Word Document in C#

    You can easily extract text from Word Document in C# with this brief tutorial. It encompasses steps for setting up the development environment, step-by-step workflow, and a working sample code to convert Word to TXT in C#....properties Save the Word file as TXT on the disk using the Save method...DOCX is saved as a TXT file on the disk using the Save method...

    kb.aspose.com/words/net/extract-text-from-word-...
  2. Convert ODP to PDF in Python

    This brief article highlights how to convert ODP to PDF in Python. It also represents the required steps to establish the development environment along with a list of programming tasks, and an example code to transform ODP to PDF in Python.... Steps to Save ODP to PDF using Python Establish...the desired PDF file options Save the ODP file as a PDF on the...

    kb.aspose.com/slides/python/convert-odp-to-pdf-...
  3. Conversion from Word to Excel using C#

    This article teaches the conversion from Word to Excel using C#. It has all the details to set the IDE, a list of steps, and a sample code for the development of Word document to Excel converter using C#....couple of API calls only and also save the output file to other formats...Define the output format as XLSX Save the output file as an Excel...

    kb.aspose.com/words/net/conversion-from-word-to...
  4. JavaScript via C++ | Work with PDF directly in ...

    Aspose.PDF for JavaScript via C++ is an easy and secure toolkit used to work with PDF directly in the web browser...can easily save PDF to DOC and DOCX formats. Save PDF pages in...convert PDF pages to images save each page in JPG format Convert...

    products.aspose.com/pdf/javascript-cpp/
  5. 在Ruby中将Excel转换为PDF文件|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....def excel_to_pdf ( workbook ) save_format = Rjb :: import ( 'com...SaveFormat' ) # Save the document in PDF format workbook . save ( @data_dir...

    docs.aspose.com/cells/zh/java/converting-excel-...
  6. FontFallbackSettings Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontFallbackSettings for customizable font fallback options, ensuring seamless document rendering and enhanced text display.... Save ( Stream ) Saves the current fallback...settings to stream. Save ( string ) Saves the current fallback...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Table.clearBorders method | Aspose.Words for No...

    Table.clearBorders method. Removes all table and cell borders on this table.... save ( base . artifactsDir + "Table...cells in the table, and then save the document. table . clearBorders...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Document::get_LayoutOptions meth...

    Aspose::Words::Document::get_LayoutOptions method. Gets a LayoutOptions object that represents options to control the layout process of this document in C++....set_ShowHiddenText ( showHiddenText ); doc -> Save ( get_ArtifactsDir () + u "Document...showParagraphMarks ); doc -> Save ( get_ArtifactsDir () + u "Document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...Add ( 5 , 5 , imagePath ); // Save workbook U16String outputPath...u "output.xls" ; workbook . Save ( outputPath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  10. 将页码添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用PageNumber Stamp类将页码印章添加到PDF文件中。...pageNumberStamp ); // Save PDF document document . Save ( dataDir + "PageNumberStamp_out...artifact ); } } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/add-page-number/