Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 72,562 for

ios

(2.4 sec)
  1. IDocumentProcessorPlugin.load method | Aspose.W...

    IDocumentProcessorPlugin.load method. Load the document using the specified load options....load ( self , input_stream : io . BytesIO , load_options : aspose...Type Description input_stream io.BytesIO The input stream. load_options...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IDocumentMergerPlugin | Aspose.Words for Java

    Defines an interface for external merger plugin that can merge Pdf documents in Java....io.OutputStream inputStreams java.io.InputStream[]...

    reference.aspose.com/words/java/com.aspose.word...
  3. ImageFieldMergingArgs.image_stream property | A...

    ImageFieldMergingArgs.image_stream property. Specifies the stream for the mail merge engine to read an image from....def image_stream ( self ) -> io . BytesIO : ... @image_stream...image_stream ( self , value : io . BytesIO ): ... Remarks Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ReportBuilder.build_report method | Aspose.Word...

    aspose.words.lowcode.ReportBuilder.build_report method...input_stream : io . BytesIO , output_stream : io . BytesIO , save_format...input_stream io.BytesIO The input file stream. output_stream io.BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convertir divers formats d'images en PDF|Aspose...

    Ce sujet montre comment la bibliothèque Aspose.PDF pour Java permet de convertir divers formats d'images en PDF....io.FileNotFoundExceptio ; import...aspose.pdf.examples ; import java.io.FileNotFoundExceptio ; import...

    docs.aspose.com/pdf/fr/java/convert-images-form...
  6. 기존 PDF 파일에 이미지 추가|Aspose.PDF for Java

    이 섹션에서는 Java 라이브러리를 사용하여 기존 PDF 파일에 이미지를 추가하는 방법을 설명합니다....io.ByteArrayInputStream ; import java.io.ByteArrayOutputStrea...ByteArrayOutputStrea ; import java.io.File ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/ko/java/add-image-to-existi...
  7. Конвертация PDF в форматы изображений|Aspose.PD...

    Эта тема покажет вам, как Aspose.PDF позволяет конвертировать PDF в различные форматы изображений. Конвертируйте страницы PDF в изображения PNG, JPEG, BMP с помощью нескольких строк кода.... io . OutputStream outputImageFile = new java . io . FileOutputStream...java . io . OutputStream outputBinImageFile = new java . io . FileOutputStream...

    docs.aspose.com/pdf/ru/java/convert-pdf-to-imag...
  8. Implementieren Sie das Ressourcenpräfix für ver...

    Erfahren Sie, wie Sie Ressourcenpräfixe für verschachtelte Ressourcen mit Aspose.Tasks für C ++ hinzufügen....System::IO::FileStream > fs = System::MakeObject < System::IO::FileStream...+ u "Project1.mpp" , System::IO::FileMode::Open); 8 // Clearing...

    docs.aspose.com/tasks/de/cpp/resource-prefix-fo...
  9. ค้นหา

    ค้นหา...IO.Stream pdfStream = System.IO.File.Open("XPStoDOCX...pdf", System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write))...

    blog.aspose.com/th/page/convert-xps-oxps-word-c...
  10. 调整 EPS 大小 | .NET API 解决方案

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的调整 EPS 大小功能。... IO . FileStream (dataDir + "input.eps" , System. IO . FileMode...FileMode . Open , System. IO . FileAccess . Read )) 8 { 9 //Initialize...

    docs.aspose.com/page/zh/net/resize-eps/