Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 213,612 for

new

(0.16 sec)
  1. Add brushes and gradients to XPS files | .NET

    .NET API Solution to modify XPS files. Add different Visual Brushes, gradients, and color spaces Create and modify XPS files with a few lines of C# code....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/work-with-brushes/
  2. FontFallbackSettings | Aspose.Words for Java

    Specifies font fallback mechanism settings in Java....doc = new Document(); FontSettings fontSettings = new FontSettings();...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Comment comment = new Comment(doc, "John Doe", "JD", new Date()); builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 C# 製作 PDF

    通過幾個步驟在 C# 中創建一個新的 PDF。使用 .NET 庫輕鬆創建 PDF。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/pdf/
  5. Basic samples how to convert OneNote to Html

    You will learn how to convert OneNote to Html programmatically or online and consider C# examples of OneNote to Html conversions using Aspose.Note....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/convert-onenote-to-htm...
  6. Font Settings with JavaScript via C++|Documenta...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/javascript-cpp/cells-font...
  7. Adding Attachments to Calendar Items|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....attendees = new MailAddressCollectio (); attendees . addItem ( new MailAddress...expected = new WeeklyRecurrencePatt ( 3 ); Appointment app = new Appointment...

    docs.aspose.com/email/java/adding-attachments-t...
  8. Converting DjVu to PDF Format 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....instance of Image class $image = new Image (); $image = $image ->...PdfOptions $export_options = new PdfOptions (); \ # Initialize...

    docs.aspose.com/imaging/java/converting-djvu-to...
  9. Aspose.pdf PDF to HTML output difference - Free...

    Hi, I’m from RChilli. We’re using Aspose.PDF version 24.7 to convert PDFs to HTML. However, we’ve noticed inconsistencies in the HTML output when parsing some resumes—the results differ between our local system and our …...try (InputStream inputStream = new ByteArrayInputStream(pdfData))...aspose.pdf.License license = new com.aspose.pdf.License(); license...

    forum.aspose.com/t/aspose-pdf-pdf-to-html-outpu...
  10. 将PDF转换为Excel|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java允许您将PDF转换为Excel格式。在此过程中,PDF文件的各个页面将被转换为Excel工作表。...// 打开源PDF文档 try { document = new Document ( inputStream ); } catch...saveOptions = new ExcelSaveOptions (); File xlsFileName = new File (...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...