Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 10,652 for

new

(0.11 sec)
  1. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  2. Exhibitor preview - Free Support Forum - groupd...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a PDF file that has been converted using Aspose.Cells. Here, we can found the document Excep…...LoadOptions loadOptions) { viewer = new GroupDocs.Viewer.Viewer(filePath...pageNumber => { Stream pageStream = new MemoryStream(); stream = pageStream;...

    forum.groupdocs.com/t/exhibitor-preview/14724
  3. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/getting-indexed-d...
  4. Groupdocs.Assembly - .NET 6 - Free Support Foru...

    Hello. I looked at this topic but still no luck ASP.NET Core 6.0.7 Support - #13 by bkbejawada I’m evaluating Groupdocs.Assembly and am trying to run a simple concole app in .NET 6 I added all the internal packages bu…...DocumentAssembler assembler = new DocumentAssembler(); //Assemble...strDocumentTemplate, strDocumentReport, new DataSourceInfo(“GroupDocs.Assembly...

    forum.groupdocs.com/t/groupdocs-assembly-net-6/...
  5. Extract data from databases | Documentation

    This article demonstrate that how to extract data from databases via JDBC...Consulting Blog Knowledge Base New Releases Status Websites aspose...database try ( Parser parser = new Parser ( connection )) { // Check...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. Extract text from Microsoft Office Word documen...

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. List of supported files for GetText function in...

    Hi, I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various files. Parser generally seems to support a lot of formats: But “GetText” specifically seems to be more limited. Is there …...filePath) { using (Parser parser = new Parser(filePath)) { // Check...parser = new Parser(documentPath)) { TextOptions options = new TextOptions(false...

    forum.groupdocs.com/t/list-of-supported-files-f...
  9. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...Converter converter = new Converter(() => new MemoryStream(result...outputStream = new MemoryStream()) { PdfConvertOptions options = new PdfConvertOptions();...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  10. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser...Consulting Blog Knowledge Base New Releases Status Websites aspose...object DbConnection connection = new SQLiteConnection ( string . Format...

    docs.groupdocs.com/parser/net/extract-data-from...