Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 77,658 for

txt

(1.33 sec)
  1. Supported Features on Document Load|Aspose.Word...

    Load and convert a document in most of popular formats and supports lots of Microsoft Word features....options for RTF format TXT load options for TXT format Supported Features...

    docs.aspose.com/words/java/supported-features-o...
  2. 在 PHP 中对形状的每个文本值应用不同的样式|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....-> getValue () -> add ( new Txt ( "TextStyle_Regular" )); $shape...-> getValue () -> add ( new Txt ( "TextStyle_Bold_Italic" ));...

    docs.aspose.com/diagram/zh/java/apply-different...
  3. 从PDF提取表格|Aspose.PDF for C++

    Aspose.PDF for C++使您能够对PDF文档中包含的表格进行各种操作。您可以在现有PDF文档中添加和提取表格,在新页面上渲染表格等。...textFragmentCollecti ) { String txt ; for ( auto seg : fragment ->...-> get_Segments ()) { txt += seg -> get_Text (); } Console ::...

    docs.aspose.com/pdf/zh/cpp/extract-table-from-e...
  4. Differentiating Duplicate Values in PDF Tables ...

    Hi Team, We need to extract table data from a PDF document. Based on a specific key, we must retrieve the corresponding value from the table. However, there is a challenge: the same key can have duplicate values across …...string txt = ""; foreach (var seg in fragment.Segments) { txt +=...seg.Text; } Console.WriteLine(txt); } } } } } } Please correct...

    forum.aspose.com/t/differentiating-duplicate-va...
  5. Փոխարկել տեքստը պատկերի Java-ում

    Դուք կարող եք տեքստը վերածել պատկերի Java-ում՝ հետևելով այս արագ ուղեցույցին: Այն ընդգրկում է քայլ առ քայլ գործընթացը և գործարկվող կոդի հատվածը՝ Java-ով Txt JPG-ի արտահանման համար:...օրինակելի կոդի կարգավորումը Java-ում TXT-ին JPG արտահանելու համար : Ավելին...փոխակերպելու համար Ստացեք մուտքագրված TXT ֆայլը Document դասի օբյեկտով...

    kb.aspose.com/hy/words/java/convert-text-to-ima...
  6. Insert Table of Contents in Document|Aspose.Wor...

    Insert table off contents (TOC) into a document easily and fast instead of using docx4j....Text txt = new Text (); txt . setSpace ( "preserve" ); txt . setValue...factory . createRInstrText ( txt ) ); paragraphForTOC . getContent...

    docs.aspose.com/words/java/insert-table-of-cont...
  7. Փոխարկել տեքստը պատկերի C#-ով

    Դուք կարող եք տեքստը պատկերի վերածել C#-ում այս հակիրճ ձեռնարկի միջոցով: Այն բացատրում է քայլ առ քայլ ալգորիթմը և կոդի հատվածը՝ C#-ով Txt-ին JPG արտահանելու համար:...ներկայացնում է գործարկվող կոդի հատված՝ TXT-ը JPG C# -ով արտահանելու համար:...փոխարկելու համար Բեռնել աղբյուրի TXT ֆայլը՝ օգտագործելով Document...

    kb.aspose.com/hy/words/net/convert-text-to-imag...
  8. Convert PDF to text|Aspose.PDF for Android via ...

    With Aspose.PDF for Android via Java you can convert a whole PDF document to a text file or convert only a PDF page to a text file....app/pdf/conversion/pdf-to-txt Convert PDF page to text file...can convert PDF document to TXT file with Aspose.PDF for Android...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  9. Extract Text from PDF using Go|Aspose.PDF for G...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Go....PDF-document contents as plain text txt , err := pdf . ExtractText ()...Println ( "Extracted text:\n" , txt ) // Close() releases allocated...

    docs.aspose.com/pdf/go-cpp/extract-text-from-pdf/
  10. Working with Text|Documentation

    This section explains how to insert a text shape or update shape's text with Aspose.Diagram.... Add ( new Txt ( "New Text" )); } } // Save...shape . Text . Value . Add ( new Txt ( "TextStyle_Regular\n" )); shape...

    docs.aspose.com/diagram/net/working-with-text/