Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 162,156 for

new

(0.06 sec)
  1. Convert SVG to PDF in Java – Aspose.HTML for Java

    Convert SVG to PDF using Aspose.HTML for Java. Consider various SVG to PDF conversion scenarios and learn how to use PdfSaveOptions....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/java/convert-svg-to-pdf/
  2. Convert HTML To DOCX Java

    Convert HTML to DOCX format in Java code. Save HTML as DOCX 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-...
  3. Convert WORD To MARKDOWN Java

    Convert a Word document to MARKDOWN format in Java code. Save a Word document as MARKDOWN using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  4. Pivot Table and Source Data|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....Data Creating a new designer template. Create a new designer template...designer template file. Populating new data and changing source data...

    docs.aspose.com/cells/java/pivot-table-and-sour...
  5. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF pages to your document programmatically with C# sample code using Aspose.PDF for .NET... Insert New Page to PDF var inputFile = Path....pdf)" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...

    products.aspose.com/pdf/net/pages/add/
  6. 在xlsx4j中将图表转换为图像|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....ImageOrPrintOptions imgOpts = new ImageOrPrintOptions (); imgOpts...image file. chart . toImage ( new FileOutputStream ( dataDir +...

    docs.aspose.com/cells/zh/java/convert-chart-to-...
  7. ColorMode enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.ColorMode enumeration. Specifies how colors are rendered.... let doc = new aw . Document ( base . myDir...color. let pdfSaveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ document should start at 2. The numbering in the ‘GuV’ document should start at 3. When I append the ‘GuV’ to a document, the numbering persists. However, if I do the same with th…...result: ImportFormatOptions opt = new ImportFormatOptions(); opt.KeepSourceNumbering...Aspose.Words.Document doc = new Aspose.Words.Document(@"C:\Temp\Default...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  9. Compress WORD In Java

    Compress WORD in Java without losing quality. Optimize WORD content, reduce file size easily....*; Document doc = new Document ( "Input.docx" ); doc...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    products.aspose.com/words/java/compress/word/
  10. Compress DOCX In Java

    Compress DOCX in Java without losing quality. Optimize DOCX content, reduce file size easily....*; Document doc = new Document ( "Input.docx" ); doc...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    products.aspose.com/words/java/compress/docx/