Share this issue:
Monthly Newsletter December 2019
25% off GroupDocs.Total
Get 25% off GroupDocs.Total for .NET and Java. Quote HOLOFF2019 when placing your order.
This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from groupdocs.com, not through third parties or resellers. Ts&Cs Apply.
Product News
Upcoming .NET API to classify your documents or text with IAB-2 or document taxonomies The GroupDocs....and it works by using text indexes. One of the examples of full...
Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....This sample removes shapes by index and by reference within a section...WordProcessingConten ) # Remove shape by index content . sections [ 0 ] . shapes...
Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....specific EXIF tags using an indexer. Follow below-mentioned steps...using the ExifPackage class indexer advanced_usage.working_wit...
با استفاده از NET API، اشیاء OLE سند را در اسناد Word، صفحات گسترده اکسل، یا ارائههای پاورپوینت به صورت برنامهنویسی در C# جاسازی یا درج کنید....// Setting the Row & height Index, you have more options. ColumnIndex...
OLE-documentobjecten insluiten of invoegen in Word-documenten, Excel-spreadsheets of Powerpoint-presentaties programmatisch in C# met behulp van .NET API....// Setting the Row & height Index, you have more options. ColumnIndex...
MVC on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in MVC on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 140以上のファイル形式のASP....... Views/Home/Index.cshtmlファイルを開き、その内容を次のように置き換えます。...
Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows:
<> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....value, where N is a one-based index of a slide within the same Presentation...
To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents.
Here are the steps to extract a text from Microsoft Office Word document:
Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....property; Call method with the page index and obtain object; Read a text...
To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....property; Call method with the page index and obtain object; Read a text...