Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 164,131 for

new

(0.06 sec)
  1. 在 .NET 中将 PDF 转换为 Excel|Aspose.PDF for .NET

    Aspose.PDF for .NET 库允许您使用 C# 将 PDF 转换为 Excel 格式。这些格式包括 XLS、XLSX、XML 2003 电子表格、CSV、ODS。...document using ( var document = new Aspose . Pdf . Document ( dataDir...ExcelSaveOptions object var saveOptions = new Aspose . Pdf . ExcelSaveOptions...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-excel/
  2. HTML Converter – HTML Conversions in C#

    Convert HTML to other formats using Aspose.HTML for .NET API or Online HTML Converter. Consider C# example of HTML to PNG transforming....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/net/html-converter/
  3. RelativeVerticalPosition Enum | Aspose.Words fo...

    Discover the Aspose.Words.Drawing.RelativeVerticalPosition enum to define vertical positioning for shapes and text frames effectively and enhance document layouts....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. RelativeVerticalPosition enumeration | Aspose.W...

    Aspose.Words.Drawing.RelativeVerticalPosition enumeration. Specifies to what the vertical position of a shape or text frame is relative....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 转换幻灯片|Aspose.Slides 文档

    在Java中将PowerPoint幻灯片转换为图像(位图、PNG或JPG)...为PNG格式: Presentation pres = new Presentation ( "Presentation...方法将演示文稿的第一张幻灯片转换为位图对象: Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/zh/androidjava/convert-s...
  6. Filter Messages From Exchange Mailbox|Documenta...

    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....ExchangeQueryBuilder builder = new ExchangeQueryBuilder (); // Set...builder . getInternalDate (). on ( new Date ()); MailQuery query = builder...

    docs.aspose.com/email/java/filter-messages-from...
  7. Convert DOC To RTF Java

    Convert DOC to RTF format in Java code. Save DOC as RTF using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...
  8. Convert DOC To PDF Java

    Convert DOC to PDF format in Java code. Save DOC as PDF using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...
  9. Convert TEXT To HTML Java

    Convert TEXT to HTML format in Java code. Save TEXT as HTML using Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/java/conversion/text-...
  10. Convert HTML To DOC Java

    Convert HTML to DOC format in Java code. Save HTML as DOC using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...