Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 222,912 for

new

(0.29 sec)
  1. Convert JPG To WORD Java

    Convert JPG to WORD format in Java code. Save JPG as WORD using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/java/conversion/jpg-t...
  2. CSV to PDF conversion - Free Support Forum - as...

    I am evaluating aspose for converting csv files to pdf(large csv files with rows over a million). I created a workbook object with file path and then saved/converted it to pdf file. The problems I have are : The table…...opts = new LoadOptions(LoadFormat.CSV); Workbook wb = new Workbook("Book1...AutoFitColumns(); PdfSaveOptions pdfopts = new PdfSaveOptions(); pdfopts.GridlineType...

    forum.aspose.com/t/csv-to-pdf-conversion/164952
  3. How to Convert Project Data to PDF | Aspose.Tas...

    This guide explains how to convert project data into PDF format using Aspose.Tasks for Java. Whether you're New to the platform or looking to optimize your workflow, this article provides a clear step-by-step approach to achieve your goal....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/convert-project-data...
  4. Convert Image To DOC Java

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

    products.aspose.com/words/java/conversion/image...
  5. Convert Image To PDF Java

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

    products.aspose.com/words/java/conversion/image...
  6. Convert JPG To HTML Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert JPG To PDF Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert JPG To DOCX Java

    Convert JPG to DOCX format in Java code. Save JPG as DOCX using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/java/conversion/jpg-t...
  9. Set Caption to OLE Icon|Aspose.Slides 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....OLE Icon Contents [ Hide ] A new property SubstitutePictureTit...using ( Presentation pres = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/set-caption-to-ole-i...
  10. FieldFormText | Aspose.Words for Java

    Implements the FORMTEXT field in Java.... Document doc = new Document(getMyDir() + "Form fields...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...