Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 74,307 for

ios

(0.1 sec)
  1. MarkdownSaveOptions constructor | Aspose.Words ...

    MarkdownSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format.... io . Directory . get_files ( ARTIFACTS_DIR...shape' ), list ( system_helper . io . Directory . get_files ( ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. EPS のサイズ変更 | C++ 向け API ソリューション

    Aspose.Page C++ 向け API ソリューションが提供する EPS のサイズ変更機能について、コードスニペットを用いて説明します。...8 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/ja/cpp/resize-eps/
  3. 使用 Python 合并 PDF 文档 | Aspose.PDF

    了解如何通过 .NET 有效地使用 Aspose.PDF for Python 将图像、XML、HTML、EPUB 等合并到单个 PDF 或 DOCX/PPTX 文档中。 了解如何通过 .NET 有效地使用 Aspose.PDF for Python 将图像、XML、HTML、EPUB 等合并到单个 PDF 或 DOCX/PPTX 文档中。...pdf as apdf from io import FileIO from os import...import aspose.pdf as apdf from io import FileIO from os import...

    products.aspose.com/pdf/zh-hans/python-net/merger/
  4. Verificar contraseña de archivos cifrados con C...

    Verificar la contraseña de archivos cifrados de Excel (xlsx, xlsb, xls, xlsm) y OpenOffice (ODS) usando códigos C++.... ToUtf8 (), std :: ios :: binary ); if ( file ) { file...file . seekg ( 0 , std :: ios :: end ); fileData . resize ( file...

    docs.aspose.com/cells/es/cpp/verify-password-of...
  5. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap import io def save_document_to_stream (...document . pages . add () with io . FileIO ( outfile , 'w' ) as...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  6. 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...
  7. การจัดพิมพ์ TeX | อินพุตและเอาต์พุต ZIP

    โซลูชัน C++ API สำหรับทำงานกับ TeX เรียนรู้วิธีแปลง TeX เป็น PDF โดยใช้ไฟล์ ZIP เป็นอินพุตและเอาต์พุตด้วยโค้ดเพียงไม่กี่บรรทัด...ZIP Copy using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...System :: IO :: Stream > inZipStream = System :: IO :: File ::...

    products.aspose.com/tex/th/cpp/zip-input-and-ou...
  8. CssSavingArgs.css_stream property | Aspose.Word...

    CssSavingArgs.css_stream property. Allows to specify the stream where the CSS information will be saved to....@property def css_stream ( self ) -> io . BytesIO : ... @css_stream.setter...def css_stream ( self , value : io . BytesIO ): ... Remarks This...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentPartSavingArgs.keepDocumentPartStreamOp...

    DocumentPartSavingArgs.keepDocumentPartStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document part....IO.Stream,Aspose.Words.SaveFormat)...Aspose.Words.Document.Save(System.IO.Stream,Aspose.Words.Saving.SaveOptions)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. XPS ファイルの変換 | .NET API ソリューション

    Aspose.Page API ソリューション for .NET に含まれる XPS から PNG への変換機能について、コード スニペットを用いて説明します...IO.File.Open(Path.GetDirectoryName(outputFileName)...eName), System.IO.FileMode.Create, System.IO.FileAccess.Write))...

    docs.aspose.com/page/ja/net/convert-xps/