Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 72,945 for

ios

(0.15 sec)
  1. Get XMP metadata from EPS file using C++

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code here....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/cpp/xmp-metadata/get/
  2. Отримайте метадані XMP із файлу EPS за допомого...

    Процес отримання метаданих XMP із файлу EPS за допомогою рішення API Aspose.Page для C++ пояснюється та проілюструється кодом тут....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/uk/cpp/xmp-metadata/get/
  3. Получите метаданные XMP из файла EPS с помощью ...

    Процесс получения метаданных XMP из файла EPS с помощью решения Aspose.Page API для C++ объясняется и иллюстрируется кодом здесь....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/ru/cpp/xmp-metadata/get/
  4. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureCollection class. Provides a read-only collection of digital signatures attached to a document. To learn more, visit the documentation article in C++....System :: MakeObject < System :: IO :: FileStream > ( get_MyDir ()...u "Document.docx" , System :: IO :: FileMode :: Open ); { auto...

    reference.aspose.com/words/cpp/aspose.words.dig...
  5. OAuth を使用したメールサービスへのアクセス|Documentation

    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.BufferedReader ; import java.io.IOException ;...; import java.io.InputStream ; import java.io.InputStreamReader...

    docs.aspose.com/email/ja/java/access-mail-servi...
  6. Solution fonctionnelle pour le redimensionnemen...

    Corrige le redimensionnement inattendu des graphiques dans les fichiers PPTX lors de l'utilisation d'objets OLE Excel integres avec Aspose.Slides pour C++. Découvrez deux methodes avec du code pour maintenir des tailles coherentes....System :: SharedPtr < System :: IO :: MemoryStream > ToSlidesMemoryStream...Aspose :: Cells :: Systems :: IO :: MemoryStream > inputStream...

    docs.aspose.com/slides/fr/cpp/working-solution-...
  7. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the document to a stream using the specified format in C++....Document::Save(const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat)...System :: SharedPtr < System :: IO :: Stream > & stream , Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. استخراج معلومات الصورة والتوقيع باستخدام Aspose...

    يمكنك استخراج الصور من حقل التوقيع واستخراج معلومات التوقيع باستخدام فئة SignatureField مع C++....nullptr ) { auto output = System :: IO :: File :: OpenWrite ( _dataDir...Close (); } } } catch ( System :: IO :: IOException e ) { Console...

    docs.aspose.com/pdf/ar/cpp/extract-image-and-si...
  9. 使用 C++ 检测加密的 Office Open XML(OOXML)文件的文件格式|Docu...

    学习如何使用 Aspose.Cells for C++检测加密的 Office Open XML (OOXML) 文件的文件格式。...ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/zh/cpp/detect-file-format...
  10. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...io.ByteArrayOutputStrea; import java.io.File; import...import java.io.FileOutputStream; import java.nio.charset.StandardCharsets;...

    forum.aspose.com/t/indentation-applied-to-first...