Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 13,161 for

new

(0.08 sec)
  1. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( documentStream ))...

    docs.groupdocs.com/annotation/net/load-document...
  2. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "source.docx" ))...

    docs.groupdocs.com/annotation/net/load-document...
  3. GroupDocs.Parser for .NET 26.3 – 阿拉伯语和韩语 OCR 支持

    GroupDocs.Parser for .NET 26.3 添加了对阿拉伯语和韩语的原生 OCR 支持,并捆绑语言资源,实现无缝文本提取。...class using (Parser parser = new Parser(documentPath)) { OcrOptions...OcrOptions ocrOptions = new OcrOptions() { Language = Language.Kor...

    blog.groupdocs.com/zh/parser/groupdocs-parser-f...
  4. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...TxtLoadOptions loadOptions = new TxtLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  5. Set up logging | GroupDocs

    This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file FileLogger fileLogger = new FileLogger ( "output.log" );...

    docs.groupdocs.com/signature/net/how-to-set-up-...
  6. GroupDocs.Conversion Product Family on GroupDoc...

    GroupDocs.Conversion Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Product Family on GroupDocs Blog | Document A...... A new property Listener is added. The...Conversion API We are introducing a new public API that is designed to...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut...... Introducing All-New GroupDocs.Signature for Java...added the support of a couple of new file formats. Let’s have...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. GroupDocs.Redaction AI integration with .NET | ...

    Use AI to detect and redact text, words, or phrases in PDF documents using .NET. Replace or hide content to securely process PDF files....the processed document to a new location using the Save() method...in the example Regex regex = new Regex( ".*" ); //Define target...

    blog.groupdocs.com/redaction/custom-ai-redactio...
  9. Improved Performance introduced in GroupDocs.Co...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,New features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 New feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the New and improved features....along with Improved Performance ,new features and fixes. Major changes...Frames.In this monthly release 3 new feature are introduced along...

    blog.groupdocs.com/comparison/groupdocs-compari...
  10. Convert a HTML file to PDF programmatically usi...

    Can Group docs convert a html (remote website or hosted remotely) along with css + fonts + JS to pdf? Usually, page contains lot of dynamic data loaded by JS. We need to convert pdf of the page once all the dom (and dom…...WebLoadOptions webLoadOptions = new WebLoadOptions(); // Set the...content Converter converter = new Converter( () -> downloadFile("https://www...

    forum.groupdocs.com/t/convert-a-html-file-to-pd...