Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 12,355 for

new

(0.21 sec)
  1. 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...
  2. .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...
  3. Conversion error on Azure Linux App Service usi...

    Hi, I’m encountering a runtime exception when attempting to convert documents using GroupDocs.Conversion.CrossPlatform on an Azure Linux App Service (.NET 8). Despite using the CrossPlatform package, conversions fail w…...snippet: var converter = new Converter( () => new MemoryStream(Encoding...(LoadContext _) => new WebLoadOptions(), () => new ConverterSettings());...

    forum.groupdocs.com/t/conversion-error-on-azure...
  4. 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...
  5. 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...
  6. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign PDF and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic signature API version is available for evaluation with limited features....Consulting Blog Knowledge Base New Releases Status Websites aspose...PKCS#11 device var pkcs11Signer = new Pkcs11DigitalSigner (); var certificate...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  7. Merge DOCX in Node.js | GroupDocs.Merger

    Discover how to efficiently merge DOCX files in Node.js applications without third-party software. Get started with examples!...the first file const merger = new groupdocs . merger . Merger (...Initialize the Merger const merger = new groupdocs . merger . Merger (...

    blog.groupdocs.com/merger/merge-docx-in-nodejs/
  8. Improvements and Fixes in GroupDocs.Viewer for ...

    GroupDocs team always takes care of customers. Our customers provide us with their valuable feedback which help us improve day by day, keeping it in mind, we are proudly announcing version v1.2 of **GroupDocs.Viewer for .NET**MVC Front End. This New front end includes improvements and fixes for a bunch of issues reported by our customers. Please feel free to download and investigate this New version. GroupDocs.Viewer for .NET MVC Front End - ImprovementsFollowing are the improvents introduced in this version of the Front End Search and highlight a text passed from main page while loading the document.... This new front end includes improvements...download and investigate this new version. GroupDocs.Viewer for...

    blog.groupdocs.com/viewer/improvements-fixes-gr...
  9. Integration of GroupDocs’ Powerful Contract Man...

    Great News to contract management world! After the successful integration of GroupDocs Annotation and GroupDocs Viewer apps with multiple platforms, GroupDocs have now introduced its efficient contract management software plugin to multiple platforms. Now, no matter what CMS you use, you can integrate our contract management software plugin to your websites. [caption id=“attachment_1721” align=“alignnone” width=“600” caption=“GroupDocs introduced its contract management software plugin for various CMSs”] [/caption] Once the plugin is installed, you can embed questionnaires and then collect data to automatically create New documents online....Great news to contract management world! After the successful...data to automatically create new documents online. GroupDocs Assembly...

    blog.groupdocs.com/assembly/integration-of-grou...
  10. 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/java/index-lifecycle/