Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 214,418 for

new

(0.29 sec)
  1. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...given ICC profile var options = new PdfFormatConversionO ( PdfFormat...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  2. Convert PDF File to PDF/A|Aspose.PDF for Androi...

    This topic show you how to Aspose.PDF for Java allows to convert a PDF file to a PDF/A compliant PDF file....Open document try { document = new Document ( inputStream ); } catch...performed File logFileName = new File ( fileStorage , "PDF-to-PDFA-log...

    docs.aspose.com/pdf/androidjava/convert-pdf-fil...
  3. Update Outline Code Definitions and Values | As...

    Learn how to edit outline code values and their definitions using Aspose.Tasks for Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/writing-updated-outl...
  4. Export JasperReport to SVG|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....ASSvgExporter svgExporter = new ASSvgExporter (); ASSvgExportConfigura...ASSvgExportConfigura svgExportConfigurati = new ASSvgExportConfigura (); svgExportConfigurati...

    docs.aspose.com/imaging/jasperreports/export-ja...
  5. Export JasperReport to JPEG2000|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....ASJpeg2000Exporter jpeg2000Exporter = new ASJpeg2000Exporter (); ASJpeg2000ExportConf...ASJpeg2000ExportConf jpeg2000ExportConfig = new ASJpeg2000ExportConf (); jpeg2000ExportConfig...

    docs.aspose.com/imaging/jasperreports/export-ja...
  6. Export JasperReport to JPEG2000|CAD 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....ASJpeg2000Exporter jpeg2000Exporter = new ASJpeg2000Exporter (); ASJpeg2000ExportConf...ASJpeg2000ExportConf jpeg2000ExportConfig = new ASJpeg2000ExportConf (); jpeg2000ExportConfig...

    docs.aspose.com/cad/jasperreports/user-guide/ex...
  7. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...options = new FindReplaceOptions { ReplacingCallback = new ReplaceWithContentCo(doc...patern = new Regex(pattern); doc.Range.Replace(new Regex(pattern...

    forum.aspose.com/t/how-to-create-a-content-cont...
  8. Export JasperReport to PSD|CAD 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....ASPsdExporter psdExporter = new ASPsdExporter (); ASPsdExportConfigura...ASPsdExportConfigura psdExportConfigurati = new ASPsdExportConfigura (); psdExportConfigurati...

    docs.aspose.com/cad/jasperreports/user-guide/ex...
  9. Export JasperReport to TIFF|CAD 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....ASTiffExporter tiffExporter = new ASTiffExporter (); ASTiffExportConfigur...ASTiffExportConfigur tiffExportConfigurat = new ASTiffExportConfigur ( TiffExpectedFormatEn...

    docs.aspose.com/cad/jasperreports/export-jasper...
  10. Create Excel Power Query Formula using Aspose.C...

    I found this tutorial on how to update a Power Query formula with Aspose.Cells.Net. However, I cannot seem to find one explaining whether it is possible to create a New Power Query formula. When asking Copilot, it dis…...whether it is possible to create a new Power Query formula. When asking...workbook or create a new one Workbook workbook = new Workbook(); //...

    forum.aspose.com/t/create-excel-power-query-for...