Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 213,607 for

new

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

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

    products.aspose.com/words/ka/java/conversion/do...
  2. Გადაიყვანეთ HTML Გამოსახულება Java

    გადაიყვანეთ HTML Გამოსახულება Java ფორმატში კოდით. შეინახეთ HTML როგორც Გამოსახულება Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/conversion/ht...
  3. Გადაიყვანეთ 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...
  4. 将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...
  5. Threaded Comments with JavaScript via C++|Docum...

    Manage threaded comments in Excel documents using Aspose.Cells for JavaScript via C++. Learn to add, read, edit, and remove threaded comments....Click the Review tab Click the New Comment button This will open...insert the comment. Click the New Comment option. This will open...

    docs.aspose.com/cells/javascript-cpp/threaded-c...
  6. 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...
  7. Product Overview | Python via .NET

    Python Library for the developers to process PS, EPS, and XPS files. Learn the overvoew of Aspose.Page API solution for Python....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/python-net/product-overview/
  8. 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...
  9. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = New FontSettings(); fontSe…...FontSettings fontSettings = new FontSettings(); fontSettings...; DocumentBuilder Builder = new DocumentBuilder(mainDoc); DocumentBuilder...

    forum.aspose.com/t/topic/312049
  10. Merge RAR files to one 7ZIP archive via C#

    Source code for merge RAR files to one 7ZIP archive via C#. Use API example code for combine RAR files to a single 7ZIP within VB.NET Asp.NET or any .NET based application....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/net/merger/rar-to-7zip/