Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 223,972 for

new

(0.84 sec)
  1. Convert TEXT To Image Java

    Convert TEXT to Image format in Java code. Save TEXT as Image using Java....*; Document doc = new Document ( "Input.txt" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/text-...
  2. Convert JPG To GIF Java

    Convert JPG to GIF format in Java code. Save JPG as GIF using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.gif" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/jpg-t...
  3. Convert Markdown to DOCX – C# Examples

    Convert Markdown to DOCX using Aspose.HTML for .NET. Consider Markdown to DOCX conversion scenarios in C# examples. Try online Markdown Converter...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-markdown-to-docx/
  4. Convert PDF to PDF/A-2A not valid - Free Suppor...

    Hello Support Team We make use of the conversion method (of aspose.pdf version 24.7) that converts pdf to pdfa-2a. In order to be able to assure the customer that the converted pdf’s are in pdfa-2a, we have used the val…... var doc = new Document(dataDir + "00-Submitting...bool isValidated = doc.Validate(new MemoryStream(), PdfFormat.PDF_A_2A);...

    forum.aspose.com/t/convert-pdf-to-pdf-a-2a-not-...
  5. 档案

    档案...您可以通过从 New Releases 页面下载其参考文件或使用以下 NuGet...List<string> listPos = new List<string>(new string[] { "0", "0:0"...

    blog.aspose.com/zh/diagram/create-organizationa...
  6. 管理超链接|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中向 PowerPoint 演示文稿添加超链接...代码演示如何向文本添加网站超链接: var presentation = new aspose . slides . Presentation...portionFormat . setHyperlinkClick ( new aspose . slides . Hyperlink (...

    docs.aspose.com/slides/zh/nodejs-java/manage-hy...
  7. TextColumnCollection.count property | Aspose.Wo...

    TextColumnCollection.count property. Gets the number of columns in the section of a document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 创建书签|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 的 PdfBookmarEditor 类为 PDF 文件创建书签。...using ( var bookmarkEditor = new Aspose . Pdf . Facades . PdfBookmarkEditor...using ( var bookmarkEditor = new Aspose . Pdf . Facades . PdfBookmarkEditor...

    docs.aspose.com/pdf/zh/net/create-bookmarks/
  9. How can I convert the entire Excel file into a ...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao 新規工事件名シート(1)_250702~260830 (23).zip (502.5 KB) How can I convert the entire Excel file into a single-page SVG without cutting off any content? Sample in z…...Run() { Workbook workbook = new Workbook(); Worksheet worksheet...workbook Workbook workbook = new Workbook(filePath); // Create...

    forum.aspose.com/t/how-can-i-convert-the-entire...
  10. 将 MSG 保存为 PDF|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....{ FileInputStream fstream = new FileInputStream ( emailPath );...ByteArrayOutputStrea emlStream = new ByteArrayOutputStrea (); eml...

    docs.aspose.com/email/zh/java/saving-a-msg-as-pdf/