Sort Score
Result 10 results
Languages All
Labels All
Results 8,061 - 8,070 of 213,609 for

new

(0.12 sec)
  1. Გადაიყვანეთ WORD JPG Java

    გადაიყვანეთ WORD JPG Java ფორმატში კოდით. შეინახეთ WORD როგორც JPG Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/conversion/wo...
  2. 将Excel工作簿转换为Ods、Sxc和Fods(OpenOffice / LibreOffi...

    如何通过Aspose.Cells for JavaScript使用C++将Excel转换为Ods(OpenOffice / LibreOffice Calc)或将Ods(OpenOffice / LibreOffice Calc)转换为Excel。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blobOds = new Blob ([ outputOdsData ]); downloadOds...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. MHTML to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for MHTML to PDF conversion. Use example code for batch MHTML to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...PDF Output file: // Create a new instance of the MhtLoadOptions...

    products.aspose.com/pdf/php-java/conversion/mht...
  4. | Aspose

    Sample code for PNG to DOCX Java conversion. Use API example code for batch PNG files to DOCX 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/png-to-...
  5. Convert MBOX to PST via C# | products.aspose.com

    Sample code for MBOX to PST C# conversion. Use API example code for batch MBOX files to PST conversion within VB.NET, Asp.NET or any .NET based application.... Create a new PST file. Create a new folder in the PST...CreateReader(mboxFilePath, new MboxLoadOptions()); // Create a new PST file using...

    products.aspose.com/email/net/conversion/mbox-t...
  6. PDF to PDFA Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one PDFA single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...merging files In loop: add a new page to PDF/A document In loop:...

    products.aspose.com/pdf/java/merger/pdf-to-pdfa/
  7. IFC to DFX conversion - filtering/splitting by ...

    Hi Support. We are considering licensing aspose.cad in our product to convert IFC files into DXF files. One thing we need to do is separate the IFC data per storey, either one storey per DXF output file, or at least on…...: For each storey, create a new DXF file and add the relevant...storey : storeys) { // Create a new DXF file for each storey String...

    forum.aspose.com/t/ifc-to-dfx-conversion-filter...
  8. Aspose.words compare is not same as MS word com...

    Hi Team, I’ve observed that Aspose.Words comparison output doesn’t match Microsoft Word’s comparison results for the attached files. Currently I have identified these differences, but there may be other discrepancies a…...comparison: Document source = new Document("C:\\Temp\\v1.docx");...docx"); Document target = new Document("C:\\Temp\\v2.docx"); source...

    forum.aspose.com/t/aspose-words-compare-is-not-...
  9. DownsampleOptions | Aspose.Words for Java

    Allows to specify downsample options in Java.... Document doc = new Document(getMyDir() + "Images...PDF. PdfSaveOptions options = new PdfSaveOptions(); // By default...

    reference.aspose.com/words/java/com.aspose.word...
  10. ChartType | Aspose.Words for Java

    Specifies type of a chart in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...add("Series 1", categories, new double[]{76.6, 82.1, 91.6});...

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