Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 77,381 for

txt

(0.3 sec)
  1. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....JSON in C# Convert TXT to PDF in Java Convert TXT to PDF in C# Convert...

    kb.aspose.com/words/page/2/
  2. Working with CPIO Archives in C# | Aspose.Zip f...

    Examples of using a C# library to create, compress, and extract CPIO archives....txt" ); 4 FileInfo fi2 = new FileInfo( "asyoulik.txt" );..."alice29.txt" , fi1); 9 archive.CreateEntry( "asyoulik.txt" , fi2);...

    docs.aspose.com/zip/net/cpio-archiving/
  3. Feature Tour|Aspose.Words for Reporting Services

    Features of the Aspose.Words for Reporting Services....WordprocessingML, HTML, MHTML, ODT, TXT, XPS and EPUB Export Same Reports...

    docs.aspose.com/words/reportingservices/feature...
  4. 使用文本|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.... add ( new Txt ( "New Text" )); } } // save...getText (). getValue (). add ( new Txt ( "TextStyle_Regular\n" )); shape...

    docs.aspose.com/diagram/zh/java/working-with-text/
  5. How to paste from Excel and HTML|Documentation

    Paste tabular content from Excel or HTML into GridJs through the clipboard, including supported cell text and style properties parsed from HTML table content....text paste uses pasteFromText(txt, error) . // Internal GridJs...Promise<void> pasteFromText(txt, error) ( core/data_proxy.js...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  6. How to Add Files To Archives Without Compression

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications....txt" ); FileInfo fi2 = new FileInfo( "asyoulik.txt" ); using..."alice29.txt" , fi1); archive.CreateEntry( "lcet10.txt" , fi2);...

    products.aspose.com/zip/net/advanced-api-featur...
  7. TxtOfficeMathExportMode Enum | Aspose.Words for...

    TxtOfficeMathExportMode lets you choose how Word OfficeMath equations are exported to text for better accuracy and readability....OfficeMath object as Latex in TXT. Document doc = new Document..."TxtSaveOptions.ExportOfficeMathAsLa.txt" , saveOptions ); See Also namespace...

    reference.aspose.com/words/net/aspose.words.sav...
  8. TxtOfficeMathExportMode enumeration | Aspose.Wo...

    aspose.words.saving.TxtOfficeMathExportMode enumeration. Specifies how Aspose.Words exports OfficeMath to [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT)....OfficeMath object as Latex in TXT. doc = aw . Document ( file_name...'TxtSaveOptions.ExportOfficeMathAsLa.txt' , save_options = save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Supported Features on Document Save|Aspose.Word...

    Save a document in most of popular formats and supports lots of Microsoft Word features....options for RTF format TXT save options for TXT format ODT save options...

    docs.aspose.com/words/java/supported-features-o...
  10. Extract text from PDF in Rust | Aspose.PDF

    A straightforward source code for extracting text from PDF files using the Rust library....PDF-document contents as plain text let txt = pdf . extract_text () ? ; //...( "Extracted text: \n {} " , txt ); Ok (()) } Copy code to the...

    products.aspose.com/pdf/rust-cpp/parser/text/