Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 213,087 for

new

(0.38 sec)
  1. Փոխարկել JPG Պատկեր Java

    Փոխարկեք JPG ը Պատկեր ձևաչափի Java կոդով: Պահեք JPG որպես Պատկեր օգտագործելով Java:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.jpg" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/jp...
  2. Փոխարկել DOC PNG Java

    Փոխարկեք DOC ը PNG ձևաչափի Java կոդով: Պահեք DOC որպես PNG օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/do...
  3. 将 PDF 转换为 PNG|Aspose.PDF for Android via Java

    本页描述了如何使用 Aspose.PDF for Android via Java 将 PDF 页面转换为 PNG 图像,转换全部和单个页面为 PNG 图像。...convertPDFtoPNG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-PNG...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  4. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java.... DocumentBuilder builder = new DocumentBuilder(); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl(); Shape shape...

    reference.aspose.com/words/java/com.aspose.word...
  5. 在Java中打开演示文稿|Aspose.Slides 文档

    在Java中打开或加载演示文稿PPT、PPTX、ODP...类并将文件路径传递给它的构造函数 Presentation pres = new Presentation ( "Presentation...: LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.aspose.com/slides/zh/androidjava/open-pres...
  6. Merge XPS files | .NET API Solution

    Merger XPS functionality of Aspose.Page API solution for .NET allows you to combine several XPS files into a single XPS or PDF document....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/merge/xps/
  7. Փոխարկել 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/hy/net/conversion/jpg...
  8. Փոխարկել 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/hy/net/conversion/jpg...
  9. Փոխարկել Պատկեր 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/hy/net/conversion/ima...
  10. Working with Signature in PDF File|Aspose.PDF f...

    Discover how to manage digital signatures in PDF documents, including adding, removing, and verifying, using Aspose.PDF in Java....PdfFileSignature pdfFileSignature = new PdfFileSignature (); pdfFileSignature...FileOutputStream fs ; try { fs = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/working-with-signature...