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

new

(0.15 sec)
  1. Add HTML String using DOM in PHP|Aspose.PDF for...

    Explore how to add HTML content to a PDF document using the DOM in PHP with Aspose.PDF for rich document creation....Instantiate Document object $doc = new Document (); # Add a page to...with HTML contents $title = new HtmlFragment ( "<fontsize=10...

    docs.aspose.com/pdf/java/add-html-string-using-...
  2. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter(); // Get...

    reference.aspose.com/words/java/com.aspose.word...
  3. 将 HTML 转换为 MHTML – Aspose.HTML for .NET

    学习如何使用 Aspose.HTML 将 HTML 转换为 MHTML。您将考虑支持 HTML 到 MHTML 的转换情况,并用 C# 示例来说明这些情况。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/convert-html-to-mhtml/
  4. Insert Picture into a Document|Aspose.Words for...

    Insert picture into a document. NPOI does not provide an opportunity to insert picture into a document using C#....info a document: Document doc = new Document ( "../../data/document...); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    docs.aspose.com/words/net/insert-picture-in-doc...
  5. Add PDF Header and Footer|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add headers and footers to your PDF file using TextStamp class....document Document pdfDocument = new Document ( _dataDir + "TextinHeader...header TextStamp textStamp = new TextStamp ( "Header Text" );...

    docs.aspose.com/pdf/java/add-headers-and-footer...
  6. C# API to Parse Markdown Files – Aspose.HTML fo...

    Markdown Parser C#. Use Aspose.HTML for .NET API features to parse Markdown content....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/parse-markdown/
  7. Font.hidden property | Aspose.Words for Node.js

    Font.hidden property. True if the font is formatted as hidden text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 从印章提取文本|Aspose.PDF for Java

    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....visit 方法获取文本 Document doc = new Document ( dataDir + "test.pdf"...StampAnnotation ) item ; TextAbsorber ta = new TextAbsorber (); XForm ap = annot...

    docs.aspose.com/pdf/zh/java/extract-text-from-s...
  9. 合并 XPS 文件 | .NET API 解决方案

    Aspose.Page API 解决方案的 .NET 合并 XPS 功能允许您将多个 XPS 文件合并为一个 XPS 或 PDF 文档。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/merge/xps/
  10. Text alignment while converting to pdf - Free S...

    Dear Team, I am facing text alignment issue while converting dwg to pdf. I am using Aspose.Cad v24.10. Below is my c# code for the same Aspose.CAD.Image cadImage1 = Aspose.CAD.Image.Load(strTreePath) List validLayout…...Load(strTreePath) List validLayouts = new List(); var cadImageNew = (Aspose...pdfOptions = new PdfOptions { VectorRasterizationO = new CadRasterizationOpti...

    forum.aspose.com/t/text-alignment-while-convert...