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

printing document

(0.09 sec)
  1. The annotation isn‘t displayed on the image con...

    Hi Aspose team, When I use Aspose.Pdf for .NET, I found a problem. . When I add a text annotation to the pdf page, then convert this page into an image, I find that the annotation I added will not be displayed on the …...Rectangle rect) { Page page = _document.Pages[currentPage]; TextAnnotation...NoRotate | AnnotationFlags.Print; Border border = new Border(textAnnotation);...

    forum.aspose.com/t/the-annotation-isn-t-display...
  2. TableCollection.toArray method | Aspose.Words f...

    TableCollection.toArray method. Copies all tables from the collection to a new array of tables....through all tables in the document and print the contents of each...each cell. let doc = new aw . Document ( base . myDir + "Tables.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 在PHP中向现有PDF文件添加文本|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... PHP代码 # 实例化Document对象 $doc = new Document ( $dataDir . 'input1...$dataDir . "Text_Added.pdf" ); print "文本添加成功" . PHP_EOL ; 下载可运行代码...

    docs.aspose.com/pdf/zh/java/add-text-to-an-exis...
  4. Get Address, Cell Count, Offset, Entire Column,...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Cells initialized" ); }); document . getElementById ( 'runExample'...on a new empty workbook and prints information to the page. const...

    docs.aspose.com/cells/javascript-cpp/get-addres...
  5. 在Jython中将Excel文件转换为Html|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ) # Save the document in PDF format workbook . save...saveFormat . HTML ) # Print message print "\n Excel to HTML conversion...

    docs.aspose.com/cells/zh/java/converting-excelf...
  6. | Aspose

    Sample code for TIFF to DOC Java conversion. Use API example code for batch TIFF files to DOC conversion within any Web or Desktop Java based application....TIFF format and creates TIFF documents containing recognized text...converts an TIFF image to DOC document: Create an instance of AsposeOcr...

    products.aspose.com/ocr/java/conversion/tiff-to...
  7. VbaModuleCollection.remove method | Aspose.Word...

    VbaModuleCollection.remove method. Removes the specified module from the collection....Examples Shows how to access a document’s VBA project information...information. doc = aw . Document ( MY_DIR + 'VBA project.docm' ) # A VBA...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Extract Text from PDF using Python|Aspose.PDF f...

    This section describes how to extract text from PDF Document using Python library....From all the Pages of PDF Document Extracting text from PDF isn’t...text and images from PDF documents. Bind the extractor object...

    docs.aspose.com/pdf/python-cpp/extract-text/
  9. | Aspose

    Sample code for JPG to XLS Java conversion. Use API example code for batch JPG files to XLS conversion within any Web or Desktop Java based application....Install-Package Visit our documentation for more details. Aspose...JPG format and creates JPG documents containing recognized text...

    products.aspose.com/ocr/cpp/conversion/jpg-to-xls/
  10. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:... Create an empty document and obtain a DocumentBuilder...DocumentBuilder doc = aw.Document() builder = aw.DocumentBuilder(doc) # 2...

    forum.aspose.com/t/aspose-words-python-smartart...