Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 213,612 for

new

(0.21 sec)
  1. Გადაიყვანეთ Გამოსახულება JPG C#

    გადაიყვანეთ Გამოსახულება JPG C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/ka/net/conversion/ima...
  2. Გადაიყვანეთ Გამოსახულება BMP C#

    გადაიყვანეთ Გამოსახულება BMP C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.bmp" , new ImageSaveOptions(SaveFormat.Bmp));...

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

    გადაიყვანეთ WORD JPG C# ფორმატში კოდით. შეინახეთ WORD როგორც JPG C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/wor...
  4. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java.... Document doc = new Document(getMyDir() + "Tables...cells from the collection to a new array of cells. add(Node node)...

    reference.aspose.com/words/java/com.aspose.word...
  5. Check Version Number|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....publish new versions of Aspose.Cells, both to introduce new features...minor.hotfix When we release a new build of Aspose.Cells, we update...

    docs.aspose.com/cells/python-java/check-version...
  6. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions.... Public API Changes A New VideoPlayerHtmlContr Added to...Export Media Files to HTML The new public class VideoPlayerHtmlContr...

    docs.aspose.com/slides/net/public-api-and-backw...
  7. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Java....document object Document document = new Document (); //Add page Page...text to new page page . getParagraphs (). add ( new TextFragment...

    docs.aspose.com/pdf/java/hello-world-example/
  8. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for PHP via Java for more engaging slides....a chart data label: $pres = new Presentation (); try { $chart...the Presentation class $pres = new Presentation (); try { # Gets...

    docs.aspose.com/slides/php-java/chart-data-label/
  9. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Java recognition engine.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput images = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/multithreading/
  10. PdfSaveOptions.ZoomFactor | Aspose.Words for .NET

    Discover PdfSaveOptions' ZoomFactor property to easily adjust document zoom levels in percentages, enhancing your PDF viewing experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...25%. PdfSaveOptions options = new PdfSaveOptions { ZoomBehavior...

    reference.aspose.com/words/net/aspose.words.sav...