Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 62,464 for

ios

(0.17 sec)
  1. Работа с прозрачностью в PostScript | С++

    Как добавить прозрачность в файл PS — это вопрос, на который отвечает Aspose.Page. Узнайте, как использовать функциональность в C++....6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "AddT...

    docs.aspose.com/page/ru/cpp/ps/working-with-tra...
  2. 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...
  3. 使用 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...
  4. 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...
  5. LaTeX all'immagine | C++

    Per convertire i formati di Tex in immagine usando la soluzione API Aspose.TeX per C ++ Impara questo articolo che descrive come fare questo e gli esempi di codice....System::MakeObject < TeXJob > (System::IO::Path::Combine(RunExamples::InputDirectory...System::IO::Stream > fs = System::IO::File::Open(System::IO::Pat...

    docs.aspose.com/tex/it/cpp/latex-to-image/
  6. Látex para imagem | C++

    Para converter os formatos Tex em imagem usando a solução ASPOLE.TEX API para C ++, aprenda este artigo que descreve como fazer isso e os exemplos de código....System::MakeObject < TeXJob > (System::IO::Path::Combine(RunExamples::InputDirectory...System::IO::Stream > fs = System::IO::File::Open(System::IO::Pat...

    docs.aspose.com/tex/pt/cpp/latex-to-image/
  7. Mengonversi PDF ke Berbagai Format Gambar dalam...

    Topik ini menunjukkan kepada Anda bagaimana menggunakan Aspose.PDF untuk Python untuk mengonversi PDF ke berbagai format gambar seperti TIFF, BMP, EMF, JPEG, PNG, GIF, SVG dengan beberapa baris kode....untuk menyimpan imageStream = io . FileIO ( output_pdf + "_page_"...untuk menyimpan imageStream = io . FileIO ( output_pdf + "_page_"...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  8. 使用 Aspose.Page C++ API 转换 PostScript

    本文将通过代码片段讲解和演示 Aspose.Page API C++ 解决方案中包含的 PS 到 BMP 的转换功能。...System::String imagePath = System::IO::Path::GetFullPath(dataDir +...tem::IO::FileStream> fs = System::MakeObject<System::IO::FileStream>(imagePath...

    docs.aspose.com/page/zh/cpp/convert-ps/
  9. LaTeX до зображення | C++

    Щоб перетворити TeX у формати зображень за допомогою Aspose.TeX API для C++, ознайомтеся з цією статтею, яка описує, як це зробити, і прикладами коду....System::MakeObject < TeXJob > (System::IO::Path::Combine(RunExamples::InputDirectory...System::IO::Stream > fs = System::IO::File::Open(System::IO::Pat...

    docs.aspose.com/tex/uk/cpp/latex-to-image/
  10. IDocumentProcessorPlugin.save method | Aspose.W...

    IDocumentProcessorPlugin.save method. Save the document loaded by [IDocumentProcessorPlugin.load()](../load/#bytesio_loadoptions) method to the output stream using the specified save options....save ( self , output_stream : io . BytesIO , save_options : aspose...Type Description output_stream io.BytesIO The output stream. save_options...

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