Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 73,047 for

ios

(0.29 sec)
  1. 更改 XMP EPS 元数据中的简单值 | C++

    本文将通过 C++ Aspose.Page API 解决方案,结合代码,讲解并演示如何更改 EPS 文件中 XMP 元数据中的简单值。...System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/zh/cpp/xmp-metadata/change...
  2. 更改 EPS|C++ 的 XMP 元数据中的命名值

    本文将通过 C++ 的 Aspose.Page API 解决方案,解释并演示如何更改 EPS 文件的 XMP 元数据中的命名值。...System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_named_value_input...

    docs.aspose.com/page/zh/cpp/xmp-metadata/change...
  3. XMP EPSメタデータ内の単純な値の変更 | .NET

    Aspose.Page APIソリューション for .NETを使用してEPSファイルのXMPメタデータ内の単純な値を変更するプロセスを、コードとともに解説します。... IO . FileStream psStream = new System. IO . FileStream...eps" , System. IO . FileMode . Open , System. IO . FileAccess ...

    docs.aspose.com/page/ja/net/xmp-metadata/change...
  4. Aspose::Words::LowCode::Converter class | Aspos...

    Aspose::Words::LowCode::Converter class. Represents a group of methods intended to convert a variety of different types of documents using a single line of code in C++....stem::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&...stem::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. Anpassen von PowerPoint-Schriftarten in JavaScr...

    Passen Sie Schriftarten in PowerPoint-Folien mit JavaScript und Aspose.Slides für Node.js über Java an, um Ihre Präsentationen auf jedem Gerät scharf und konsistent zu halten....io.FileInputStream" , java . newInstanceSync...newInstanceSync ( "java.io.File" , "customfonts/CustomFont1.ttf"...

    docs.aspose.com/slides/de/nodejs-java/custom-font/
  6. MailMergerContext class | Aspose.Words for Python

    aspose.words.lowcode.MailMergerContext class. Mail merge context.... io . FileStream ( MY_DIR + 'Mail...system_helper . io . FileMode . OPEN , system_helper . io . FileAccess...

    reference.aspose.com/words/python-net/aspose.wo...
  7. arkiv

    arkiv...tem::MakeObject<Aspose::TeX::IO::OutputConsoleTermina>()); //...tem::MakeObject<Aspose::TeX::IO::OutputConsoleTermina>()); //...

    blog.aspose.com/sv/tex/convert-tex-to-pdf-or-xp...
  8. Aspose::Words::Drawing::ImageData::ToStream met...

    Aspose::Words::Drawing::ImageData::ToStream method. Creates and returns a stream that contains the image bytes in C++....System :: SharedPtr < System :: IO :: Stream > Aspose :: Words ::...System :: SharedPtr < System :: IO :: Stream > imgStream = imgShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Watermark.set_image method | Aspose.Words for P...

    aspose.words.Watermark.set_image method...set_image ( self , image_stream : io . BytesIO , options : aspose...Type Description image_stream io.BytesIO options ImageWatermarkOption...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Изменение размера EPS | Решение .NET API

    Функциональность изменения размера EPS, предлагаемая решением Aspose.Page API для .NET, объясняется и иллюстрируется фрагментами кода здесь.... IO . FileStream (dataDir + "input.eps" , System. IO . FileMode...FileMode . Open , System. IO . FileAccess . Read )) 8 { 9 //Initialize...

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