Sort Score
Result 10 results
Languages All
Labels All
Results 8,051 - 8,060 of 23,345 for

printing document

(1.31 sec)
  1. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...code I’ve used is: Document RepDoc = new Document(); DocumentBuilder...Worksheets["DetailCharts"]; //Set print area sourceWS.PageSetup.PrintArea...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  2. DetectAreasMode.UNIVERSAL|Documentation

    How Aspose.OCR determines the structure of a Document using the DetectAreasMode.UNIVERSAL algorithm....png" ) # Set document areas detection mode recognitionSettings...recognitionSettings ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/areas-detection/...
  3. NodeCollection indexer | Aspose.Words for Python

    NodeCollection indexer. Retrieves a node at the given index.... Document () # Add two runs and one...the first paragraph of this document. paragraph = doc . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Pdf open pdf file error - Free Support F...

    use python, aspose-pdf=25.5.0,open pdf file error Document = ap.Document(file_path) RuntimeError: Proxy error(InvalidPdfFileFormatException): Trailer not found file: GB2828-2003 抽样标准.pdf (5.1 MB)...open pdf file error document = ap.Document(file_path) RuntimeError:...pdf" try: document = ap.Document(file_path) print("PDF opened...

    forum.aspose.com/t/aspose-pdf-open-pdf-file-err...
  5. Convert POTM to TSV Format via Java or with fre...

    Convert POTM to TSV format via Java without using using Microsoft Excel or PowerPoint or online. Test free POTM to TSV online converter quickly before integrating the code....manipulate, convert, render and print presentations without using...manipulate, convert, render and print spreadsheets without using Microsoft...

    products.aspose.com/total/java/conversion/potm-...
  6. C++ API to Convert PCL to DIF | products.aspose...

    Convert PCL to DIF via C++ API without using Microsoft Excel or Adobe Reader...printer and to describe the printed page. On the other hand, DIF...to DIF Open PCL file using Document class reference Convert PCL...

    products.aspose.com/total/cpp/conversion/pcl-to...
  7. Node.js API for Excel Documents, Visio Files an...

    Process Excel Spreadsheets and Visio Documents via Node.js API. Utilize Nodejs to recognize and generate 1D, 2D and Postal Barcodes....Install-Package Visit our documentation for more details. Aspose...manipulation as well as Viso documents processing. Developers can...

    products.aspose.com/total/nodejs-java/
  8. 获取字段外观|Aspose.PDF for Python via .NET

    这篇文章解释了如何打开 PDF,访问表单字段,检索其外观设置并显示它们。示例演示了检索名为 "Last Name" 的字段的外观。...outfile ): # Open document doc = ap . Document ( infile ) # Create...get_field_appearance ( "Last Name" ) print ( "Field Appearance: " + str...

    docs.aspose.com/pdf/zh/python-net/get-field-app...
  9. 获取字段Facade|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF Facades API 从 PDF 文档中读取特定表单字段的值。..."""Get field values from a PDF document.""" # Create Form object pdf_form...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/zh/python-net/get-field-fac...
  10. 获取单选按钮选项|Aspose.PDF for Python via .NET

    本文演示如何使用 Aspose.PDF Facades API 检索 PDF 文档中单选按钮字段的当前选定值。...button options from a PDF document.""" # Create Form object pdf_form...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/zh/python-net/get-radio-but...