Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 224,714 for

new

(0.19 sec)
  1. Convert Visio to HTML format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to html formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to html with a few lines of code....a VSD file Diagram diagram = new Diagram ( dataDir + "ExportToHTML...load diagram Diagram diagram = new Diagram ( dataDir + "ExportToHTML...

    docs.aspose.com/diagram/zh/java/convert-visio-t...
  2. 使用 Aspose.Email.Outlook 管理消息文件|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....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test.com"...MailConversionOption options = new MailConversionOption (); options...

    docs.aspose.com/email/zh/java/managing-message-...
  3. Merge XPS files using .NET | Aspose.PDF

    Merge XPS files programmatically with C# sample code using Aspose.PDF for .NET...options = new (); Aspose . Pdf . Document pdfDocument1 = new ( inputFile1...Pdf . Document pdfDocument2 = new ( inputFile2 , options ); pdfDocument1...

    products.aspose.com/pdf/net/merger/xps/
  4. ImageSize | Aspose.Words for Java

    Contains information about image size and resolution in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. 现代 API|Aspose.Slides for Node.js via .NET 文档

    现代 API...using the new API may look as follows: var pres = new aspose ....method using ImageIO with the new one. Old: var imageio = java...

    docs.aspose.com/slides/zh/nodejs-java/modern-api/
  6. Changed behavior when connecting documents - Fr...

    Hi, use use following code to append documents: dstDocument.AppendDocument(srcDocument, ImportFormatMode.UseDestinationStyles); the srcDocument has one section and his SectionStart is ‘SectionStart.Continuous’. Afte…...document with new page section break: Document dstDoc = new Document();...Document(); Document srcDoc = new Document(); srcDoc.FirstSection.PageSetup...

    forum.aspose.com/t/changed-behavior-when-connec...
  7. | Aspose

    Sample code for DJVU to Text Java conversion. Use API example code for batch DJVU files to Text conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/djvu-to...
  8. | Aspose

    Sample code for WBMP to JSON Java conversion. Use API example code for batch WBMP files to JSON conversion within any Web or Desktop Java based application....API instance AsposeOCR api = new AsposeOCR (); //Prepare rectangles...rectArray = new ArrayList (); rectArray . add ( new Rectangle (...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  9. How to extract text from PDF | Aspose.PDF

    Do you know how easily extract text from PDF using C#? Extract text from PDF with high quality using .NET PDF library....from PDF documents Initialize a new Document Create TextAbsorber...document Document pdfDocument = new Document ( dataDir + "ExtractTextAll...

    products.aspose.com/pdf/tutorial/extract-text/
  10. Corrupted PPTX File When Converting from PPT in...

    I use Aspose.Slides.NET version 25.8.0 to convert this PPT file to PPTX format. The output file is corrupted when opening with MS PowerPoint 365. Here is the code snippet that I use to convert this file: Presentation d…...file: Presentation document = new Aspose.Slides.Presentation(inputFilePath);...an example: var loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/corrupted-pptx-file-when-con...