Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 74,195 for

ios

(0.12 sec)
  1. Add properties in XMP metadata of EPS | C++

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for C++ is explained and illustrated with the code snippets here....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_simple_props_input...

    docs.aspose.com/page/cpp/xmp-metadata/add-prope...
  2. EPS formátumú fájlok megtekintése | .NET Megoldás

    Nyissa meg az EPS-fájlok megtekintéséhez. C# az EPS rendereléséhez és megjelenítéséhez .NET-keretrendszer platformon, Windows és ASP.NET alkalmazásokon....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.eps" , System.IO.FileMode.Create...

    products.aspose.com/page/hu/net/viewer/eps/
  3. Aspose::Words::Fonts::TableSubstitutionRule::Sa...

    Aspose::Words::Fonts::TableSubstitutionRule::Save method. Saves the current table substitution settings to stream in C++....st System::SharedPtr<System::IO::Stream>&) method Saves the current...System :: SharedPtr < System :: IO :: Stream > & outputStream )...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Извлечение изображений из PDF|Aspose.PDF for Java

    Как извлечь часть изображения из PDF с использованием Aspose.PDF для Java... io . FileOutputStream outputImage = new java . io . FileOutputStream.... close (); } catch ( java . io . FileNotFoundExceptio e ) {...

    docs.aspose.com/pdf/ru/java/extract-images-from...
  5. Общие исключения и ошибки, связанные со шрифтам...

    Исключения и ошибки шрифтов в Linux...io.tmpdir"); java.io.File file = new java.io.File(newTempFolder);...mkdir(); System.setProperty("java.io.tmpdir", newTempFolder); try...

    docs.aspose.com/slides/ru/java/technical-articl...
  6. Excepciones y errores comunes de fuentes en Lin...

    Excepciones y errores de fuentes en Linux...io.tmpdir"); java.io.File file = new java.io.File(newTempFolder);...mkdir(); System.setProperty("java.io.tmpdir", newTempFolder); try...

    docs.aspose.com/slides/es/java/technical-articl...
  7. Ouvrir un document PDF en utilisant C++|Aspose....

    Utilisez la bibliothèque C++ pour ouvrir votre document PDF avec le prochain extrait de code par Aspose.PDF....System :: SharedPtr < System :: IO :: MemoryStream > stream ; auto...MakeObject < Document > ( System :: IO :: File :: OpenRead ( fileName...

    docs.aspose.com/pdf/fr/cpp/open-pdf-document/
  8. Replacer.replace_to_images_regex method | Aspos...

    aspose.words.lowcode.Replacer.replace_to_images_regex method...replace_to_images_regex ( self , input_stream : io . BytesIO , save_options : aspose...Type Description input_stream io.BytesIO The input file stream...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convertir PDF en formats d'images|Aspose.PDF po...

    Ce sujet vous montre comment Aspose.PDF permet de convertir des PDF en divers formats d'images. Convertissez des pages PDF en images PNG, JPEG, BMP avec quelques lignes de code.... io . OutputStream outputImageFile = new java . io . FileOutputStream...java . io . OutputStream outputBinImageFile = new java . io . FileOutputStream...

    docs.aspose.com/pdf/fr/java/convert-pdf-to-imag...
  10. Создание 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/