Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 12,355 for

new

(0.25 sec)
  1. Email signature-image overlays text when conver...

    Hello, Converting the attached email to PDF causes some image from the signature, to overlay the text. We were using GroupDocs.Total 25.2 for .NET Framework with the following code: var settings = New Conv…...following code: var settings = new ConverterSettings(); settings...FontDirectories.Clear(); using (var conv = new Converter(documentPath, () =>...

    forum.groupdocs.com/t/email-signature-image-ove...
  2. GroupDocs.Conversion for Python 25.12 – Latest ...

    Explore what’s New in GroupDocs.Conversion for Python 25.12. Available now on NuGet and GroupDocs website.... Table of Contents What’s new in this release Fixes and enhancements...What’s new in this release # Feature Description Issue [New feature]...

    blog.groupdocs.com/conversion/groupdocs-convers...
  3. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Subscribing...

    docs.groupdocs.com/search/net/search-index-events/
  4. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Consulting Blog Knowledge Base New Releases Status Websites aspose...Editor editor = new Editor ( inputFilePath , new WordProcessingLoadOp...

    docs.groupdocs.com/editor/net/edit-document/
  6. Load from Amazon S3 Storage | GroupDocs

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...
  7. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Redactor redactor = new Redactor ( "\\Sample.docx" , new LoadOptions...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  8. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...DOCX file Converter converter = new Converter ( "sample.docx" );...

    docs.groupdocs.com/conversion/java/convert/word...
  9. RTF/DOC to DOCX conversion - Free Support Forum...

    Hello!) I meet the following problem using GroupDocs.Conversion for RTF/DOC to DOCX conversion: the converted file content looks like encoded byte array instead of the readable text as in the source file: Here is my co…... using (var fTemp = new FileStream(@"D:\test1.rtf", FileMode...Read)) { using (var converter = new Converter( () => fTemp, (LoadContext...

    forum.groupdocs.com/t/rtf-doc-to-docx-conversio...
  10. Add distance annotation | GroupDocs

    The page describes how to add distance annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotation. Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-distance...