Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 401,800 for

document

(0.13 sec)
  1. PageInfo | Aspose.Words for Java

    Represents information about a particular Document page in Java....information about a particular document page. To learn more, visit...visit the Rendering documentation article. Remarks: The page width...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldAsk | Aspose.Words for Java

    Implements the ASK field in Java....the Working with Fields documentation article. Remarks: Prompts...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. SoftEdgeFormat.Radius | Aspose.Words for .NET

    Discover the SoftEdgeFormat Radius property to easily adjust soft edge effects. Control radius length with precision for stunning visual results.... Document doc = new Document ( MyDir + "Rendering.... Radius = 30 ; builder . Document . Save ( ArtifactsDir + "Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 将PDF转换为JPG|Aspose.PDF for Android via Java

    本页介绍如何使用Aspose.PDF for Android via Java将PDF页面转换为JPEG图像,将所有页面和单个页面转换为JPEG图像。... 要将仅一个页面转换为JPEG图像: 创建一个 Document 类的对象以获取要转换的页面。 调用 process(...convertPDFtoJPEG () { try { document = new Document ( inputStream ); }...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  5. HTML Navigation in Python – Aspose.HTML for Pyt...

    Learn how to navigate HTML and inspect its elements using Aspose.HTML for Python via .NET, about CSS Selector and XPath usage....with any HTML, XML or SVG documents and is entirely based on the...programmatically extract data from HTML documents with the Aspose.HTML for Python...

    docs.aspose.com/html/python-net/html-navigation/
  6. Extract Tables from PDF using C++ | Aspose.PDF

    Extract tables from PDF file programmatically with C++ sample code using Aspose.PDF for C++...extracting Tables from PDF document Using C++ Library In order... powerful and easy to use document manipulation API for cpp platform...

    products.aspose.com/pdf/cpp/table/extract/
  7. 通过 C++ 使用 JavaScript 修复 PDF|Aspose.PDF for Java...

    本主题描述了如何通过 JavaScript 和 C++ 修复 PDF... errorCode == 0 ) document . getElementById ( 'output'...json . fileNameResult ; else document . getElementById ( 'output'...

    docs.aspose.com/pdf/zh/javascript-cpp/repair-pdf/
  8. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....from a scanned document, a photo of a document, a scene-photo...text, whether from a scanned document, a or from subtitle text superimposed...

    docs.aspose.com/ocr/javascript-cpp/binarization/
  9. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java....the Specify Load Options documentation article. Examples: Shows...inserting documents. Document dstDoc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  10. 将PDF转换为PDF/A格式|Aspose.PDF for C++

    本主题展示了如何使用Aspose.PDF将PDF文件转换为符合PDF/A标准的PDF文件。... 使用Document类的Convert方法转换文件。 在将PDF转换为符...pdf" ); // 打开文档 auto document = new Document ( _dataDir + infilename...

    docs.aspose.com/pdf/zh/cpp/convert-pdf-to-pdfa/