Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 62,411 for

ios

(0.57 sec)
  1. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedFonts method. Specifies whether fonts should be embedded into Html document in Base64 format. Note setting this flag can significantly increase size of output Html file in C++....String outDocContents = System :: IO :: File :: ReadAllText ( get_ArtifactsDir...()); ASSERT_EQ ( 0 , System :: IO :: Directory :: GetFiles ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. 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...
  3. Aspose.PSD для Java 21.5 - Примітки до випуску|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....io.RandomAccessFile) M:com.aspose...saveData(com.aspose.psd.system.io.Stream) M:com.aspose.psd.DisposableObject...

    docs.aspose.com/psd/uk/java/aspose-psd-dlya-jav...
  4. EPS-Größe ändern | C++-API-Lösung

    Die von der Aspose.Page-API-Lösung für C++ angebotene EPS-Größenänderungsfunktion wird hier mit den Codeausschnitten erläutert und veranschaulicht....8 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/de/cpp/resize-eps/
  5. Merging PDF with XFDF not working - Free Suppor...

    Hi, I'm testing the Aspose PDF library and I'm trying to merge a PDF file with an XFDF file (xfdf includes INK Annotations). Test code (see below) runs without any problems but the output pdf file does not include the …...IO.FileStream(xfdf, System.IO.FileMode.Open, System.IO.FileAccess...

    forum.aspose.com/t/merging-pdf-with-xfdf-not-wo...
  6. 使用 Aspose.PDF for C++ 提取图像和签名信息|Aspose.PDF for C++

    您可以使用 C++ 的 SignatureField 类从签名字段中提取图像和签名信息。...nullptr) { auto output = System::IO::File::OpenWrite(_dataDir + u"im"...output->Close(); } } } catch (System::IO::IOException e) { Console::W...

    docs.aspose.com/pdf/zh/cpp/extract-image-and-si...
  7. Aspose.PDF for C++를 사용하여 이미지 및 서명 정보 추출|Aspose....

    서명 필드에서 이미지를 추출하고 C++의 SignatureField 클래스를 사용하여 서명 정보를 추출할 수 있습니다....nullptr ) { auto output = System :: IO :: File :: OpenWrite ( _dataDir...Close (); } } } catch ( System :: IO :: IOException e ) { Console...

    docs.aspose.com/pdf/ko/cpp/extract-image-and-si...
  8. Archiv

    Archiv...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // Fügen Sie...

    blog.aspose.com/de/pdf/add-extract-remove-repla...
  9. Archivo

    Archivo...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // Agregue una...

    blog.aspose.com/es/pdf/add-extract-remove-repla...
  10. 从TTF文件加载字体| C ++

    C ++ API解决方案即使此文件不是字体Inself,也可以从硬盘驱动器上加载字体。让我们看一下如何从TTF文件中制作它。... IO ; 使用filesystemstreamsour对象从文件加载...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/zh/cpp/how-to-load-fonts/l...