Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 62,452 for

ios

(0.71 sec)
  1. علامة بيانات المخطط|Aspose.Slides لـ Node.js عب...

    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.FileInputStream" , java . newInstanceSync...newInstanceSync ( "java.io.File" , "Desert.jpg" ))); // تحميل الصورة...

    docs.aspose.com/slides/ar/nodejs-java/chart-dat...
  2. Создание PDF документа|Aspose.PDF for C++

    Эта статья описывает, как создавать и форматировать PDF документ с использованием Aspose.PDF для C++....{ String tmpFile = System :: IO :: Path :: GetTempFileNameSafe...set_WorkingDirectory ( System :: IO :: Path :: GetDirectoryName (...

    docs.aspose.com/pdf/ru/cpp/create-pdf-document/
  3. 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...
  4. 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...
  5. 使用 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...
  6. 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...
  7. Сохранение документа SVG – C#

    В этой статье вы узнаете, как сохранить документ SVG в файл, поток памяти, ZIP-архив или URL-адрес с помощью библиотеки Aspose.SVG для .NET.... IO ; Copy 1 // Save SVG to file...Aspose. Svg ; 2 using System. IO ; Copy 1 // Save SVG to Url using...

    docs.aspose.com/svg/ru/net/save-svg-document/
  8. LaTeX до XPS | C++

    Функція перетворення рішення Aspose.TeX API для C++ дозволяє конвертувати файли LaTeX у формат XPS....System::SharedPtr < System::IO::Stream > xpsStream = System::IO::File::Open(...System::IO::Path::Combine(RunExamples::OutputDirectory, u "any-name...

    docs.aspose.com/tex/uk/cpp/latex-to-xps/
  9. Gestione di oggetti OLE con C++|Documentation

    Impara come aggiungere, estrarre e manipolare oggetti OLE nei fogli di lavoro usando Aspose.Cells con C++....ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( !...(); file . seekg ( 0 , std :: ios :: beg ); std :: vector < uint8_t...

    docs.aspose.com/cells/it/cpp/managing-ole-objects/
  10. LaTeX en PDF | C++

    Pour convertir TeX en PDF à l'aide de la API Aspose.TeX pour C++, lisez cet article pour voir qui décrit comment procéder ainsi que les exemples de code....System::SharedPtr < System::IO::Stream > pdfStream = System::IO::File::Open(...System::IO::Path::Combine(RunExamples::OutputDirectory, u "any-name...

    docs.aspose.com/tex/fr/cpp/latex-to-pdf/