Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 74,307 for

ios

(0.13 sec)
  1. 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...
  2. 从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...
  3. Laden Sie eine Schriftart aus der TTF-Datei | C++

    C++-API-Lösung zum Laden von Schriftarten aus einer TTF-Datei auf Ihrer Festplatte, auch wenn es sich bei der Datei selbst nicht um eine Schriftart handelt... IO ; Laden aus der Datei mit dem...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/de/cpp/how-to-load-fonts/l...
  4. Add array items in XMP metadata of EPS| .NET

    The process of adding items in XMP metadata of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here.... IO . FileStream psStream = new System. IO . FileStream...eps" , System. IO . FileMode . Open , System. IO . FileAccess ...

    docs.aspose.com/page/net/xmp-metadata/add-array...
  5. Agregar Imagen a un Archivo PDF Existente|Aspos...

    Esta sección describe cómo agregar una imagen a un archivo PDF existente usando la biblioteca de Java....io.ByteArrayInputStream ; import java.io.ByteArrayOutputStrea...ByteArrayOutputStrea ; import java.io.File ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/es/java/add-image-to-existi...
  6. Convert XPS with Aspose.Page C++ API

    XPS to PDF conversion functionality included in Aspose.Page API solution for C++ is described and illustrated with the code snippets here....System::SharedPtr<System::IO::Stream> pdfStream = System::IO::File::Open(dataDir...pdf", System::IO::FileMode::OpenOrCreate, System::IO::FileAccess::Write);...

    docs.aspose.com/page/cpp/convert-xps/
  7. 다양한 이미지 형식을 PDF로 변환|Aspose.PDF for Java

    이 주제는 Aspose.PDF for Java 라이브러리를 사용하여 다양한 이미지 형식을 PDF로 변환하는 방법을 보여줍니다....io.FileNotFoundExceptio ; import...aspose.pdf.examples ; import java.io.FileNotFoundExceptio ; import...

    docs.aspose.com/pdf/ko/java/convert-images-form...
  8. Сохранение документа SVG – C#

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

    docs.aspose.com/svg/ru/net/save-svg-document/
  9. PDF 문서 만들기|Aspose.PDF for C++

    이 글은 C++용 Aspose.PDF를 사용하여 PDF 문서를 만들고 형식화하는 방법을 설명합니다....{ String tmpFile = System :: IO :: Path :: GetTempFileNameSafe...set_WorkingDirectory ( System :: IO :: Path :: GetDirectoryName (...

    docs.aspose.com/pdf/ko/cpp/create-pdf-document/
  10. 创建 PDF 文档|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 创建和格式化 PDF 文档。...{ String tmpFile = System :: IO :: Path :: GetTempFileNameSafe...set_WorkingDirectory ( System :: IO :: Path :: GetDirectoryName (...

    docs.aspose.com/pdf/zh/cpp/create-pdf-document/