Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 11,680 for

new

(0.11 sec)
  1. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  2. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/get-source-a...
  3. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-file-info/
  4. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Consulting Blog Knowledge Base New Releases Status Websites aspose...generating the slides preview the new instance method from the struct...

    docs.groupdocs.com/editor/java/generating-slide...
  5. Business Fitness develops HowNow Portal to Prev...

    About Business Fitness (HowNow) Business Fitness has been providing solutions to Australian accountants since 2001. Our primary software is HowNow Knowledge, Document and Email Management system which is sold to accounting firms and other businesses. We are a small company based out of Brisbane, Australia and have been developing our own software products (primarily server-based) since inception of the company. Over the last 12 months, we have been moving to a SaaS environment.... One of the new SaaS products our small team...Two of the features that this new portal needed was Previewing...

    blog.groupdocs.com/signature/groupdocs-signatur...
  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. Index lifecycle | GroupDocs

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Consulting Blog Knowledge Base New Releases Status Websites aspose...several times. After creation a new index, it is in the Empty state...

    docs.groupdocs.com/search/nodejs-java/index-lif...
  8. .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...
  9. Extract text from PDF documents | GroupDocs

    Learn how to extract text from PDF documents using GroupDocs.Parser for .NET. Extract text from entire PDF or specific pages with error handling. Includes PDF text extraction library C# examples....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...
  10. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadLyricsTag try ( Metadata metadata = new Metadata ( Constants . MP3WithLyrics...

    docs.groupdocs.com/metadata/java/handling-the-l...