Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 164,954 for

new

(0.05 sec)
  1. 管理超链接|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加超链接...Presentation presentation = new Presentation ()) { IAutoShape...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/net/manage-hyperlinks/
  2. MailMergerContext.MailMergeOptions | Aspose.Wor...

    Discover the MailMergeContext MailMergeOptions feature to streamline your document automation and enhance your workflow efficiency effortlessly....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  3. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space.... Create a new C# project in Visual Studio....license : License license = new License (); license . SetLicense...

    docs.aspose.com/ocr/net/archival-scanning/
  4. Aspose.PSD for Java 24.12 - Release Notes|Docum...

    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.... save ( outputFile , new PngOptions ()); } PSDJAVA-685...image . save ( outputFile , new PngOptions ()); } PSDJAVA-686...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  5. ChartYValueCollection | Aspose.Words for Java

    Represents a collection of Y values for a chart series in Java.... To add or insert new values to a chart series, or...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder();...

    reference.aspose.com/words/java/com.aspose.word...
  6. Converting Chart to Image in PHP|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....Code $chartType = new ChartType (); $color = new Color (); $imageFormat...$imageFormat = new ImageFormat (); //Create a new Workbook. $workbook...

    docs.aspose.com/cells/java/converting-chart-to-...
  7. 拆分 PDF 页面|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类拆分 PDF 页面。...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/zh/net/split-pdf-pages/
  8. System.Drawing.Common dependency on linux envir...

    We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9). When calling the SaveAsPdf method on a PsDocument, the following exception is thrown: pgsql CopyEdit …...CopyEdit using (FileStream fs = new FileStream(OriginalFilePath,...document = new PsDocument(fs); using (FileStream pdfStream = new Fil...

    forum.aspose.com/t/system-drawing-common-depend...
  9. Assemble Spreadsheets|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....section describes how to: Create a new Excel file from scratch and add...Worksheets to a New Excel File To create a new Excel file programmatically:...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  10. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...初始化文档对象 Document document = new Document (); // 添加页面 Page page...imageStream = new java . io . FileInputStream ( new java . io ....

    docs.aspose.com/pdf/zh/java/complex-pdf-example/