Sort Score
Result 10 results
Languages All
Labels All
Results 6,711 - 6,720 of 21,842 for

printing document

(1.02 sec)
  1. Binarization|Documentation

    How to convert an image to black and white using Aspose.OCR for Python via .NET either automatically or by manually specifying a threshold....recognize ( input ) # Print recognition result print ( result [ 0 ]...recognition, including words printed in very light colors. If the...

    docs.aspose.com/ocr/python-net/binarization/
  2. Converting a JPEG file to TEX using C# | Aspose...

    Sample code for JPEG‑to‑TEX conversion in .NET. Use the API example code for batch JPEG‑to‑TEX conversion within VB.NET, ASP.NET, or any .NET‑based application....convert programmatically a document from JPEG to TEX format with...with a modern document-processing .NET API. Use just a few lines...

    products.aspose.com/pdf/net/conversion/jpeg-to-...
  3. Converting a DICOM file to PDF using C# | Aspos...

    Sample code for DICOM‑to‑PDF conversion in .NET. Use the API example code for batch DICOM‑to‑PDF conversion within VB.NET, ASP.NET, or any .NET‑based application....convert programmatically a document from DICOM to PDF format with...with a modern document-processing .NET API. Use just a few lines...

    products.aspose.com/pdf/net/conversion/dicom-to...
  4. FontSubstitutionRule.enabled property | Aspose....

    FontSubstitutionRule.enabled property. Specifies whether the rule is enabled or not....Examples Shows how to access a document’s system font source and set...font substitutes. doc = aw . Document () doc . font_settings = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Online PS to XLSM Conversion or Build .NET base...

    Free online app to convert PS to XLSM files. .NET C# conversion library code for PS Documents....will be converted into XLSM document Download the converted XLSM...Automation API Open PS file using Document class Convert PS to XLSX by...

    products.aspose.com/total/net/conversion/ps-to-...
  6. CellCollection.to_array method | Aspose.Words f...

    CellCollection.to_array method. Copies all cells from the collection to a new array of cells....through all tables in the document and print the contents of each...each cell. doc = aw . Document ( file_name = MY_DIR + 'Tables.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RowCollection.to_array method | Aspose.Words fo...

    RowCollection.to_array method. Copies all rows from the collection to a new array of rows....through all tables in the document and print the contents of each...each cell. doc = aw . Document ( file_name = MY_DIR + 'Tables.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Loading::TxtLoadOptions::TxtLoad...

    Aspose::Words::Loading::TxtLoadOptions::TxtLoadOptions constructor. Initializes a new instance of this class with default values in C++....set_DetectHyperlinks ( true ); // Load document with hyperlinks. auto doc...Words :: Document > ( stream , loadOptions ); // Print hyperlinks...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. 在 PDF 中使用 C++ 格式化文本|Aspose.PDF for C++

    本页解释了如何在 PDF 文件中格式化文本。包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...创建新的文档对象 auto document = MakeObject < Document > (); auto page...page = document -> get_Pages () -> Add (); auto text = MakeObject...

    docs.aspose.com/pdf/zh/cpp/text-formatting-insi...
  10. LayoutEnumerator.move_previous method | Aspose....

    LayoutEnumerator.move_previous method. Moves to the previous sibling entity....Shows ways of traversing a document’s layout entities. def la...layout_enumerator_example (): # Open a document that contains a variety of...

    reference.aspose.com/words/python-net/aspose.wo...