Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 214,361 for

new

(0.11 sec)
  1. Გადაიყვანეთ HTML MARKDOWN C#

    გადაიყვანეთ HTML MARKDOWN C# ფორმატში კოდით. შეინახეთ HTML როგორც MARKDOWN C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  2. Გადაიყვანეთ DOC DOCX C#

    გადაიყვანეთ DOC DOCX C# ფორმატში კოდით. შეინახეთ DOC როგორც DOCX C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/doc...
  3. Გადაიყვანეთ WORD XPS C#

    გადაიყვანეთ WORD XPS C# ფორმატში კოდით. შეინახეთ WORD როგორც XPS C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/wor...
  4. Გადაიყვანეთ WORD TXT C#

    გადაიყვანეთ WORD TXT C# ფორმატში კოდით. შეინახეთ WORD როგორც TXT C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/wor...
  5. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.cleanup();...

    products.aspose.com/words/java/compress/html/
  6. Converting a TEX file to PDF using PHP | Aspose...

    Sample code on PHP for TEX to PDF conversion. Use example code for batch TEX to PDF conversion with Aspose.PDF for PHP via Java...Create a new instance of the TeXLoadOptions class Create a new instance...PDF Output file: // Create a new instance of the TeXLoadOptions...

    products.aspose.com/pdf/php-java/conversion/tex...
  7. Aspose.PSD for .NET 24.12 - Release Notes|Docum...

    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.... Save ( outputFileStroke , new PngOptions ()); } // Test effects.... Load ( inputFileEffects , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-1...
  8. 档案

    档案...asList(new String[] { "0", "0:0", "0:1"...shapeIdMap = new Hashtable(); // 创建新图表 Diagram diagram = new Diagram(visioStencil);...

    blog.aspose.com/zh/diagram/create-organizationa...
  9. Manage Slide Show in PHP|Aspose.Slides for PHP ...

    Learn how to manage slide shows in Aspose.Slides for PHP via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...$presentation = new Presentation (); $showType = new BrowsedByIndividual...

    docs.aspose.com/slides/php-java/manage-slide-show/
  10. Manage Slide Show in Java|Aspose.Slides Documen...

    Learn how to manage slide shows in Aspose.Slides for Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...Presentation presentation = new Presentation (); BrowsedByIndividual...

    docs.aspose.com/slides/java/manage-slide-show/