Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 213,381 for

new

(0.15 sec)
  1. Გადაიყვანეთ PDF SVG C#

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

    products.aspose.com/words/ka/net/conversion/pdf...
  2. Გადაიყვანეთ 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/jpg...
  3. Გადაიყვანეთ JPG PNG C#

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

    products.aspose.com/words/ka/net/conversion/jpg...
  4. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for Python via .NET, providing flexibility in document modification....saves the modified PDF to a new file. Open the PDF file using..." ) Replace old Table with a new one in PDF document Aspose.PDF...

    docs.aspose.com/pdf/python-net/manipulating-tab...
  5. 将 PDF 转换为文本|Aspose.PDF for Android via Java

    使用 Aspose.PDF for Android via Java,您可以将整个 PDF 文档转换为文本文件,或仅将 PDF 页转换为文本文件。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...TextAbsorber ta = new TextAbsorber (); int [] pages = new int [] { 1...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  6. IBibliographyStylesProvider | Aspose.Words for ...

    Implement this interface to provide bibliography style for the FieldBibliography and FieldCitation fields when theyre updated in Java....throws Exception { Document doc = new Document(getMyDir() + "Bibliography...getFieldOptions().setBibliographyStyle(new BibliographyStylesPr()); doc...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在Ruby Visio Diagram 中添加一个新Layer|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.... new ( data_dir + "Basic_Shapes.vsd"...getPage ( 0 ) \ # initialize a new Layer class object layer = Rjb...

    docs.aspose.com/diagram/zh/java/add-a-new-layer...
  8. Region of Interest|Documentation

    Learn how to limit barcode recognition to specific regions in an image using BarCodeReader in Aspose.BarCode for Java.... Rectangle roi = new Rectangle ( 20 , 20 , 440 , 140...140 ); BarCodeReader reader = new BarCodeReader ( getFullPath (...

    docs.aspose.com/barcode/java/developer-guide/ba...
  9. Convert Image To JPG Javascript

    Convert Image to JPG format in JavaScript code. Save Image as JPG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert Image To PNG Javascript

    Convert Image to PNG format in JavaScript code. Save Image as PNG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.png" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...