Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 7,711 for

ocr to doc

(0.05 sec)
  1. Extract Text from PDF File Line by Line and Sav...

    Hello Awais, I need To convert a PDF To TXT and I am trying To use either Aspose.Pdf (21.2.0 thru 20.11.0) or Aspose.Ocr To do it. If I try To use Aspose.Pdf, when I try To set the license To our Aspose Total license, …...0; var doc = new Document(pdfFile, loadOptions); doc.Save($"page_{i:D4}...using following code: Document doc = new Document("source.pdf");...

    forum.aspose.com/t/extract-text-from-pdf-file-l...
  2. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.docx" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/word/
  3. Compress DOCX In C#

    Compress DocX in C# without losing quality. Optimize DocX content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.docx" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/docx/
  4. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG content, reduce file size easily....Words; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shape = builder.InsertImage(...

    products.aspose.com/words/net/compress/jpg/
  5. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....words as aw doc = aw.Document("Input.pdf") doc.cleanup() shapes...[node.as_shape() for node in doc.get_child_nodes(aw.NodeType.SHAPE...

    products.aspose.com/words/python-net/compress/pdf/
  6. Several JPG Into WORD C++

    Merge multiple JPG inTo WORD in C++ code. Save JPG as WORD using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-word/
  7. Several Image Into TXT C++

    Merge multiple Image inTo TXT in C++ code. Save Image as TXT using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-txt/
  8. Several Image Into WORD C++

    Merge multiple Image inTo WORD in C++ code. Save Image as WORD using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-word/
  9. Several JPG Into DOCX C++

    Merge multiple JPG inTo DocX in C++ code. Save JPG as DocX using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-docx/
  10. Several JPG Into PDF C++

    Merge multiple JPG inTo PDF in C++ code. Save JPG as PDF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-pdf/