Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 33,376 for

line

(0.23 sec)
  1. Key Features of Aspose.PDF|Aspose.PDF for Java

    Aspose.PDF for Java shows the main features and describes the supported PDF versions, and all the manipulations we can do with documents....Different shapes of graphs, such as line, circle, arc, and curve are...filled, and dash and poly-dash line styles can be defined. Graphs...

    docs.aspose.com/pdf/java/key-features/
  2. Key Features of Aspose.PDF|Aspose.PDF for Andro...

    Aspose.PDF for Android via Java shows the main features in working with PDF documents....Different shapes of graphs, such as line, circle, arc, and curve are...filled, and dash and poly-dash line styles can be defined. Graphs...

    docs.aspose.com/pdf/androidjava/key-features/
  3. Convert WORD to MHTML in Python | products.aspo...

    WORD to mhtml Web archive format and HtmlFixed file conversion in your Python applications without using Microsoft Word...it is just two lines of code. The first line is to load the WORD...WORD file and the second line is to call the save method with...

    products.aspose.com/total/python-net/conversion...
  4. Convert DOCM to Images in Python | products.asp...

    DOCM to image TIFF BMP PNG JPEG GIF EMF SVG conversion in your Python applications without using Microsoft Word...requiring only two lines of code. The first line loads the DOCM file...file, and the second line calls the save method with the appropriate...

    products.aspose.com/total/python-net/conversion...
  5. Only some contents are bold - Free Support Foru...

    2237_Source.docx (20.6 KB) 2237_Development_withMergeFieldsFilledIn.docx (20.3 KB) Could anyone explain why the latest version of aspose, being used by the code shown below, would produce an output where only some of t…...empty merge fields leaving extra line feeds! doc.MailMerge.Execute(mergeInfo);...settings in your code. You have a line that enables font substitution...

    forum.aspose.com/t/only-some-contents-are-bold/...
  6. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...StringReader(md) Dim line As String = sr.ReadLine() While line IsNot Nothing...If IsPipeRow(line) Then Dim header As String = line Dim sep As...

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  7. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = new DwgImage(); // 创建一条直线 CadLine Line = new CadLine(); Line.setFirstPoint(new Cad3DPoint(0, 0, 0)); Line.setSec…...// 创建一条直线 CadLine line = new CadLine(); line.setFirstPoint(new...0)); line.setSecondPoint(new Cad3DPoint(0, 100, 0)); line.setLayerName("0");...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179
  8. How to - Update existing JasperReports demos to...

    Learn how to update existing JasperReports demos to leverage the capabilities of Aspose.PDF for JasperReports....and run the following command line: ant runServer Open a new command...following commands in the command line: ant javac – to compile the...

    docs.aspose.com/pdf/jasperreports/how-to-update...
  9. CertificateHolder class | Aspose.Words for Node.js

    Aspose.Words.DigitalSignatures.CertificateHolder class. Represents a holder of X509Certificate2 instance...Shows how to add a signature line to a document, and then sign...Configure and insert a signature line, an object in the document that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...new CustomEngine (); // This line shows how you can call your...After the execution of this line, it will return // Welcome to...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...