Sort Score
Result 10 results
Languages All
Labels All
Results 8,101 - 8,110 of 72,964 for

ios

(0.08 sec)
  1. 使用 Java 从 PDF 中提取附件 | Aspose.PDF

    用于从 PDF 文件中提取附件的 Java 源代码。... io . FileOutputStream output = new java . io . FileOutputStream...

    products.aspose.com/pdf/zh-hans/java/attachment...
  2. Sistem gereksinimleri|.NET için Aspose.Words

    .NET için Aspose.Words ile çalışmaya başlamadan önce, cihazlarınızdaki etkinliklerin C# kullanımı açısından doğru şekilde hesaba katılması için işletim sistemi, platform, çerçeveler ve ortam gereksinimlerini karşıladığınızdan emin olun....(Mavericks) ve üzeri Mobil Android iOS Desteklenen Bulut Platformları...Mac Xamarin.Android Xamarin.iOS MonoDevelop 2.4 ve üzeri Lisanslama...

    docs.aspose.com/words/tr/net/system-requirements/
  3. OleFormat class | Aspose.Words for Python

    aspose.words.drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control... io . FileStream ( ARTIFACTS_DIR...suggested_extension , system_helper . io . FileMode . CREATE ) as fs :...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::DocumentBuilder::InsertNode meth...

    Aspose::Words::DocumentBuilder::InsertNode method. Inserts a node before the cursor in C++....System :: MakeObject < System :: IO :: FileInfo > ( get_ArtifactsDir...System :: MakeObject < System :: IO :: FileInfo > ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. IncorrectPasswordException | Aspose.Words for Java

    Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing in Java....io.PrintStream printStackTrace(PrintWriter...Parameter Type Description arg0 java.io.PrintWriter setStackTrace(StackTraceElement[]...

    reference.aspose.com/words/java/com.aspose.word...
  6. Converter PDF para formatos de Imagens|Aspose.P...

    Este tópico mostra como o Aspose.PDF permite converter PDF para várIos formatos de imagens. Converta páginas PDF para imagens PNG, JPEG, BMP com algumas linhas de código....auto imageStream = System :: IO :: File :: OpenWrite ( _dataDir...auto imageStream = System :: IO :: File :: OpenWrite ( _dataDir...

    docs.aspose.com/pdf/pt/cpp/convert-pdf-to-image...
  7. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes to save HTML to a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library.... IO ; 2 using Aspose. Html ; 3 using...Html . Saving ; 4 using System. IO . Compression ; 5 ... 6 7 //...

    docs.aspose.com/html/net/migration-between-vers...
  8. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "AddT...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  9. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method... def save ( self , stream : io . BytesIO , save_format : aspose...Parameter Type Description stream io.BytesIO Stream where to save...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Преобразование BMP в EPS с помощью API для C++

    Функциональность преобразования BMP в EPS, предлагаемая API-решением Aspose.Page для C++, объясняется и иллюстрируется фрагментами кода здесь....System::Drawing::Bitmap > (System::IO::File::OpenRead(dataDir + u "input1...System::Drawing::Bitmap > (System::IO::File::OpenRead(dataDir + u "input1...

    docs.aspose.com/page/ru/cpp/convert/bmp-to-eps/