Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 213,126 for

new

(0.18 sec)
  1. Header and Footers|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.... setHeader ( 1 , "&\"Times New Roman,Bold\"&D-&T" ); //Setting.... setHeader ( 2 , "&\"Times New Roman,Bold\"&12&F" ); Footer...

    docs.aspose.com/cells/java/header-and-footers/
  2. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...BuildReport(doc, new JsonDataSource(ms, jOpt), "ds");...Save("C:\\Temp\\ErroredOutput.docx"); throw new InvalidOperationExce( $"Document...

    forum.aspose.com/t/get-inline-error-message/315601
  3. Aspose.pdf for java版本24.11,使用TextFragmentAbsorb...

    相关代码如下: private static void pdfStamp(InputStream srcImgInputStream) throws Exception { License license = New License(); license.setLicense(getLicenseInputStream(LICENSE)); Locale.setDefault(Locale.CHINA); try { …...Exception { License license = new License(); license.setLicens...CHINA); try { Document document = new Document(srcImgInputStream);...

    forum.aspose.com/t/aspose-pdf-for-java-24-11-te...
  4. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = New HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions...Load the DOCX Document doc = new Document("TableWithDottedBorde...

    forum.aspose.com/t/bug-when-generating-html-in-...
  5. Úpravy souborů PSD online | products.aspose.com

    Upravte soubory PSD Adobe Photoshop online...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...of Image using (Image image = new PsdImage(100, 100)) { // Create...

    products.aspose.com/psd/cz/editor/
  6. Aspose.Pdf.InvalidPdfFileFormatException Aspose...

    Aspose.Pdf.InvalidPdfFileFormatException Aspose.PDF Trailer not found Aspose dll used in 25.5 version. using simle 1 line html hiiiii VS it is working . on iis not working. .net framework 4.7.2...the below link: Downloads ---New Releases-aspose.pdf-for-.net-25...25.5 in below code pdfDoc = new Document(htmlStream, htmlOptions);...

    forum.aspose.com/t/aspose-pdf-invalidpdffilefor...
  7. CommentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentCollection class for easy access to Comment nodes, enhancing document editing and collaboration in your projects....nodes from the collection to a new array of nodes. Examples Shows...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/com...
  8. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes...nodes from the collection to a new array of nodes. (Inherited from...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Remove Tables from existing PDF|Aspose.PDF for ...

    Aspose.PDF for Java allows you to remove table and multiple tables from your PDF document....from PDF document We have added new function i.e. Remove() to the...document Document pdfDocument = new Document ( _dataDir + "Table_input...

    docs.aspose.com/pdf/java/remove-tables-from-exi...
  10. CalculateFormula throws an exception - Free Sup...

    I am using Aspose.Cells 25.10.0 .NET 9.0 There is a file that passes CalculateFormula in version 25.9 but in version 25.10 CalculateFormula throws an exception: System.NullReferenceException: Object reference not set…...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try { var engine =...

    forum.aspose.com/t/calculateformula-throws-an-e...