Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 214,359 for

new

(0.14 sec)
  1. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = New Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Document doc = new Aspose.Words.Document(desPath);...LayoutCollector layoutCollector = new LayoutCollector(doc);//建立布局收集器...

    forum.aspose.com/t/word/316558
  2. Გადაიყვანეთ JPG TXT Javascript

    გადაიყვანეთ JPG TXT JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც TXT JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/ka/nodejs-net/convers...
  3. NullPointerException Occurs When Opening and Sa...

    Hello, I have an issue opening and saving a presentation, both with 25.3 and 25.4 versions of the SLides library, it throws java.lang.NullPointerException: Cannot invoke "com.aspose.slides.internal.kn.nr.ew()" because…...getLoadFormat(new File(getClass() .getClassLoader()...FilePath)) { presentation = new com.aspose.slides.Presentation(testStream);...

    forum.aspose.com/t/nullpointerexception-occurs-...
  4. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...FindReplaceOptions options = new FindReplaceOptions(new ProductChangeTab...replace("reportTable>", "", new FindReplaceOptions()); Of course...

    forum.aspose.com/t/placeholder-not-replaced-com...
  5. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....AsposeOcr recognitionEngine = new AsposeOcr (); // Add PDF documents...OcrInput object OcrInput input = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/deskew/
  6. Extract data from AcroForm|Aspose.PDF for PHP v...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using PHP and the Aspose.PDF.... // Create a new instance of the License class...license file $licenceObject = new License (); $licenceObject ->...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  7. How to find last paragraph of last page has sec...

    I am trying to merge two word documents, the first document last page, last paragraph has section break, because of that the second document does not start in New page. I want to check in the code if the last paragraph …...second document does not start in new page. I want to check in the...second document should start in new page Professionalize.Discourse...

    forum.aspose.com/t/how-to-find-last-paragraph-o...
  8. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。...instance of Workbook const book = new Workbook (); // Get the WorksheetCollection...book . worksheets ; // Add a new Named Range with name "NewNamedRange"...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. Export Math Equations from Presentations on And...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Android via Java—preserve formatting and boost compatibility....MathML: Presentation pres = new Presentation (); try { IAutoShape...getMathParagraph (); mathParagraph . add ( new MathematicalText ( "a" ). setSuperscript...

    docs.aspose.com/slides/androidjava/exporting-ma...
  10. Export Math Equations from Presentations in Jav...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Java—preserve formatting and boost compatibility....MathML: Presentation pres = new Presentation (); try { IAutoShape...getMathParagraph (); mathParagraph . add ( new MathematicalText ( "a" ). setSuperscript...

    docs.aspose.com/slides/java/exporting-math-equa...