Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 62,326 for

ios

(0.16 sec)
  1. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...io.FileNotFoundExceptio ; import...aspose.pdf.examples ; import java.io.FileNotFoundExceptio ; import...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  2. IDocumentProcessorPlugin.append method | Aspose...

    IDocumentProcessorPlugin.append method. Append the document loading it with the specified load options....append ( 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...
  3. عرض ملفات تنسيق EPS | المحلول .NET

    افتح لعرض ملفات EPS. التعليمات البرمجية المصدر C# لتحميل وعرض وعرض مستندات EPS على .NET Framework Platform و Windows وتطبيقات ASP.NET....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.eps" , System.IO.FileMode.Create...

    products.aspose.com/page/ar/net/viewer/eps/
  4. Перегляд файлів формату EPS | Рішення .NET API

    Переглянути файлиEPS. Вихідний код C# для завантаження та відображення документів EPS з .NET Framework, Windows і програмах ASP.NET....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.eps" , System.IO.FileMode.Create...

    products.aspose.com/page/uk/net/viewer/eps/
  5. PS formátumú fájlok megtekintése | .NET Megoldás

    Nyissa meg az PS-fájlok megtekintéséhez. C# az PS rendereléséhez és megjelenítéséhez .NET-keretrendszer platformon, Windows és ASP.NET alkalmazásokon....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.ps" , System.IO.FileMode.Create...

    products.aspose.com/page/hu/net/viewer/ps/
  6. ComHelper.open method | Aspose.Words for Python

    aspose.words.ComHelper.open method... def open ( self , stream : io . BytesIO ): ... Parameter Type...Type Description stream io.BytesIO A .NET stream object that contains...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentPartSavingArgs.document_part_stream pro...

    DocumentPartSavingArgs.document_part_stream property. Allows to specify the stream where the document part will be saved to....document_part_stream ( self ) -> io . BytesIO : ... @document_part_stream...document_part_stream ( self , value : io . BytesIO ): ... Remarks This...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ค้นหา

    ค้นหา...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // เพิ่มรูปภ...

    blog.aspose.com/th/pdf/add-extract-remove-repla...
  9. Add array items in XMP metadata of EPS| .NET

    The process of adding items in XMP metadata of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here.... IO . FileStream psStream = new System. IO . FileStream...eps" , System. IO . FileMode . Open , System. IO . FileAccess ...

    docs.aspose.com/page/net/xmp-metadata/add-array...
  10. Convert XPS with Aspose.Page C++ API

    XPS to PDF conversion functionality included in Aspose.Page API solution for C++ is described and illustrated with the code snippets here....System::SharedPtr<System::IO::Stream> pdfStream = System::IO::File::Open(dataDir...pdf", System::IO::FileMode::OpenOrCreate, System::IO::FileAccess::Write);...

    docs.aspose.com/page/cpp/convert-xps/